wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
9b161a8dd6
commit
84ab91c8b9
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue