gda_xml_object_enum_children

Nombre

gda_xml_object_enum_children -- 

Synopsis

gboolean gda_xml_object_enum_children (Gda_XmlObject * obj, Gda_XmlEnumFunc func, const gchar * type, gpointer user_data);

Arguments

obj

a #Gda_XmlObject

func

callback function

type

type of the children

user_data

data to pass to the callback

Description

This function enumerates all the children (or the children of type, if not NULL) by calling the given callback function for each child object found

Returns

TRUE if successful, FALSE on error