wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-07-30 09:44:33 +02:00
parent 4fdbc6d172
commit bb7c8eebbc
1 changed files with 9 additions and 0 deletions

View File

@ -10454,6 +10454,15 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wxOperatingSystemId wxGetOsVersion(int * major = NULL, int * minor = NULL)-->
<function name="wxGetOsVersion">
<noreturn>false</noreturn>
<returnValue type="wxOperatingSystemId"/>
<use-retval/>
<leak-ignore/>
<arg nr="1" default="NULL" direction="out"/>
<arg nr="2" default="NULL" direction="out"/>
</function>
<!-- bool wxGrid::IsRowShown(int row) const --> <!-- bool wxGrid::IsRowShown(int row) const -->
<function name="wxGrid::IsRowShown"> <function name="wxGrid::IsRowShown">
<noreturn>false</noreturn> <noreturn>false</noreturn>