| Top |
Before using the Handy libarary you should initialize it. This makes sure translations for the Handy library are set up properly.
gboolean hdy_init (int *argc,char ***argv);
Call this function before using any other Handy functions in your GUI applications.
argc |
Address of the |
[inout] |
argv |
Address of the argv parameter of main(), or NULL. Any options
understood by Handy are stripped before return. |
[array length=argc][inout][allow-none] |