wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
e12a733ee9
commit
fbcd965c22
|
@ -7725,6 +7725,13 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxFileName::Assign( const wxFileName & filepath ) -->
|
||||
<function name="wxFileName::Assign">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxFileName::AppendDir( const wxString & dir ) -->
|
||||
<function name="wxFileName::AppendDir">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue