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

This commit is contained in:
orbitcowboy 2020-12-20 14:43:42 +01:00
parent 9b161a8dd6
commit 84ab91c8b9
1 changed files with 14 additions and 0 deletions

View File

@ -7667,6 +7667,20 @@
<valid>0:</valid>
<not-bool/>
</arg>
</function>
<!-- bool wxFileName::AppendDir( const wxString & dir ) -->
<function name="wxFileName::AppendDir">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxGetEnv( const wxString & var, wxString * value ) -->
<function name="wxGetEnv">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="out"/>
</function>
<!-- void wxCheckListBox::Check (unsigned int item, bool check = true ) -->
<function name="wxCheckListBox::Check">