wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
1f9edc6a66
commit
1513dd06b2
|
@ -11365,6 +11365,17 @@
|
|||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in" default="wxLOCALE_CAT_DEFAULT"/>
|
||||
</function>
|
||||
<!-- bool wxLocale::AddCatalog( const wxString & domain ) -->
|
||||
<!-- bool wxLocale::AddCatalog( const wxString & domain, wxLanguage msgIdLanguage ) -->
|
||||
<!-- bool wxLocale::AddCatalog( const wxString & domain, wxLanguage msgIdLanguage, const wxString msgldCharset ) -->
|
||||
<function name="wxLocale::AddCatalog">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in" default="wxLANGUAGE_DEFAULT "/>
|
||||
<arg nr="3" direction="in" default="wxEmptyString"/>
|
||||
</function>
|
||||
<!-- int wxItemContainer::Append( const wxString & item ) -->
|
||||
<!-- int wxComboBox::Append( const wxString & item ) -->
|
||||
<function name="wxItemContainer::AppendItems,wxComboBox::Append">
|
||||
|
|
Loading…
Reference in New Issue