wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
2ac3f17413
commit
e6f9636757
|
@ -11077,6 +11077,26 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- wxString wxDateTime::FormatISODate( void ) const -->
|
||||||
|
<!-- wxString wxDateTime::FormatISOTime( void ) const -->
|
||||||
|
<!-- wxString wxDateTime::FormatTime( void ) const -->
|
||||||
|
<function name="wxDateTime::FormatISODate,wxDateTime::FormatISOTime,wxDateTime::FormatTime">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<const/>
|
||||||
|
<returnValue type="wxString"/>
|
||||||
|
<use-retval/>
|
||||||
|
</function>
|
||||||
|
<!-- wxString wxDateTime::Format(const wxString & format = wxDefaultDateTimeFormat, const TimeZone & tz = Local ) const-->
|
||||||
|
<function name="wxDateTime::Format">
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="wxString"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<arg nr="1" direction="in" default="wxDefaultDateTimeFormat"/>
|
||||||
|
<arg nr="2" direction="in" default="Local"/>
|
||||||
|
</function>
|
||||||
<!-- wxString wxDateTime::FormatISOCombined(char sep = 'T') const -->
|
<!-- wxString wxDateTime::FormatISOCombined(char sep = 'T') const -->
|
||||||
<function name="wxDateTime::FormatISOCombined">
|
<function name="wxDateTime::FormatISOCombined">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue