Data Fields
_Elm_Prefs_Page_Iface_Info Struct Reference

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_Ifaceinfo
 The interface's implementation.
 

Detailed Description

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().