gnome-db-config
Name
gnome-db-config -- Routines for accessing GNOME-DB configuration
Synopsis
GList* gnome_db_config_get_saved_sql_queries
(void);
GList* gnome_db_config_get_saved_xml_queries
(void);
typedef GnomeDbConfigComponent;
#define gnome_db_config_component_get_name(_com_)
#define gnome_db_config_component_get_location(_com_)
#define gnome_db_config_component_get_description(_com_)
#define gnome_db_config_component_get_repo_ids(_com_)
#define gnome_db_config_component_get_type(_com_)
#define gnome_db_config_component_get_icon(_com_)
GnomeDbConfigComponent* gnome_db_config_component_new
(void);
void gnome_db_config_component_free (GnomeDbConfigComponent *component);
void gnome_db_config_component_set_name
(GnomeDbConfigComponent *component,
const gchar *name);
void gnome_db_config_component_set_location
(GnomeDbConfigComponent *component,
const gchar *location);
void gnome_db_config_component_set_description
(GnomeDbConfigComponent *component,
const gchar *desc);
void gnome_db_config_component_set_repo_ids
(GnomeDbConfigComponent *component,
const gchar *repo_ids);
void gnome_db_config_component_set_type
(GnomeDbConfigComponent *component,
const gchar *type);
void gnome_db_config_component_set_icon
(GnomeDbConfigComponent *component,
const gchar *icon);
GList* gnome_db_config_get_all_components
(void);
GList* gnome_db_config_get_shell_components
(void);
void gnome_db_config_component_free_list
(GList *list);
#define GNOME_DB_CONFIG_SECTION_DESIGNER
#define GNOME_DB_CONFIG_SECTION_HELP_VIEWER
#define GNOME_DB_CONFIG_SECTION_HELP_VIEWER_DOCS
#define GNOME_DB_CONFIG_SECTION_LAST_COMMANDS
#define GNOME_DB_CONFIG_SECTION_SAVED_SQL_QUERIES
#define GNOME_DB_CONFIG_SECTION_SAVED_XML_QUERIES
#define GNOME_DB_CONFIG_SECTION_SAVED_BATCH_JOBS
#define GNOME_DB_CONFIG_KEY_SHOW_TOOLTIPS
#define GNOME_DB_REPO_CONTROL
#define GNOME_DB_OAFIID_BUILDER_FACTORY
#define GNOME_DB_OAFIID_COMPONENT_FACTORY
#define GNOME_DB_OAFIID_MANAGER_FACTORY
#define GNOME_DB_OAFIID_MONIKER_FACTORY
#define GNOME_DB_OAFIID_BUILDER
#define GNOME_DB_OAFIID_CONNECTION
#define GNOME_DB_OAFIID_DESIGNER
#define GNOME_DB_OAFIID_EXPORT
#define GNOME_DB_OAFIID_IMPORT
#define GNOME_DB_OAFIID_LOG_VIEWER
#define GNOME_DB_OAFIID_MANAGER
#define GNOME_DB_OAFIID_MONIKER_DATABASE
Description
This module contains lots of functions that let you access/modify the
GNOME-DB configuration.
Details
GList* gnome_db_config_get_saved_sql_queries
(void);
Returns the names of all the saved SQL queries for the current user.
To free the returned GList, use gda_config_free_list