gda_xml_object_delete_child

Nombre

gda_xml_object_delete_child -- 

Synopsis

void gda_xml_object_delete_child (Gda_XmlObject * obj, Gda_XmlObject * child);

Arguments

obj

a #Gda_XmlObject

child

child object

Description

Removes the given #Gda_XmlObject child, freeing all associated memory. This function is recursive in that, it calls itself to remove the child object's children.

Again, you shouldn't use this function, but the specific object management functions instead