API Version: 3.0
Library Version: 2.90.0
Generated by gi-docgen 2024.1
unstable since: 3.0
char* purple_xmlnode_to_formatted_str ( const PurpleXmlNode* node, int* len )
Returns the node in a string of human readable xml.
Available since: 3.0
len
Type: int*
int*
Address for the size of the string.
Type: char*
char*
The node as human readable string including tab and new line characters. You must g_free this string when finished using it.