|
5008 | 5008 | <const/> |
5009 | 5009 | <arg nr="1" direction="in"/> |
5010 | 5010 | </function> |
5011 | | - <!-- http://docs.wxwidgets.org/trunk/classwx_string.html#ab20a87ca731a52c36ec674dae2213ad8 --> |
5012 | | - <!-- void wxString::LowerCase() --> |
5013 | | - <function name="wxString::LowerCase"> |
5014 | | - <noreturn>false</noreturn> |
5015 | | - <leak-ignore/> |
5016 | | - <warn severity="style">This is the same as 'wxString::MakeLower' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code.</warn> |
5017 | | - </function> |
5018 | 5011 | <!-- http://docs.wxwidgets.org/trunk/group__group__funcmacro__log.html#gaec3640fa3b46c970ff0c86fe354e59ff --> |
5019 | 5012 | <!-- unsigned long wxSysErrorCode() --> |
5020 | 5013 | <function name="wxSysErrorCode"> |
|
9438 | 9431 | <arg nr="2" direction="in"> |
9439 | 9432 | <not-uninit/> |
9440 | 9433 | </arg> |
| 9434 | + <warn severity="style">This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead.</warn> |
9441 | 9435 | </function> |
9442 | 9436 | <!-- wxString wxString::substr(size_t nStart = 0, size_t nLen = npos) const --> |
9443 | 9437 | <function name="wxString::substr"> |
@@ -10258,15 +10252,34 @@ |
10258 | 10252 | </function> |
10259 | 10253 | <!-- int wxString::Find (wxUniChar ch, bool fromEnd=false) const --> |
10260 | 10254 | <!-- int wxString::Find (const wxString &sub) const --> |
| 10255 | + <function name="wxString::Find"> |
| 10256 | + <use-retval/> |
| 10257 | + <const/> |
| 10258 | + <leak-ignore/> |
| 10259 | + <returnValue type="int"/> |
| 10260 | + <noreturn>false</noreturn> |
| 10261 | + <arg nr="any" direction="in"/> |
| 10262 | + </function> |
10261 | 10263 | <!-- int wxString::First (const wxUniChar ch) const --> |
10262 | 10264 | <!-- int wxString::First (const wxString &sub) const --> |
10263 | | - <function name="wxString::Find,wxString::First"> |
| 10265 | + <function name="wxString::First"> |
10264 | 10266 | <use-retval/> |
10265 | 10267 | <const/> |
10266 | 10268 | <leak-ignore/> |
10267 | 10269 | <returnValue type="int"/> |
10268 | 10270 | <noreturn>false</noreturn> |
10269 | 10271 | <arg nr="any" direction="in"/> |
| 10272 | + <warn severity="style">This is a wxWidgets 1.xx compatibility function. Use 'wxString::Find' in new applications instead.</warn> |
| 10273 | + </function> |
| 10274 | + <!-- int wxString::Freq(wxUniChar ch) const --> |
| 10275 | + <function name="wxString::Freq"> |
| 10276 | + <use-retval/> |
| 10277 | + <const/> |
| 10278 | + <leak-ignore/> |
| 10279 | + <returnValue type="int"/> |
| 10280 | + <noreturn>false</noreturn> |
| 10281 | + <arg nr="any" direction="in"/> |
| 10282 | + <warn severity="style">This is a wxWidgets 1.xx compatibility function. You should not use it in new code.</warn> |
10270 | 10283 | </function> |
10271 | 10284 | <!-- size_t wxString::find(const wxString & str, size_t nStart = 0) const --> |
10272 | 10285 | <!-- size_t wxString::find(const char * sz , size_t nStart = 0, size_t n = npos) const --> |
|
10705 | 10718 | <leak-ignore/> |
10706 | 10719 | <arg nr="1" direction="in"/> |
10707 | 10720 | </function> |
| 10721 | + <!--wxString& wxString::Remove(size_t pos) --> |
| 10722 | + <!--wxString& wxString::Remove(size_t pos, size_t len) --> |
| 10723 | + <function name="wxString::Remove"> |
| 10724 | + <noreturn>false</noreturn> |
| 10725 | + <returnValue type="wxString &"/> |
| 10726 | + <leak-ignore/> |
| 10727 | + <use-retval/> |
| 10728 | + <arg nr="1" direction="in"> |
| 10729 | + <not-uninit/> |
| 10730 | + </arg> |
| 10731 | + <arg nr="2" default="0" direction="in"> |
| 10732 | + <not-uninit/> |
| 10733 | + </arg> |
| 10734 | + <warn severity="style">This is a wxWidgets 1.xx compatibility function. Use 'wxString::Truncate' in new applications instead.</warn> |
| 10735 | + </function> |
| 10736 | + <!--wxString& wxString::Truncate(size_t len) --> |
| 10737 | + <function name="wxString::Truncate"> |
| 10738 | + <noreturn>false</noreturn> |
| 10739 | + <returnValue type="wxString &"/> |
| 10740 | + <leak-ignore/> |
| 10741 | + <use-retval/> |
| 10742 | + <arg nr="1" direction="in"> |
| 10743 | + <not-uninit/> |
| 10744 | + </arg> |
| 10745 | + </function> |
| 10746 | + <!--void wxString::UpperCase(void) --> |
| 10747 | + <function name="wxString::UpperCase"> |
| 10748 | + <noreturn>false</noreturn> |
| 10749 | + <returnValue type="void"/> |
| 10750 | + <leak-ignore/> |
| 10751 | + <warn severity="style">This is a wxWidgets 1.xx compatibility function. Use 'wxString::MakeUpper' in new applications instead.</warn> |
| 10752 | + </function> |
| 10753 | + <!--void wxString::LowerCase(void) --> |
| 10754 | + <function name="wxString::LowerCase"> |
| 10755 | + <noreturn>false</noreturn> |
| 10756 | + <returnValue type="void"/> |
| 10757 | + <leak-ignore/> |
| 10758 | + <warn severity="style">This is a wxWidgets 1.xx compatibility function. Use 'wxString::MakeLower' in new applications instead.</warn> |
| 10759 | + </function> |
10708 | 10760 | <!-- static wxUniChar wxFileName::GetPathSeparator(wxPathFormat format = wxPATH_NATIVE) --> |
10709 | 10761 | <function name="wxFileName::GetPathSeparator"> |
10710 | 10762 | <noreturn>false</noreturn> |
|
0 commit comments