Method

PurpleXmlNodeget_prefix_namespace

since: 3.0

Declaration [src]

const char*
purple_xmlnode_get_prefix_namespace (
  const PurpleXmlNode* node,
  const char* prefix
)

Description [src]

Returns the defined namespace for a prefix.

Available since: 3.0

Parameters

prefix

Type: const char*

The prefix for which to return the associated namespace.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: const char*

The namespace for this prefix.

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