Method
PurpleXmlNodeget_prefix_namespace
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_xmlnode_get_prefix_namespace (
const PurpleXmlNode* node,
const char* prefix
)
[−]
Parameters
prefix
-
Type:
const char*
The prefix for which to return the associated namespace.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: const char*
The namespace for this prefix.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |