wxwidgets.cfg: Added support for functions from <wx/stopwatch.h>
This commit is contained in:
parent
166bd2bafc
commit
35e0dd9372
|
@ -9761,6 +9761,38 @@
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxStopWatch::Pause( void ) -->
|
||||||
|
<!-- void wxStopWatch::Resume( void ) -->
|
||||||
|
<function name="wxStopWatch::Pause,wxStopWatch::Resume">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
</function>
|
||||||
|
<!-- long wxStopWatch::Time(void) const -->
|
||||||
|
<function name="wxStopWatch::Time">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="long"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
</function>
|
||||||
|
<!-- wxLongLong wxStopWatch::TimeInMicro(void) const -->
|
||||||
|
<function name="wxStopWatch::TimeInMicro">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxLongLong"/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
</function>
|
||||||
|
<!-- void wxStopWatch::Start(long milliseconds = 0) -->
|
||||||
|
<function name="wxStopWatch::Start">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<arg nr="1" default="0" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- wxBrush * wxStockGDI::GetBrush( Item item ) -->
|
<!-- wxBrush * wxStockGDI::GetBrush( Item item ) -->
|
||||||
<function name="wxStockGDI::GetBrush">
|
<function name="wxStockGDI::GetBrush">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue