wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
37f5e3c16b
commit
b6e2fa2bdc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue