We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a5efa commit 6fa42d6Copy full SHA for 6fa42d6
1 file changed
cfg/wxwidgets.cfg
@@ -9122,6 +9122,17 @@
9122
<not-uninit/>
9123
</arg>
9124
</function>
9125
+ <!-- wxDateTime& wxDateTime::SetYear( int year ) -->
9126
+ <!-- wxDateTime& wxDateTime::Month( Month month ) -->
9127
+ <!-- wxDateTime& wxDateTime::SetDay (unsigned short day) -->
9128
+ <function name="wxDateTime::SetYear,wxDateTime::Month,wxDateTime::SetDay">
9129
+ <leak-ignore/>
9130
+ <noreturn>false</noreturn>
9131
+ <returnValue type="wxDateTime &"/>
9132
+ <arg nr="1" direction="in">
9133
+ <not-uninit/>
9134
+ </arg>
9135
+ </function>
9136
<!-- int wxImageList::Add( const wxBitmap & bitmap, const wxBitmap & mask = wxNullBitmap ) -->
9137
<function name="wxImageList::Add">
9138
<leak-ignore/>
0 commit comments