wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
706ba3db06
commit
6887b00ee4
|
@ -8737,7 +8737,8 @@
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- bool wxXmlNode::GetAttribute (const wxString & attrName, wxString * value) const -->
|
<!-- 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>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<const/>
|
<const/>
|
||||||
|
@ -8749,7 +8750,8 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- wxString wxXmlNode::GetAttribute(const wxString & attrName, const wxString & defaultVal = wxEmptyString) const -->
|
<!-- 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>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<const/>
|
<const/>
|
||||||
|
|
Loading…
Reference in New Issue