wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
8869cb1c09
commit
0caaf95b48
|
@ -11722,6 +11722,13 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- static void wxLog::AddTraceMask( const wxString & str ) -->
|
||||
<function name="wxLog::AddTraceMask">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxConcatFiles( const wxString & src1, const wxString & src2, const wxString & dest ) -->
|
||||
<function name="wxConcatFiles">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue