1 #ifndef _ELM_SYS_NOTIFY_DBUS_EO_H_
2 #define _ELM_SYS_NOTIFY_DBUS_EO_H_
3 
4 #ifndef _ELM_SYS_NOTIFY_DBUS_EO_CLASS_TYPE
5 #define _ELM_SYS_NOTIFY_DBUS_EO_CLASS_TYPE
6 
7 typedef Eo Elm_Sys_Notify_Dbus;
8 
9 #endif
10 
11 #ifndef _ELM_SYS_NOTIFY_DBUS_EO_TYPES
12 #define _ELM_SYS_NOTIFY_DBUS_EO_TYPES
13 
14 
15 #endif
16 /** Elementary system notification DBus class
17  *
18  * @ingroup Elm_Sys_Notify_Dbus
19  */
20 #define ELM_SYS_NOTIFY_DBUS_CLASS elm_sys_notify_dbus_class_get()
21 
22 EWAPI const Efl_Class *elm_sys_notify_dbus_class_get(void) EINA_CONST;
23 
24 #endif
25