Data Fields
_Elm_Prefs_Page_Iface_Info Struct Reference

Convenience struct used to mass-register widgets implementing prefs pages interfaces. More...

Data Fields

const char * widget_name
 The name of the widget implementing the interface, to be exposed on the prefs collections language. More...
 
const Elm_Prefs_Page_Ifaceinfo
 The interface's implementation. More...
 

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

Field Documentation

const Elm_Prefs_Page_Iface* _Elm_Prefs_Page_Iface_Info::info

The interface's implementation.

Referenced by elm_prefs_page_iface_register(), and elm_prefs_page_iface_unregister().

const char* _Elm_Prefs_Page_Iface_Info::widget_name

The name of the widget implementing the interface, to be exposed on the prefs collections language.

Referenced by elm_prefs_page_iface_register(), and elm_prefs_page_iface_unregister().