Details
gnome_db_config_get_saved_sql_queries ()
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
gnome_db_config_get_saved_xml_queries ()
GList* gnome_db_config_get_saved_xml_queries
(void); |
Returns the names of all the saved XML queries for the current user.
To free the returned GList, use gda_config_free_list
GnomeDbConfigComponent
typedef struct {
gchar* name;
gchar* location;
gchar* description;
gchar* repo_ids;
gchar* type;
gchar* icon;
} GnomeDbConfigComponent; |
gnome_db_config_component_get_name()
#define gnome_db_config_component_get_name(_com_) |
gnome_db_config_component_get_location()
#define gnome_db_config_component_get_location(_com_) |
gnome_db_config_component_get_description()
#define gnome_db_config_component_get_description(_com_) |
gnome_db_config_component_get_repo_ids()
#define gnome_db_config_component_get_repo_ids(_com_) |
gnome_db_config_component_get_type()
#define gnome_db_config_component_get_type(_com_) |
gnome_db_config_component_get_icon()
#define gnome_db_config_component_get_icon(_com_) |
gnome_db_config_component_new ()
Creates a new GnomeDbConfigComponent structure. This structure is used
to represent the information stored in the configuration database about
a component.
You would almost never want to use this routine directly, since the
GnomeDbConfigComponent are created internally in the GNOME-DB library,
and just returned to the programmer.
gnome_db_config_component_set_location ()
Sets the 'location' field in the given GnomeDbConfigComponent structure
gnome_db_config_component_set_description ()
Sets the 'description' field in the given GnomeDbConfigComponent structure
gnome_db_config_component_set_repo_ids ()
Sets the 'repo_ids' field in the given GnomeDbConfigComponent structure
gnome_db_config_get_all_components ()
GList* gnome_db_config_get_all_components
(void); |
gnome_db_config_get_shell_components ()
GList* gnome_db_config_get_shell_components
(void); |
Return a list of all registered components that can be used in the
gnome-db frontend. It's up to the programmer to free the returned list,
which can be easily done by calling gnome_db_config_component_free_list.
GNOME_DB_CONFIG_SECTION_DESIGNER
#define GNOME_DB_CONFIG_SECTION_DESIGNER "/apps/gnome-db/Designer" |
GNOME_DB_CONFIG_SECTION_HELP_VIEWER
#define GNOME_DB_CONFIG_SECTION_HELP_VIEWER "/apps/gnome-db/HelpViewer" |
GNOME_DB_CONFIG_SECTION_HELP_VIEWER_DOCS
#define GNOME_DB_CONFIG_SECTION_HELP_VIEWER_DOCS "/apps/gnome-db/HelpViewer/Docs" |
GNOME_DB_CONFIG_SECTION_LAST_COMMANDS
#define GNOME_DB_CONFIG_SECTION_LAST_COMMANDS "/apps/gnome-db/LastCommands" |
GNOME_DB_CONFIG_SECTION_SAVED_SQL_QUERIES
#define GNOME_DB_CONFIG_SECTION_SAVED_SQL_QUERIES "/apps/gnome-db/SavedQueries/SQL" |
GNOME_DB_CONFIG_SECTION_SAVED_XML_QUERIES
#define GNOME_DB_CONFIG_SECTION_SAVED_XML_QUERIES "/apps/gnome-db/SavedQueries/XML" |
GNOME_DB_CONFIG_SECTION_SAVED_BATCH_JOBS
#define GNOME_DB_CONFIG_SECTION_SAVED_BATCH_JOBS "/apps/gnome-db/SavedBatchJobs" |
GNOME_DB_CONFIG_KEY_SHOW_TOOLTIPS
#define GNOME_DB_CONFIG_KEY_SHOW_TOOLTIPS "/apps/gnome-db/Widgets/ShowTooltips" |
GNOME_DB_REPO_CONTROL
#define GNOME_DB_REPO_CONTROL "IDL:GNOME/Database/UIControl:1.0" |
GNOME_DB_OAFIID_BUILDER_FACTORY
#define GNOME_DB_OAFIID_BUILDER_FACTORY "OAFIID:GNOME_Database_UIBuilderFactory" |
GNOME_DB_OAFIID_COMPONENT_FACTORY
#define GNOME_DB_OAFIID_COMPONENT_FACTORY "OAFIID:GNOME_Database_UIComponentFactory" |
GNOME_DB_OAFIID_MANAGER_FACTORY
#define GNOME_DB_OAFIID_MANAGER_FACTORY "OAFIID:GNOME_Database_UIManagerFactory" |
GNOME_DB_OAFIID_MONIKER_FACTORY
#define GNOME_DB_OAFIID_MONIKER_FACTORY "OAFIID:GNOME_Database_UIMonikerFactory" |
GNOME_DB_OAFIID_BUILDER
#define GNOME_DB_OAFIID_BUILDER "OAFIID:GNOME_Database_UIBuilder_Control" |
GNOME_DB_OAFIID_CONNECTION
#define GNOME_DB_OAFIID_CONNECTION "OAFIID:GNOME_Database_UIConnection_Control" |
GNOME_DB_OAFIID_DESIGNER
#define GNOME_DB_OAFIID_DESIGNER "OAFIID:GNOME_Database_UIDesigner_Control" |
GNOME_DB_OAFIID_EXPORT
#define GNOME_DB_OAFIID_EXPORT "OAFIID:GNOME_Database_UIExport_Control" |
GNOME_DB_OAFIID_IMPORT
#define GNOME_DB_OAFIID_IMPORT "OAFIID:GNOME_Database_UIImport_Control" |
GNOME_DB_OAFIID_LOG_VIEWER
#define GNOME_DB_OAFIID_LOG_VIEWER "OAFIID:GNOME_Database_UILogViewer_Control" |
GNOME_DB_OAFIID_MANAGER
#define GNOME_DB_OAFIID_MANAGER "OAFIID:GNOME_Database_UIManager_Control" |
GNOME_DB_OAFIID_MONIKER_DATABASE
#define GNOME_DB_OAFIID_MONIKER_DATABASE "OAFIID:GNOME_Database_UIMoniker_Database" |