wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-05-17 14:28:12 +02:00
parent cabd0ec146
commit 2c3b79fe86
1 changed files with 16 additions and 0 deletions

View File

@ -12625,6 +12625,22 @@
<not-bool/>
</arg>
</function>
<!-- wxString wxFileName::GetPath(int flags = wxPATH_GET_VOLUME, wxPathFormat format = wxPATH_NATIVE) const -->
<function name="wxFileName::GetPath">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<const/>
<leak-ignore/>
<use-retval/>
<arg nr="1" default="wxPATH_GET_VOLUME" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="1" default="wxPATH_NATIVE" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxWindow::ClientToScreen(int * x, int * y) const -->
<function name="wxWindow::ClientToScreen">
<noreturn>false</noreturn>