|
6125 | 6125 | <arg nr="2" direction="in" default="wxDEFAULT_DELIMITERS"/> |
6126 | 6126 | <arg nr="3" direction="in" default="wxTOKEN_DEFAULT"/> |
6127 | 6127 | </function> |
| 6128 | + <!-- wxStringTokenizerMode wxStringTokenizer::GetMode( void ) const --> |
| 6129 | + <function name="wxStringTokenizer::GetMode"> |
| 6130 | + <noreturn>false</noreturn> |
| 6131 | + <leak-ignore/> |
| 6132 | + <returnValue type="wxStringTokenizerMode"/> |
| 6133 | + <use-retval/> |
| 6134 | + <const/> |
| 6135 | + </function> |
| 6136 | + <!-- wxString wxStringTokenizer::GetNextToken( void ) --> |
| 6137 | + <function name="wxStringTokenizer::GetNextToken"> |
| 6138 | + <noreturn>false</noreturn> |
| 6139 | + <leak-ignore/> |
| 6140 | + <returnValue type="wxString"/> |
| 6141 | + <use-retval/> |
| 6142 | + </function> |
| 6143 | + <!-- size_t wxStringTokenizer::GetPosition( void ) const --> |
| 6144 | + <function name="wxStringTokenizer::GetPosition"> |
| 6145 | + <noreturn>false</noreturn> |
| 6146 | + <leak-ignore/> |
| 6147 | + <returnValue type="size_t"/> |
| 6148 | + <use-retval/> |
| 6149 | + <const/> |
| 6150 | + </function> |
6128 | 6151 | <!-- virtual void wxTextEntry::SetSelection (long from, long to) --> |
6129 | 6152 | <!-- virtual void wxTextEntry::SetSelection (int n) --> |
6130 | 6153 | <!-- virtual void wxRadioBox::SetSelection (int n) --> |
@@ -15226,6 +15249,14 @@ wxItemKind kind = wxITEM_NORMAL) --> |
15226 | 15249 | <returnValue type="wxMenuItem *"/> |
15227 | 15250 | <use-retval/> |
15228 | 15251 | </function> |
| 15252 | + <!-- const wxScopedCharBuffer wxString::ToUTF8( void ) const --> |
| 15253 | + <function name="wxString::ToUTF8"> |
| 15254 | + <noreturn>false</noreturn> |
| 15255 | + <leak-ignore/> |
| 15256 | + <returnValue type="const wxScopedCharBuffer"/> |
| 15257 | + <use-retval/> |
| 15258 | + <const/> |
| 15259 | + </function> |
15229 | 15260 | <!-- size_t wxNotebook::GetPageCount ( void ) const --> |
15230 | 15261 | <!-- size_t wxListbook::GetPageCount ( void ) const --> |
15231 | 15262 | <!-- size_t wxPropertyGridManager::GetPageCount ( void ) const --> |
|
0 commit comments