wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
ee30b7e9a2
commit
9382ebf9d8
|
@ -13807,4 +13807,14 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxArrayString:reserve(wxString::size_type new_capacity); -->
|
||||
<function name="wxArrayString::reserve">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue