Method

PurpleXmlNodeget_parent

unstable 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 returned data, and is responsible for freeing it.