Skip to content

Commit b0b8b26

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent f89adef commit b0b8b26

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4929,6 +4929,7 @@
49294929
<leak-ignore/>
49304930
<returnValue type="bool"/>
49314931
<use-retval/>
4932+
<warn severity="style">This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
49324933
</function>
49334934
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#a932ddb6b4786213596c3e41b1fa1f7c5 -->
49344935
<!-- bool wxString::IsAscii() -->
@@ -4945,6 +4946,7 @@
49454946
<leak-ignore/>
49464947
<returnValue type="bool"/>
49474948
<use-retval/>
4949+
<warn severity="style">This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
49484950
</function>
49494951
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#ab20a87ca731a52c36ec674dae2213ad8 -->
49504952
<!-- size_t wxString::Len () const -->
@@ -4956,6 +4958,16 @@
49564958
<returnValue type="size_t"/>
49574959
<use-retval/>
49584960
</function>
4961+
<!-- wxUniChar wxString::Last () const -->
4962+
<!-- wxUniCharRef wxString::Last () const -->
4963+
<function name="wxString::Last">
4964+
<noreturn>false</noreturn>
4965+
<leak-ignore/>
4966+
<const/>
4967+
<returnValue type="wxUniChar"/>
4968+
<use-retval/>
4969+
<warn severity="style">This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
4970+
</function>
49594971
<!-- http://docs.wxwidgets.org/trunk/classwx_string.html#ab20a87ca731a52c36ec674dae2213ad8 -->
49604972
<!-- size_t wxString::Length () const -->
49614973
<function name="wxString::Length">

0 commit comments

Comments
 (0)