wxwidgets.cfg: Added (partial) support for wxString::append().

This commit is contained in:
orbitcowboy 2019-05-28 09:03:16 +02:00
parent cf89f40e32
commit 197cade317
1 changed files with 8 additions and 1 deletions

View File

@ -8081,7 +8081,14 @@
<!-- wxString & wxString::Append (const wchar_t *pwz, size_t nLen) (*)-->
<!-- wxString & wxString::Append (const wxString &s) (+)-->
<!-- wxString & wxString::Append (wxUniChar ch, size_t count=1u) (*)-->
<function name="wxString::Append">
<!-- wxString & wxString::append (const char *psz) -->
<!-- wxString & wxString::append (const wchar_t *pwz) -->
<!-- wxString & wxString::append (const char *psz, size_t nLen) (*)-->
<!-- wxString & wxString::append (const wchar_t *pwz, size_t nLen) (*)-->
<!-- wxString & wxString::append (const wxString &s) (+)-->
<!-- wxString & wxString::append (wxUniChar ch, size_t count=1u) (*)-->
<!-- wxString & wxString::append (const_iterator first, const_iterator last) (*)-->
<function name="wxString::Append,wxString::append">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="wxString &amp;"/>