Convenience struct used to mass-register widgets implementing prefs pages interfaces. More...
#include <elm_prefs_common.h>
Data Fields | |
const char * | widget_name |
The name of the widget implementing the interface, to be exposed on the prefs collections language. | |
const Elm_Prefs_Page_Iface * | info |
The interface's implementation. | |
Convenience struct used to mass-register widgets implementing prefs pages interfaces.
To be used with elm_prefs_page_iface_register() and elm_prefs_page_iface_unregister().