Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for some wxLog functions (#6016)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Feb 21, 2024
1 parent 8c729fe commit e01713b
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16362,5 +16362,30 @@ wxItemKind kind = wxITEM_NORMAL) -->
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
</function>
</function>
<!-- static const wxString & wxLog::GetTimestamp( void ) -->
<function name="wxLog::GetTimestamp">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="const wxString &amp;"/>
<use-retval/>
<pure/>
</function>
<!-- static void wxLog::FlushActive( void ) -->
<!-- static void wxLog::DisableTimestamp( void ) -->
<function name="wxLog::FlushActive,wxLog::DisableTimestamp">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<pure/>
</function>
<!-- static bool wxLog::GetVerbose( void ) -->
<!-- static bool wxLog::IsEnabled( void ) -->
<function name="wxLog::GetVerbose,wxLog::IsEnabled">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<pure/>
</function>
</def>

0 comments on commit e01713b

Please sign in to comment.