wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-25 19:48:53 +01:00
parent 5816345ac3
commit 92b6c83afe
1 changed files with 9 additions and 0 deletions

View File

@ -11749,6 +11749,15 @@
<not-uninit/>
</arg>
</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 ) -->
<function name="wxListCtrl::SetItemState">
<noreturn>false</noreturn>