Method
PurpleXmlNodeinsert_child
unstable since: 3.0
Declaration [src]
void
purple_xmlnode_insert_child (
PurpleXmlNode* parent,
PurpleXmlNode* child
)
Parameters
child
-
Type:
PurpleXmlNode
The child node to insert into parent.
The data is owned by the caller of the method.