e_dbus_private.h File Reference


Go to the source code of this file.
Data Structures | |
struct | E_DBus_Callback |
struct | E_DBus_Connection |
Macros | |
#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 |
Macro Definition Documentation
◆ DBG
#define DBG | ( | ... | ) | EINA_LOG_DOM_DBG(_e_dbus_log_dom, __VA_ARGS__) |
◆ E_DBUS_COLOR_DEFAULT
#define E_DBUS_COLOR_DEFAULT EINA_COLOR_CYAN |
◆ ERR
#define ERR | ( | ... | ) | EINA_LOG_DOM_ERR(_e_dbus_log_dom, __VA_ARGS__) |
◆ INFO
#define INFO | ( | ... | ) | EINA_LOG_DOM_INFO(_e_dbus_log_dom, __VA_ARGS__) |
◆ WARN
#define WARN | ( | ... | ) | EINA_LOG_DOM_WARN(_e_dbus_log_dom, __VA_ARGS__) |
Function Documentation
◆ e_dbus_basic_type_as_string()
const char * e_dbus_basic_type_as_string | ( | int | type | ) |
◆ e_dbus_object_init()
int e_dbus_object_init | ( | void | ) |
◆ e_dbus_object_shutdown()
void e_dbus_object_shutdown | ( | void | ) |
References e_dbus_interface_unref().
◆ e_dbus_signal_handlers_clean()
void e_dbus_signal_handlers_clean | ( | E_DBus_Connection * | conn | ) |
References cb_name_owner_data::sh.
◆ e_dbus_signal_handlers_free_all()
void e_dbus_signal_handlers_free_all | ( | E_DBus_Connection * | conn | ) |
References cb_name_owner_data::conn, cb_name_owner_data::sh, and E_DBus_Connection::signal_handlers.
Variable Documentation
◆ _e_dbus_log_dom
|
extern |
◆ e_dbus_idler_active
|
extern |
Referenced by e_dbus_connection_close(), and e_dbus_signal_handler_del().