wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-20 09:39:00 +01:00
parent eeedb44e92
commit 8a4dabfe02
1 changed files with 13 additions and 2 deletions

View File

@ -6696,7 +6696,6 @@
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<!-- int maxValue -->
<arg nr="1">
<not-uninit/>
</arg>
@ -6804,6 +6803,7 @@
<function name="wxString::BeforeFirst,wxString::BeforeLast">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<use-retval/>
<const/>
<arg nr="1"/>
<arg nr="2" default="NULL">
@ -6822,7 +6822,7 @@
<function name="wxArrayString::Item">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue/>
<returnValue type="wxString &amp;"/>
<use-retval/>
<const/>
<arg nr="1">
@ -6836,6 +6836,17 @@
<returnValue type="bool"/>
<use-retval/>
</function>
<!-- wxUniChar wxString::at(size_t n)const-->
<function name="wxArrayString::at">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxUniChar"/>
<const/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!--wxPGProperty* wxPropertyGridInterface::Append(wxPGProperty * property)-->
<!--wxPGProperty* wxPropertyGridPage::Append(wxPGProperty * property)-->
<function name="wxPropertyGridInterface::Append,wxPropertyGridPage::Append">