hildon-main

hildon-main — Library initialization.

Synopsis

void                hildon_init                         (void);
void                hildon_gtk_init                     (int *argc,
                                                         char ***argv);

Description

Details

hildon_init ()

void                hildon_init                         (void);

Initializes the hildon library. Call this function after calling gtk_init() and before using any hildon or GTK+ functions in your program.

void :

hildon_gtk_init ()

void                hildon_gtk_init                     (int *argc,
                                                         char ***argv);

Convenience function to initialize the GTK+ and hildon libraries. Use this function to replace a call to gtk_init() and also initialize the hildon library. See hildon_init() and gtk_init() for details.

argc : Address of the argc parameter of your main() function. Changed if any arguments were handled.
argv : Address of the argv parameter of main(). Any parameters understood by gtk_init() are stripped before return.