wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
208fdee1f3
commit
27f394e52c
|
@ -11287,6 +11287,14 @@
|
||||||
<valid>1:</valid>
|
<valid>1:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- static bool wxFile::Exists(const wxString & filename)-->
|
||||||
|
<function name="wxFile::Exists">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<use-retval/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
</function>
|
||||||
<!-- bool wxFile::Eof( void ) const -->
|
<!-- bool wxFile::Eof( void ) const -->
|
||||||
<function name="wxFile::Eof">
|
<function name="wxFile::Eof">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue