Skip to content

Commit cba2739

Browse files
authored
wxwidgets.cfg: Added more wxLog members (#6075)
Reference: https://docs.wxwidgets.org/latest/classwx_log_gui.html
1 parent 9206aff commit cba2739

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16809,8 +16809,10 @@ wxItemKind kind = wxITEM_NORMAL) -->
1680916809
<pure/>
1681016810
</function>
1681116811
<!-- static bool wxLog::GetVerbose( void ) -->
16812+
<!-- static bool wxLogGui::GetVerbose( void ) -->
1681216813
<!-- static bool wxLog::IsEnabled( void ) -->
16813-
<function name="wxLog::GetVerbose,wxLog::IsEnabled">
16814+
<!-- static bool wxLogGui::IsEnabled( void ) -->
16815+
<function name="wxLog::GetVerbose,wxLog::IsEnabled,wxLogGui::IsEnabled,wxLogGui::GetVerbose">
1681416816
<noreturn>false</noreturn>
1681516817
<leak-ignore/>
1681616818
<returnValue type="bool"/>
@@ -16856,4 +16858,29 @@ wxItemKind kind = wxITEM_NORMAL) -->
1685616858
<use-retval/>
1685716859
<pure/>
1685816860
</function>
16861+
<!-- bool wxLogGui::EnableLogging( bool enable = true ) -->
16862+
<!-- bool wxLog::EnableLogging( bool enable = true ) -->
16863+
<function name="wxLog::EnableLogging,wxLogGui::EnableLogging">
16864+
<noreturn>false</noreturn>
16865+
<leak-ignore/>
16866+
<returnValue type="bool"/>
16867+
<use-retval/>
16868+
<pure/>
16869+
<arg nr="1" default="true" direction="in">
16870+
<not-uninit/>
16871+
</arg>
16872+
</function>
16873+
<!-- bool wxLog::IsLevelEnabled( wxLogLevel level, const wxString & component ) -->
16874+
<!-- bool wxLogGui::IsLevelEnabled( wxLogLevel level, const wxString & component ) -->
16875+
<function name="wxLog::IsLevelEnabled,wxLogGui::IsLevelEnabled">
16876+
<noreturn>false</noreturn>
16877+
<leak-ignore/>
16878+
<returnValue type="bool"/>
16879+
<use-retval/>
16880+
<pure/>
16881+
<arg nr="1" direction="in">
16882+
</arg>
16883+
<arg nr="2" direction="in">
16884+
</arg>
16885+
</function>
1685916886
</def>

0 commit comments

Comments
 (0)