wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
a576048da8
commit
2b22120d22
|
@ -7699,8 +7699,9 @@
|
||||||
<const/>
|
<const/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- bool wxFileName::MakeAbsolute(const wxString & pathBase = wxEmptyString, wxPathFormat format = wxPATH_NATIVE) -->
|
||||||
<!-- bool wxFileName::MakeRelativeTo(const wxString & pathBase = wxEmptyString, wxPathFormat format = wxPATH_NATIVE) -->
|
<!-- bool wxFileName::MakeRelativeTo(const wxString & pathBase = wxEmptyString, wxPathFormat format = wxPATH_NATIVE) -->
|
||||||
<function name="wxFileName::MakeRelativeTo">
|
<function name="wxFileName::MakeRelativeTo,wxFileName::MakeAbsolute">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
|
|
Loading…
Reference in New Issue