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