wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-05-17 10:04:50 +02:00
parent ee30b7e9a2
commit 9382ebf9d8
1 changed files with 10 additions and 0 deletions

View File

@ -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>