hildon-im-widget-loader

hildon-im-widget-loader

Synopsis

GtkWidget*          hildon_im_widget_load               (const gchar *library_name,
                                                         const gchar *widget_name,
                                                         const gchar *first_property_new,
                                                         ...);

Description

Details

hildon_im_widget_load ()

GtkWidget*          hildon_im_widget_load               (const gchar *library_name,
                                                         const gchar *widget_name,
                                                         const gchar *first_property_new,
                                                         ...);

Loads the specified widget, with the given properties, from the specified library (which should be located with the rest of the HIM plugin libraries). The library should be a GModule with the functions dyn_WIDGETNAME_init, dyn_WIDGETNAME_exit and dyn_WIDGETNAME_create in it.

library_name : name of the library that contains the widget.
widget_name : name of the widget.
first_property_new : propertires to create the widget.
... :
Returns : the loaded widget.