Method
PurpleXmlNodeget_next_twin
unstable since: 3.0
Declaration [src]
PurpleXmlNode*
purple_xmlnode_get_next_twin (
PurpleXmlNode* node
)
Return value
Type: PurpleXmlNode
The twin of node or NULL.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |