Skip to content

Commit 49805d3

Browse files
committed
wxwidgets.cfg: Improved cfg for some wxWidgets functions.
1 parent 813e010 commit 49805d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,15 @@
194194
<function name="wxSpinCtrl::GetMax,wxSpinCtrl::GetMin,wxSpinCtrl::GetBase,wxSpinCtrl::GetValue">
195195
<noreturn>false</noreturn>
196196
<leak-ignore/>
197+
<use-retval/>
197198
<returnValue type="int"/>
198199
</function>
199200
<!-- http://docs.wxwidgets.org/trunk/classwx_spin_ctrl.html#a1db15e6f350f71f2fcba821ce69a531c -->
200201
<!-- bool wxSpinCtrl::SetBase (int base)-->
201202
<function name="wxSpinCtrl::SetBase">
202203
<noreturn>false</noreturn>
203204
<leak-ignore/>
205+
<pure/>
204206
<returnValue type="bool"><![CDATA[arg1==10 || arg1==16]]></returnValue>
205207
<arg nr="1">
206208
<valid>10,16</valid>
@@ -266,4 +268,5 @@
266268
<podtype name="wxUint64" sign="u" size="8"/>
267269
<podtype name="wxIntPtr" sign="s"/>
268270
<podtype name="wxUIntPtr" sign="u"/>
271+
<podtype name="wxDateTime_t" sign="u"/> <!-- typedef unsigned short wxDateTime_t; -->
269272
</def>

0 commit comments

Comments
 (0)