Top | ![]() |
![]() |
![]() |
![]() |
Before using the Handy library you should initialize it by calling the
hdy_init()
function.
This makes sure translations, types, themes, and icons for the Handy library
are set up properly.
void
hdy_init (void
);
Call this function just after initializing GTK, if you are using GtkApplication it means it must be called when the “startup” signal is emitted. If libhandy has already been initialized, the function will simply return.
This makes sure translations, types, themes, and icons for the Handy library are set up properly.