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