Method

PurpleXmlNodeset_prefix

since: 3.0

Declaration [src]

void
purple_xmlnode_set_prefix (
  PurpleXmlNode* node,
  const char* prefix
)

Description [src]

Sets the prefix of a node.

Available since: 3.0

Parameters

prefix

Type: const char*

The prefix of the node.

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