wxwidgets.cfg: Improved configuration for wxDateTime::SetXXX()-functions.
This commit is contained in:
parent
84995485ea
commit
73ded43e40
|
@ -10024,17 +10024,71 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- wxDateTime& wxDateTime::SetMinute( unsigned short minute ) -->
|
<!-- wxDateTime& wxDateTime::SetMinute( unsigned short minute ) -->
|
||||||
<!-- wxDateTime& wxDateTime::SetSecond( unsigned short second ) -->
|
<function name="wxDateTime::SetMinute">
|
||||||
<!-- wxDateTime& wxDateTime::SetHour( unsigned short second ) -->
|
|
||||||
<!-- wxDateTime& wxDateTime::SetYear( int year ) -->
|
|
||||||
<!-- wxDateTime& wxDateTime::SetMonth( Month month ) -->
|
|
||||||
<!-- wxDateTime& wxDateTime::SetDay (unsigned short day) -->
|
|
||||||
<function name="wxDateTime::SetMinute,wxDateTime::SetSecond,wxDateTime::SetHour,wxDateTime::SetYear,wxDateTime::SetMonth,wxDateTime::SetDay">
|
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="wxDateTime &"/>
|
<returnValue type="wxDateTime &"/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
<!-- Minutes in 0...59 range -->
|
||||||
|
<valid>0:59</valid>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- wxDateTime& wxDateTime::SetSecond( unsigned short second ) -->
|
||||||
|
<function name="wxDateTime::SetSecond">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxDateTime &"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<!-- Seconds in 0...59 (60 with leap seconds) range -->
|
||||||
|
<valid>0:60</valid>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- wxDateTime& wxDateTime::SetHour( unsigned short second ) -->
|
||||||
|
<function name="wxDateTime::SetHour">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxDateTime &"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<!-- Hours since midnight 0...23 -->
|
||||||
|
<valid>0:23</valid>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- wxDateTime& wxDateTime::SetYear( int year ) -->
|
||||||
|
<function name="wxDateTime::SetYear">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxDateTime &"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- wxDateTime& wxDateTime::SetMonth( Month month ) -->
|
||||||
|
<function name="wxDateTime::SetMonth">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxDateTime &"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<valid>1:12</valid>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- wxDateTime& wxDateTime::SetDay (unsigned short day) -->
|
||||||
|
<function name="wxDateTime::SetDay">
|
||||||
|
<leak-ignore/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxDateTime &"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<!-- Day of month in 1..31 range -->
|
||||||
|
<valid>1:31</valid>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
|
Loading…
Reference in New Issue