wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-01 13:31:57 +01:00
parent 3a236e933c
commit afbeb6f3bd
1 changed files with 9 additions and 1 deletions

View File

@ -6581,7 +6581,8 @@
</arg>
</function>
<!-- void wxDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
<function name="wxDC::DrawLine">
<!-- void wxMemoryDC::DrawLine (const wxPoint &pt1, const wxPoint &pt2) -->
<function name="wxDC::DrawLine,wxMemoryDC::DrawLine">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="2"/>
@ -6884,4 +6885,11 @@
<returnValue type="void"/>
<arg nr="1"/>
</function>
<!--static wxString wxLocale::GetInfo(wxLocaleInfo index, wxLocaleCategory cat = wxLOCALE_CAT_DEFAULT) -->
<function name="wxLocale::GetInfo">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<use-retval/>
<arg nr="2" default="wxLOCALE_CAT_DEFAULT"/>
</function>
</def>