gnome_init_with_popt_table ()
int gnome_init_with_popt_table (const char *app_id,
const char *app_version,
int argc,
char **argv,
const struct poptOption *options,
int flags,
poptContext *return_ctx); |
Initializes the application. This sets up all of the GNOME
internals and prepares them (imlib, gdk, session-management, triggers,
sound, user preferences)
Unlike gnome_init, with gnome_init_with_popt_table you can provide
a table of popt options (popt is the command line argument parsing
library).
Deprecated, use gnome_program_init with the LIBGNOMEUI_MODULE
gnome_init()
#define gnome_init(app_id,app_version,argc,argv) |
Initializes the application. This sets up all of the GNOME
internals and prepares them (imlib, gdk, session-management, triggers,
sound, user preferences)
Deprecated, use gnome_program_init with the LIBGNOMEUI_MODULE