Method

PurpleXmlNodeget_parent

since: 3.0

Declaration [src]

PurpleXmlNode*
purple_xmlnode_get_parent (
  const PurpleXmlNode* child
)

Description [src]

Gets the parent node.

Available since: 3.0

Return value

Type: PurpleXmlNode

The parent or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.