Method

PurpleXmlNodeget_namespace

since: 3.0

Declaration [src]

const char*
purple_xmlnode_get_namespace (
  const PurpleXmlNode* node
)

Description [src]

Returns the namespace of a node.

Available since: 3.0

Return value

Type: const char*

The namespace of this node.

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