Method

PurpleXmlNodeget_prefix

since: 3.0

Declaration [src]

const char*
purple_xmlnode_get_prefix (
  const PurpleXmlNode* node
)

Description [src]

Returns the prefix of a node.

Available since: 3.0

Return value

Type: const char*

The prefix of this node.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.