wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2019-12-11 15:06:50 +01:00
parent f89adef1c1
commit b0b8b2608a
1 changed files with 12 additions and 0 deletions

View File

@ -4929,6 +4929,7 @@
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<warn severity="style">This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#a932ddb6b4786213596c3e41b1fa1f7c5 -->
<!-- bool wxString::IsAscii() -->
@ -4945,6 +4946,7 @@
<leak-ignore/>
<returnValue type="bool"/>
<use-retval/>
<warn severity="style">This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#ab20a87ca731a52c36ec674dae2213ad8 -->
<!-- size_t wxString::Len () const -->
@ -4956,6 +4958,16 @@
<returnValue type="size_t"/>
<use-retval/>
</function>
<!-- wxUniChar wxString::Last () const -->
<!-- wxUniCharRef wxString::Last () const -->
<function name="wxString::Last">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="wxUniChar"/>
<use-retval/>
<warn severity="style">This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#ab20a87ca731a52c36ec674dae2213ad8 -->
<!-- size_t wxString::Length () const -->
<function name="wxString::Length">