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

This commit is contained in:
orbitcowboy 2020-12-26 14:01:45 +01:00
parent dc0a7aab9f
commit 745a386eab
1 changed files with 9 additions and 0 deletions

View File

@ -15485,4 +15485,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- bool wxString::Alloc( size_t nLen ) -->
<function name="wxString::Alloc">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<warn severity="style">Please note that this method does the same thing as the standard 'reserve()' one and should not be used in new code.</warn>
</function>
</def> </def>