void gda_xml_database_list_recordsets
the Gda_XmlDatabase object
user-defined callback function
Lists all recordsets in the given database. To do so, it calls the callback function specified as the second argument for each recordset found.
void callback_function (Gda_XmlDatabase *db, const gchar *recset_name)