wxwidgets.cfg: Improved support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-11 09:16:03 +01:00
parent 1c205f50d1
commit cc0f758db4
1 changed files with 31 additions and 0 deletions

View File

@ -7696,4 +7696,35 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- void wxBell( void ) -->
<function name="wxBell">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
</function>
<!-- void wxPostEvent( wxEvtHandler * dest, const wxEvent & event ) -->
<function name="wxPostEvent">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
<not-null/>
</arg>
<arg nr="2"/>
</function>
<!-- void wxQueueEvent( wxEvtHandler * dest, wxEvent * event ) -->
<function name="wxQueueEvent">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
<not-null/>
</arg>
<arg nr="2">
<not-uninit/>
<not-null/>
</arg>
</function>
</def> </def>