wxwidgets.cfg: Added more returnValue-types.

This commit is contained in:
orbitcowboy 2017-08-02 14:48:27 +02:00
parent cc210679a5
commit 72f5c11143
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#addd9ccfa3ae2b7ab2d66bcbf034d0be0 -->
<!-- static wxString wxString::Format(const wxString & format, ...) -->
<function name="wxString::Format">
<returnValue type="wxString"/>
<const/>
<noreturn>false</noreturn>
<leak-ignore/>
@ -33,6 +34,7 @@
<!-- int wxString::Printf(const wxString & format, ...) -->
<function name="wxString::Printf">
<noreturn>false</noreturn>
<returnValue type="int"/>
<leak-ignore/>
<formatstr/>
<arg nr="1">
@ -268,6 +270,6 @@
<podtype name="wxUint64" sign="u" size="8"/>
<podtype name="wxIntPtr" sign="s"/>
<podtype name="wxUIntPtr" sign="u"/>
<podtype name="wxDateTime_t" sign="u"/>
<!-- typedef unsigned short wxDateTime_t; -->
<podtype name="wxDateTime_t" sign="u"/>
</def>