wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
2d2f64da1b
commit
c8fab94cee
|
@ -7264,19 +7264,6 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- int wxString::Find( wxUniCharRef ch, bool bFromEnd = false ) -->
|
||||
<function name="wxString::Find">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="int"/>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" default="false">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxTextCtrl::AppendText( const wxString & text ) -->
|
||||
<function name="wxTextCtrl::AppendText">
|
||||
<leak-ignore/>
|
||||
|
@ -8365,4 +8352,20 @@
|
|||
<noreturn>false</noreturn>
|
||||
<arg nr="any"/>
|
||||
</function>
|
||||
<!-- size_t wxString::find(const wxString & str, size_t nStart = 0) const -->
|
||||
<!-- size_t wxString::find(const char * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||
<!-- size_t wxString::find(const wchar_t * sz , size_t nStart = 0, size_t n = npos) const -->
|
||||
<!-- size_t wxString::find(wxUniChar ch , size_t nStart = 0,) const -->
|
||||
<function name="wxString::find">
|
||||
<use-retval/>
|
||||
<const/>
|
||||
<returnValue type="std::size_t"/>
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="2" default="0">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" default="std::wxString::npos">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue