wxwidgets.cfg: Added more returnValue-types.
This commit is contained in:
parent
cc210679a5
commit
72f5c11143
|
@ -18,6 +18,7 @@
|
||||||
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#addd9ccfa3ae2b7ab2d66bcbf034d0be0 -->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#addd9ccfa3ae2b7ab2d66bcbf034d0be0 -->
|
||||||
<!-- static wxString wxString::Format(const wxString & format, ...) -->
|
<!-- static wxString wxString::Format(const wxString & format, ...) -->
|
||||||
<function name="wxString::Format">
|
<function name="wxString::Format">
|
||||||
|
<returnValue type="wxString"/>
|
||||||
<const/>
|
<const/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
<!-- int wxString::Printf(const wxString & format, ...) -->
|
<!-- int wxString::Printf(const wxString & format, ...) -->
|
||||||
<function name="wxString::Printf">
|
<function name="wxString::Printf">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<formatstr/>
|
<formatstr/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
|
@ -268,6 +270,6 @@
|
||||||
<podtype name="wxUint64" sign="u" size="8"/>
|
<podtype name="wxUint64" sign="u" size="8"/>
|
||||||
<podtype name="wxIntPtr" sign="s"/>
|
<podtype name="wxIntPtr" sign="s"/>
|
||||||
<podtype name="wxUIntPtr" sign="u"/>
|
<podtype name="wxUIntPtr" sign="u"/>
|
||||||
<podtype name="wxDateTime_t" sign="u"/>
|
|
||||||
<!-- typedef unsigned short wxDateTime_t; -->
|
<!-- typedef unsigned short wxDateTime_t; -->
|
||||||
|
<podtype name="wxDateTime_t" sign="u"/>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue