wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
ed94b4967d
commit
c9881bb445
|
@ -8758,6 +8758,41 @@
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
<arg nr="2" direction="in" default="wxEmptyString"/>
|
<arg nr="2" direction="in" default="wxEmptyString"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- wxXmlAttribute * wxXmlNode::GetAttributes( void ) const -->
|
||||||
|
<function name="wxXmlNode::GetAttributes">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="wxXmlAttribute *"/>
|
||||||
|
<const/>
|
||||||
|
<use-retval/>
|
||||||
|
</function>
|
||||||
|
<!-- wxXmlNode * wxXmlNode::GetChildren( void ) const-->
|
||||||
|
<function name="wxXmlNode::GetChildren">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<const/>
|
||||||
|
<returnValue type="wxXmlNode *"/>
|
||||||
|
<use-retval/>
|
||||||
|
</function>
|
||||||
|
<!-- const wxString & wxXmlNode::GetContent( void ) const -->
|
||||||
|
<function name="wxXmlNode::GetContent">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<const/>
|
||||||
|
<returnValue type="const wxString &"/>
|
||||||
|
<use-retval/>
|
||||||
|
</function>
|
||||||
|
<!-- int wxXmlNode::GetDepth( wxXmlNode * grandparent = NULL ) const -->
|
||||||
|
<function name="wxXmlNode::GetDepth">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1" default="NULL" direction="inout"/>
|
||||||
|
</function>
|
||||||
|
<!-- int wxXmlNode::GetLineNumber( void ) const -->
|
||||||
|
<function name="wxXmlNode::GetLineNumber">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<const/>
|
||||||
|
<use-retval/>
|
||||||
|
</function>
|
||||||
<!-- virtual wxString wxColour::GetAsString(long flags = wxC2S_NAME|wxC2S_CSS_SYNTAX) const -->
|
<!-- virtual wxString wxColour::GetAsString(long flags = wxC2S_NAME|wxC2S_CSS_SYNTAX) const -->
|
||||||
<function name="wxColour::GetAsString">
|
<function name="wxColour::GetAsString">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue