wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-04-05 08:44:06 +02:00
parent 0590cebaac
commit 3d765eacaf
1 changed files with 17 additions and 0 deletions

View File

@ -9133,7 +9133,24 @@
<!-- bool wxFileName::IsFileExecutable( void ) -->
<function name="wxFileName::IsFileReadable,wxFileName::IsFileExecutable">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
</function>
<!-- @todo: bool wxCmdLineParser::Found( const wxString & name) const -->
<!-- bool wxCmdLineParser::Found( const wxString & name, wxString * value ) const -->
<!-- bool wxCmdLineParser::Found( const wxString & name, long * value ) const -->
<!-- bool wxCmdLineParser::Found( const wxString & name, double * value ) const -->
<!-- bool wxCmdLineParser::Found( const wxString & name, wxDateTime * value ) const -->
<function name="wxCmdLineParser::Found">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<const/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="out">
<not-null/>
</arg>
</function>
</def>