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 -->
|
||||
<!-- 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>
|
||||
|
|
Loading…
Reference in New Issue