wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-01-06 19:39:35 +01:00
parent 2760d4400b
commit 44c3fb4293
1 changed files with 27 additions and 0 deletions

View File

@ -12580,6 +12580,33 @@
<not-uninit/>
</arg>
</function>
<!-- void wxColourData::SetColour(const wxColour & colour) -->
<function name="wxColourData::SetColour">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- int wxCmdLineParser::Parse(bool giveUsage = true) -->
<function name="wxCmdLineParser::Parse">
<noreturn>false</noreturn>
<returnValue type="int"/>
<leak-ignore/>
<arg nr="1" default="true" direction="in">
<not-uninit/>
</arg>
</function>
<!-- wxString wxCmdLineParser::GetParam(size_t n = 0) const -->
<function name="wxCmdLineParser::GetParam">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<use-retval/>
<leak-ignore/>
<const/>
<arg nr="1" default="0" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxPropertyGridInterface::SetPropertyEditor(wxPGPropArg id, const wxPGEditor * editor) -->
<!-- void wxPropertyGridInterface::SetPropertyEditor(wxPGPropArg id, const wxString &name) -->
<!-- void wxPropertyGridPage::SetPropertyEditor(wxPGPropArg id, const wxPGEditor * editor) -->