| Libgnomedb Reference Manual | ||||
|---|---|---|---|---|
void gnome_db_init (const gchar *app_id, const gchar *version, gint nargs, gchar *args[]); void gnome_db_main_run (GdaInitFunc init_func, gpointer user_data); void gnome_db_main_quit (void); GnomeDbDict* gnome_db_get_default_dict (void);
void gnome_db_init (const gchar *app_id,
const gchar *version,
gint nargs,
gchar *args[]);
Initialization of the libgnomedb library
|
|
|
|
|
|
|
void gnome_db_main_run (GdaInitFunc init_func,
gpointer user_data);
You can specify a function to be called after everything has been correctly initialized (that is, for initializing your own stuff).
|
function to be called when everything has been initialized |
|
data to be passed to the init function |
GnomeDbDict* gnome_db_get_default_dict (void);
Get the default dictionary.
Returns : |
a not NULL pointer to the default GnomeDbDict dictionary
|