wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
0950a2671f
commit
9b3ff8271c
|
@ -11401,6 +11401,26 @@
|
||||||
<arg nr="3" direction="in" default="0"/>
|
<arg nr="3" direction="in" default="0"/>
|
||||||
<arg nr="4" direction="in" default="0"/>
|
<arg nr="4" direction="in" default="0"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- bool wxConcatFiles( const wxString & src1, const wxString & src2, const wxString & dest ) -->
|
||||||
|
<function name="wxConcatFiles">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<use-retval/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
<arg nr="2" direction="in"/>
|
||||||
|
<arg nr="3" direction="in"/>
|
||||||
|
</function>
|
||||||
|
<!-- bool wxCopyFile(const wxString & file1, const wxString & file2, bool overwrite = true ) -->
|
||||||
|
<function name="wxCopyFile">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<use-retval/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
<arg nr="2" direction="in"/>
|
||||||
|
<arg nr="3" direction="in" default="true">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- wxTreeItemId wxTreeCtrl::AppendItem(const wxTreeItemId & parent, const wxString & text, int image = -1, int selImage = -1, wxTreeItemData * data = NULL)-->
|
<!-- wxTreeItemId wxTreeCtrl::AppendItem(const wxTreeItemId & parent, const wxString & text, int image = -1, int selImage = -1, wxTreeItemData * data = NULL)-->
|
||||||
<function name="wxTreeCtrl::AppendItem">
|
<function name="wxTreeCtrl::AppendItem">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue