API Version: 3.0
Library Version: 2.90.0
Generated by gi-docgen 2024.1
unstable since: 3.0
char* purple_xmlnode_get_data ( const PurpleXmlNode* node )
Gets (escaped) data from a node.
Available since: 3.0
Type: char*
char*
The data from the node or NULL. This data is in raw escaped format. You must g_free this string when finished using it.