Method

AravisDomNoderemove_child

Declaration [src]

ArvDomNode*
arv_dom_node_remove_child (
  ArvDomNode* self,
  ArvDomNode* old_child
)

Description [src]

Removes the child node indicated by old_child from the list of children, and returns it.

Parameters

old_child ArvDomNode
 

Node to remove.

 The data is owned by the caller of the function.

Return value

Returns: ArvDomNode
 

The removed node.

 The caller of the method takes ownership of the data, and is responsible for freeing it.