E_Notification_Daemon Struct Reference
#include <E_Notification_Daemon.h>
Collaboration diagram for E_Notification_Daemon:Data Fields | |
| E_DBus_Connection * | conn |
| void * | data |
| struct { | |
| E_Notification_Daemon_Callback_Close_Notification close_notification | |
| E_Notification_Daemon_Callback_Notify notify | |
| } | func |
| E_DBus_Interface * | iface |
| char * | name |
| E_DBus_Object * | obj |
| int | state |
| char * | vendor |
Field Documentation
| E_Notification_Daemon_Callback_Close_Notification E_Notification_Daemon::close_notification |
Referenced by e_notification_daemon_callback_close_notification_set(), and method_close_notification().
| E_DBus_Connection* E_Notification_Daemon::conn |
| void* E_Notification_Daemon::data |
Referenced by e_notification_daemon_data_get(), and e_notification_daemon_data_set().
| struct { ... } E_Notification_Daemon::func |
| E_DBus_Interface* E_Notification_Daemon::iface |
Referenced by e_notification_daemon_add(), and e_notification_daemon_free().
| char* E_Notification_Daemon::name |
Referenced by e_notification_daemon_add(), e_notification_daemon_free(), and method_get_server_information().
| E_Notification_Daemon_Callback_Notify E_Notification_Daemon::notify |
Referenced by e_notification_daemon_callback_notify_set(), and method_notify().
| E_DBus_Object* E_Notification_Daemon::obj |
Referenced by e_notification_daemon_free().
| int E_Notification_Daemon::state |
| char* E_Notification_Daemon::vendor |
Referenced by e_notification_daemon_add(), e_notification_daemon_free(), and method_get_server_information().
The documentation for this struct was generated from the following file:
- lib/notification/E_Notification_Daemon.h

