wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
5816345ac3
commit
92b6c83afe
|
@ -11749,6 +11749,15 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- wxVariant wxPropertyGridInterface::GetPropertyValue( wxPGPropArg id ) -->
|
||||||
|
<!-- wxVariant wxPropertyGridManager::GetPropertyValue( wxPGPropArg id ) -->
|
||||||
|
<function name="wxPropertyGridInterface::GetPropertyValue,wxPropertyGridManager::GetPropertyValue">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<use-retval/>
|
||||||
|
<returnValue type="wxVariant"/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
</function>
|
||||||
<!-- bool wxListCtrl::SetItemState( long item, long state, long stateMask ) -->
|
<!-- bool wxListCtrl::SetItemState( long item, long state, long stateMask ) -->
|
||||||
<function name="wxListCtrl::SetItemState">
|
<function name="wxListCtrl::SetItemState">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue