Skip to content

Commit

Permalink
wxwidgets.cfg: Added more wxLog members
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Mar 3, 2024
1 parent 9206aff commit 9473c7f
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16809,8 +16809,10 @@ wxItemKind kind = wxITEM_NORMAL) -->
<pure/>
</function>
<!-- static bool wxLog::GetVerbose( void ) -->
<!-- static bool wxLogGui::GetVerbose( void ) -->
<!-- static bool wxLog::IsEnabled( void ) -->
<function name="wxLog::GetVerbose,wxLog::IsEnabled">
<!-- static bool wxLogGui::IsEnabled( void ) -->
<function name="wxLog::GetVerbose,wxLog::IsEnabled,wxLogGui::IsEnabled,wxLogGui::GetVerbose">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
Expand Down Expand Up @@ -16856,4 +16858,29 @@ wxItemKind kind = wxITEM_NORMAL) -->
<use-retval/>
<pure/>
</function>
<!-- bool wxLogGui::EnableLogging( bool enable = true ) -->
<!-- bool wxLog::EnableLogging( bool enable = true ) -->
<function name="wxLog::EnableLogging,wxLogGui::EnableLogging">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<pure/>
<arg nr="1" default="true" direction="in">
<not-uninit/>
</arg>
</function>
<!-- bool wxLog::IsLevelEnabled( wxLogLevel level, const wxString & component ) -->
<!-- bool wxLogGui::IsLevelEnabled( wxLogLevel level, const wxString & component ) -->
<function name="wxLog::IsLevelEnabled,wxLogGui::IsLevelEnabled">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<pure/>
<arg nr="1" direction="in">
</arg>
<arg nr="2" direction="in">
</arg>
</function>
</def>

0 comments on commit 9473c7f

Please sign in to comment.