wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
dd9bcd4d38
commit
c91b4e74e3
|
@ -10047,14 +10047,6 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- bool wxFileName::IsFileReadable( void ) -->
|
|
||||||
<!-- 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 -->
|
<!-- @todo: bool wxCmdLineParser::Found( const wxString & name) const -->
|
||||||
<!-- bool wxCmdLineParser::Found( const wxString & name, wxString * value ) 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, long * value ) const -->
|
||||||
|
@ -10552,4 +10544,24 @@
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- bool wxFileName::IsDir( void ) const -->
|
||||||
|
<!-- bool wxFileName::IsDirReadable( void ) const -->
|
||||||
|
<!-- static bool wxFileName::IsDirReadable( const wxString &path ) const -->
|
||||||
|
<!-- bool wxFileName::IsDirWritable( void ) const -->
|
||||||
|
<!-- static bool wxFileName::IsDirWritable( const wxString &path ) const -->
|
||||||
|
<!-- bool wxFileName::IsFileExecutable( void ) const -->
|
||||||
|
<!-- static bool wxFileName::IsFileExecutable( const wxString &file ) const -->
|
||||||
|
<!-- bool wxFileName::IsFileReadable( void ) const -->
|
||||||
|
<!-- static bool wxFileName::IsFileReadable( const wxString &file ) const -->
|
||||||
|
<!-- bool wxFileName::IsFileWritable( void ) const -->
|
||||||
|
<!-- static bool wxFileName::IsFileWritable( const wxString &file ) const -->
|
||||||
|
<!-- bool wxFileName::IsOk( void ) const -->
|
||||||
|
<function name="wxFileName::IsDirWritable,wxFileName::IsDir,wxFileName::IsDirReadable,wxFileName::IsFileExecutable,wxFileName::IsFileReadable,wxFileName::IsFileWritable,wxFileName::IsOk">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" default="wxEmptyString" direction="in"/>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue