wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-10-17 16:02:46 +02:00
parent 4576691f64
commit 218befd355
1 changed files with 10 additions and 0 deletions

View File

@ -9438,6 +9438,16 @@
<not-bool/>
</arg>
</function>
<!-- void wxFocusEvent::SetWindow(wxWindow * win) -->
<function name="wxFocusEvent::SetWindow">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- virtual void wxFileHistory::RemoveFileFromHistory(size_t i) -->
<function name="wxFileHistory::RemoveFileFromHistory">
<noreturn>false</noreturn>