Method
PurpleXmlNodecopy
unstable since: 3.0
Declaration [src]
PurpleXmlNode*
purple_xmlnode_copy (
const PurpleXmlNode* src
)
Return value
Type: PurpleXmlNode
A new copy of the src node.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |