gda_xml_database_find_object

Nombre

gda_xml_database_find_object -- 

Synopsis

Gda_XmlObject * gda_xml_database_find_object (Gda_XmlDatabase * db, const gchar * name, const gchar * type);

Arguments

db

a Gda_XmlDatabase object

name

name of the object

type

type of the object

Description

Searches for a given object of a given type in the XML database specified.

Returns

a pointer to the object if found, or NULL