wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-22 10:20:44 +01:00
parent 208fdee1f3
commit 27f394e52c
1 changed files with 8 additions and 0 deletions

View File

@ -11287,6 +11287,14 @@
<valid>1:</valid>
</arg>
</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 -->
<function name="wxFile::Eof">
<leak-ignore/>