|  |  |  | hildon 2.1.24 Reference Manual |  | 
|---|---|---|---|---|
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.
| argc: | Address of the argcparameter of yourmain()function. Changed if any arguments were
handled. | 
| argv: | Address of the argvparameter ofmain().  Any parameters understood byhildon_init()are stripped before return. | 
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 argcparameter of yourmain()function. Changed if any arguments were
handled. | 
| argv: | Address of the argvparameter ofmain().  Any parameters understood bygtk_init()are stripped before return. |