wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-21 13:10:41 +01:00
parent 37f5e3c16b
commit b6e2fa2bdc
1 changed files with 19 additions and 0 deletions

View File

@ -12173,6 +12173,25 @@
<valid>0:</valid>
</arg>
</function>
<!-- void wxCmdLineParser::SetLogo (const wxString & logo) -->
<!-- void wxCmdLineParser::SetSwitchChars (const wxString & switchChars) -->
<!-- void wxCmdLineParser::SetCmdLine (const wxString & commandline) -->
<function name="wxCmdLineParser::SetSwitchChars,wxCmdLineParser::SetLogo,wxCmdLineParser::SetCmdLine">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxCmdLineParser::SetDesc(const wxCmdLineEntryDesc * desc) -->
<function name="wxCmdLineParser::SetDesc">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
</function>
<!-- wxColour wxColourData::GetCustomColour(int i) const -->
<function name="wxColourData::GetCustomColour">
<noreturn>false</noreturn>