Method
PurpleXmlNodenew_child
unstable since: 3.0
Declaration [src]
PurpleXmlNode*
purple_xmlnode_new_child (
  PurpleXmlNode* parent,
  const char* name
)
      Parameters
name- 
            
Type:
const char*The name of the child node.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.  
Return value
Type: PurpleXmlNode
The new child node.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |