wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-20 14:10:07 +01:00
parent 706ba3db06
commit 6887b00ee4
1 changed files with 4 additions and 2 deletions

View File

@ -8737,7 +8737,8 @@
<arg nr="1" direction="in"/>
</function>
<!-- bool wxXmlNode::GetAttribute (const wxString & attrName, wxString * value) const -->
<function name="wxXmlNode::GetAttribute">
<!-- bool wxXmlNode::GetPropVal (const wxString & attrName, wxString * value) const -->
<function name="wxXmlNode::GetAttribute,wxXmlNode::GetPropVal">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
@ -8749,7 +8750,8 @@
</arg>
</function>
<!-- wxString wxXmlNode::GetAttribute(const wxString & attrName, const wxString & defaultVal = wxEmptyString) const -->
<function name="wxXmlNode::GetAttribute">
<!-- wxString wxXmlNode::GetPropVal(const wxString & attrName, const wxString & defaultVal = wxEmptyString) const -->
<function name="wxXmlNode::GetAttribute,wxXmlNode::GetPropVal">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>