| 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. If libhandy has already been initialized, the function will simply return without processing the new arguments.
| argc | Address of the  | [inout][optional] | 
| argv | Address of the  | [array length=argc][inout][nullable][optional][transfer none] |