GNOME-DB API reference | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
typedef struct { gchar* name; gchar* location; gchar* description; gchar* repo_ids; gchar* type; gchar* icon; } GnomeDbConfigComponent; |
void gnome_db_config_component_free (GnomeDbConfigComponent *component); |
void gnome_db_config_component_set_name (GnomeDbConfigComponent *component, const |
void gnome_db_config_component_set_location (GnomeDbConfigComponent *component, const |
void gnome_db_config_component_set_description (GnomeDbConfigComponent *component, const |
void gnome_db_config_component_set_repo_ids (GnomeDbConfigComponent *component, const |
void gnome_db_config_component_set_type (GnomeDbConfigComponent *component, const |
void gnome_db_config_component_set_icon (GnomeDbConfigComponent *component, const |
|
Return a list of all registered components that can be used in the gnome-db frontend
#define GNOME_DB_CONFIG_SECTION_HELP_VIEWER "/apps/gnome-db/HelpViewer" |
#define GNOME_DB_CONFIG_SECTION_HELP_VIEWER_DOCS "/apps/gnome-db/HelpViewer/Docs" |
#define GNOME_DB_CONFIG_SECTION_LAST_CONNECTIONS "/apps/gnome-db/LastConnections" |
#define GNOME_DB_CONFIG_SECTION_LAST_COMMANDS "/apps/gnome-db/LastCommands" |
#define GNOME_DB_CONFIG_SECTION_SAVED_SQL_QUERIES "/apps/gnome-db/SavedQueries/SQL" |
#define GNOME_DB_CONFIG_SECTION_SAVED_XML_QUERIES "/apps/gnome-db/SavedQueries/XML" |
#define GNOME_DB_CONFIG_SECTION_SAVED_BATCH_JOBS "/apps/gnome-db/SavedBatchJobs" |
#define GNOME_DB_CONFIG_KEY_SHOW_TOOLTIPS "/apps/gnome-db/Widgets/ShowTooltips" |
#define GNOME_DB_OAFIID_BUILDER_FACTORY "OAFIID:GNOME_DB_BuilderFactory" |
#define GNOME_DB_OAFIID_COMPONENT_FACTORY "OAFIID:GNOME_DB_ComponentFactory" |
#define GNOME_DB_OAFIID_MANAGER_FACTORY "OAFIID:GNOME_DB_ManagerFactory" |
#define GNOME_DB_OAFIID_MONIKER_FACTORY "OAFIID:GNOME_DB_MonikerFactory" |