wxwidgets.cfg: Added (partial) support for wxString::append().
This commit is contained in:
parent
cf89f40e32
commit
197cade317
|
@ -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 &"/>
|
||||
|
|
Loading…
Reference in New Issue