wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
dc0a7aab9f
commit
745a386eab
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue