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