wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-11 16:33:35 +01:00
parent 00d90d94fe
commit 1657439b18
1 changed files with 9 additions and 0 deletions

View File

@ -8893,4 +8893,13 @@
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxPropertyGridInterface::SetPropertyValueString( wxPGPropArg id, const wxString & value ) -->
<!-- void wxPropertyGrid::SetPropertyValueString( wxPGPropArg id, const wxString & value ) -->
<function name="wxPropertyGridInterface::SetPropertyValueString,wxPropertyGrid::SetPropertyValueString">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in"/>
</function>
</def>