wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
1825c14340
commit
d625ff4ae7
|
@ -6757,7 +6757,7 @@
|
|||
</arg>
|
||||
</function>
|
||||
<!-- bool wxEvtHandler::Disconnect(int id = wxID_ANY, wxEventType eventType = wxEVT_NULL, wxObjectEventFunction function = NULL, wxObject * userData = NULL, wxEvtHandler * eventSink = NULL) -->
|
||||
<function name="wxEvtHandler::Disconnect,wxButton::Disconnect,wxCheckBox::Disconnect">
|
||||
<function name="wxEvtHandler::Disconnect,wxButton::Disconnect,wxCheckBox::Disconnect,wxComboBox::Disconnect">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
|
@ -11020,6 +11020,7 @@
|
|||
<function name="wxString::From8BitData">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxString"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-null/>
|
||||
|
|
Loading…
Reference in New Issue