lib/dbus/e_dbus_private.h File Reference


Go to the source code of this file.
Data Structures | |
struct | E_DBus_Callback |
struct | E_DBus_Connection |
Defines | |
#define | DBG(...) EINA_LOG_DOM_DBG(_e_dbus_log_dom, __VA_ARGS__) |
#define | E_DBUS_COLOR_DEFAULT EINA_COLOR_CYAN |
#define | ERR(...) EINA_LOG_DOM_ERR(_e_dbus_log_dom, __VA_ARGS__) |
#define | INFO(...) EINA_LOG_DOM_INFO(_e_dbus_log_dom, __VA_ARGS__) |
#define | WARN(...) EINA_LOG_DOM_WARN(_e_dbus_log_dom, __VA_ARGS__) |
Functions | |
const char * | e_dbus_basic_type_as_string (int type) |
int | e_dbus_object_init (void) |
void | e_dbus_object_shutdown (void) |
void | e_dbus_signal_handlers_clean (E_DBus_Connection *conn) |
void | e_dbus_signal_handlers_free_all (E_DBus_Connection *conn) |
Variables | |
EAPI int | _e_dbus_log_dom |
int | e_dbus_idler_active |
Define Documentation
#define DBG | ( | ... | ) | EINA_LOG_DOM_DBG(_e_dbus_log_dom, __VA_ARGS__) |
#define E_DBUS_COLOR_DEFAULT EINA_COLOR_CYAN |
Referenced by e_dbus_init(), e_hal_init(), e_ukit_init(), and loginit().
#define ERR | ( | ... | ) | EINA_LOG_DOM_ERR(_e_dbus_log_dom, __VA_ARGS__) |
#define INFO | ( | ... | ) | EINA_LOG_DOM_INFO(_e_dbus_log_dom, __VA_ARGS__) |
#define WARN | ( | ... | ) | EINA_LOG_DOM_WARN(_e_dbus_log_dom, __VA_ARGS__) |
Referenced by unmarshal_device_get_all_properties().
Function Documentation
const char* e_dbus_basic_type_as_string | ( | int | type | ) |
int e_dbus_object_init | ( | void | ) |
References E_DBUS_FDO_INTERFACE_PROPERTIES, e_dbus_interface_method_add(), e_dbus_interface_new(), and e_dbus_interface_unref().
Referenced by e_dbus_init().
void e_dbus_object_shutdown | ( | void | ) |
References e_dbus_interface_unref().
Referenced by e_dbus_shutdown().
void e_dbus_signal_handlers_clean | ( | E_DBus_Connection * | conn | ) |
void e_dbus_signal_handlers_free_all | ( | E_DBus_Connection * | conn | ) |
References cb_name_owner_data::sh, and E_DBus_Connection::signal_handlers.
Variable Documentation
EAPI int _e_dbus_log_dom |
Referenced by e_dbus_init(), and e_dbus_shutdown().
Referenced by e_dbus_signal_handler_del().