wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f0f2d1833d
commit
91394c4a48
|
@ -6830,6 +6830,24 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxLog::SetLogLevel( wxLogLevel logLevel ) -->
|
||||||
|
<!-- void wxLogGui::SetLogLevel( wxLogLevel logLevel ) -->
|
||||||
|
<function name="wxLog::SetLogLevel,wxLog::SetLogLevel">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- wxLog * wxLog::SetActiveTarget( wxLog * logger ) -->
|
||||||
|
<!-- wxLog * wxLogGui::SetActiveTarget( wxLog * logger ) -->
|
||||||
|
<function name="wxLog::SetActiveTarget,wxLogGui::SetActiveTarget">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxLog *"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="inout"/>
|
||||||
|
</function>
|
||||||
<!-- bool wxConfigBase::Write(const wxString &key, const wxString &value)-->
|
<!-- bool wxConfigBase::Write(const wxString &key, const wxString &value)-->
|
||||||
<!-- bool wxConfigBase::Write(const wxString &key, const long value)-->
|
<!-- bool wxConfigBase::Write(const wxString &key, const long value)-->
|
||||||
<!-- bool wxConfigBase::Write(const wxString &key, const double value)-->
|
<!-- bool wxConfigBase::Write(const wxString &key, const double value)-->
|
||||||
|
|
Loading…
Reference in New Issue