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

Type: ArvDomNode

Node to remove.

The data is owned by the caller of the method.

Return value

Type: ArvDomNode

The removed node.

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