gda_xml_database_enum_objects

Name

gda_xml_database_enum_objects -- 

Synopsis

gboolean gda_xml_database_enum_objects (Gda_XmlDatabase * db, Gda_XmlEnumFunc func, const gchar * type, gpointer user_data);

Arguments

db

a Gda_XmlDatabase object

func

user function

type

object type to be enumerated

user_data

-- undescribed --

Description

This function calls the user-provided function for each object contained in the given XML database representation. You can specify which type of objects you want to get (by using the GDA_XML_OBJECT_TYPE_* #defines) or all objects of any type (by supplying NULL as the type parameter.

Returns

TRUE if successful, FALSE on error