We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04073a8 commit 0a6150aCopy full SHA for 0a6150a
1 file changed
cfg/wxwidgets.cfg
@@ -7343,7 +7343,6 @@
7343
<const/>
7344
<returnValue type="wxGridCellRenderer *"/>
7345
<use-retval/>
7346
- <leak-ignore/>
7347
<arg nr="1" direction="in">
7348
<not-uninit/>
7349
<not-bool/>
@@ -7353,6 +7352,12 @@
7353
7352
7354
</arg>
7355
</function>
+ <!-- void wxRefCounter::DecRef(void) -->
7356
+ <!-- void wxGridCellRenderer::DecRef(void) -->
7357
+ <function name="wxRefCounter::DecRef,wxGridCellRenderer::DecRef">
7358
+ <noreturn>false</noreturn>
7359
+ <returnValue type="void"/>
7360
+ </function>
7361
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
7362
<!-- void wxGrid::SetCellTextColour(const wxColour &val, int row, int col) -->
7363
<function name="wxGrid::SetCellTextColour">
0 commit comments