Method

PurpleXmlNodeget_data_unescaped

since: 3.0

Declaration [src]

char*
purple_xmlnode_get_data_unescaped (
  const PurpleXmlNode* node
)

Description [src]

Gets unescaped data from a node.

Available since: 3.0

Return value

Type: char*

The data from the node, in unescaped form. You must g_free this string when finished using it.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.