wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-10-17 15:55:38 +02:00
parent 21abf315b3
commit 4576691f64
1 changed files with 10 additions and 0 deletions

View File

@ -9438,6 +9438,16 @@
<not-bool/>
</arg>
</function>
<!-- virtual void wxFileHistory::RemoveFileFromHistory(size_t i) -->
<function name="wxFileHistory::RemoveFileFromHistory">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxPGProperty::SetValue(wxVariant value, wxVariant * pList = NULL, int flags = wxPG_SETVAL_REFRESH_EDITOR) -->
<function name="wxPGProperty::SetValue">
<noreturn>false</noreturn>