Convenience struct used to mass-register widgets implementing prefs items 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_Item_Iface * | info | 
| The type interface's implementation.  More... | |
Convenience struct used to mass-register widgets implementing prefs items interfaces.
To be used with elm_prefs_item_iface_register() and elm_prefs_item_iface_unregister().
| const Elm_Prefs_Item_Iface* _Elm_Prefs_Item_Iface_Info::info | 
The type interface's implementation.
Referenced by elm_prefs_item_iface_register(), and elm_prefs_item_iface_unregister().
| const char* _Elm_Prefs_Item_Iface_Info::widget_name | 
The name of the widget implementing the interface, to be exposed on the prefs collections language.
Referenced by elm_prefs_item_iface_register(), and elm_prefs_item_iface_unregister().