Method
PurpleXmlNodeinsert_data
unstable since: 3.0
[−]
Declaration [src]
void
purple_xmlnode_insert_data (
PurpleXmlNode* node,
const char* data,
gssize size
)
[−]
Parameters
data
-
Type:
const char*
The data to insert.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. size
-
Type:
gssize
The size of the data to insert. If data is null-terminated you can pass in -1.