wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
4fdbc6d172
commit
bb7c8eebbc
|
@ -10454,6 +10454,15 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</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 -->
|
||||
<function name="wxGrid::IsRowShown">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue