Method

PurpleXmlNodeget_next_twin

since: 3.0

Declaration [src]

PurpleXmlNode*
purple_xmlnode_get_next_twin (
  PurpleXmlNode* node
)

Description [src]

Gets the next node with the same name as node.

Available since: 3.0

Return value

Type: PurpleXmlNode

The twin of node or NULL.

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