![]() |
![]() |
![]() |
GPE Manual: libgpewidget Reference | ![]() |
---|---|---|---|---|
gboolean gpe_application_init (int *argc, char **argv[]); void gpe_saved_args (gint *argc, gchar **argv[]);
gboolean gpe_application_init (int *argc, char **argv[]);
Initialise a GPE application. This function is called on startup of a GPE
application. It replaces gtk_init()
which is used in normal GTK applications.
|
argument count passed to main()
|
|
argument array passed to main()
|
Returns : |
TRUE on success, FALSE on failure |
void gpe_saved_args (gint *argc, gchar **argv[]);
Returns the arguments passed to gpe_application_init()
. The returned values are
pointers to the data stored by gpe_application_init()
, don't modify them if
you don't exactly know what are you doing.
|
Filled with number of arguments in argv. |
|
Argument vector. |