| libgnomedb Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
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);
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);
Runs the GNOME-DB main loop, which is nothing more than the Bonobo UI main loop, but with internally added stuff specific for applications using libgda/libgnomedb.
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 |