wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
eeedb44e92
commit
8a4dabfe02
|
@ -6696,7 +6696,6 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<!-- int maxValue -->
|
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
|
@ -6804,6 +6803,7 @@
|
||||||
<function name="wxString::BeforeFirst,wxString::BeforeLast">
|
<function name="wxString::BeforeFirst,wxString::BeforeLast">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="wxString"/>
|
<returnValue type="wxString"/>
|
||||||
|
<use-retval/>
|
||||||
<const/>
|
<const/>
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
<arg nr="2" default="NULL">
|
<arg nr="2" default="NULL">
|
||||||
|
@ -6822,7 +6822,7 @@
|
||||||
<function name="wxArrayString::Item">
|
<function name="wxArrayString::Item">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<returnValue/>
|
<returnValue type="wxString &"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<const/>
|
<const/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
|
@ -6836,6 +6836,17 @@
|
||||||
<returnValue type="bool"/>
|
<returnValue type="bool"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
</function>
|
</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* wxPropertyGridInterface::Append(wxPGProperty * property)-->
|
||||||
<!--wxPGProperty* wxPropertyGridPage::Append(wxPGProperty * property)-->
|
<!--wxPGProperty* wxPropertyGridPage::Append(wxPGProperty * property)-->
|
||||||
<function name="wxPropertyGridInterface::Append,wxPropertyGridPage::Append">
|
<function name="wxPropertyGridInterface::Append,wxPropertyGridPage::Append">
|
||||||
|
|
Loading…
Reference in New Issue