Method

PurpleXmlNodeinsert_child

since: 3.0

Declaration [src]

void
purple_xmlnode_insert_child (
  PurpleXmlNode* parent,
  PurpleXmlNode* child
)

Description [src]

Inserts a node into a node as a child.

Available since: 3.0

Parameters

child

Type: PurpleXmlNode

The child node to insert into parent.

The data is owned by the caller of the function.