Skip to content

Commit 0a6150a

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent 04073a8 commit 0a6150a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

cfg/wxwidgets.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7343,7 +7343,6 @@
73437343
<const/>
73447344
<returnValue type="wxGridCellRenderer *"/>
73457345
<use-retval/>
7346-
<leak-ignore/>
73477346
<arg nr="1" direction="in">
73487347
<not-uninit/>
73497348
<not-bool/>
@@ -7353,6 +7352,12 @@
73537352
<not-bool/>
73547353
</arg>
73557354
</function>
7355+
<!-- 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>
73567361
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#adbcbd091140c6adf0f8d04ea1642b24d-->
73577362
<!-- void wxGrid::SetCellTextColour(const wxColour &val, int row, int col) -->
73587363
<function name="wxGrid::SetCellTextColour">

0 commit comments

Comments
 (0)