Data Structures | |
struct | _Eldbus_Version |
Macros | |
#define | ELDBUS_VERSION_MAJOR EFL_VERSION_MAJOR |
Eldbus version major number. | |
#define | ELDBUS_VERSION_MINOR EFL_VERSION_MINOR |
Eldbus version minor number. | |
#define | ELDBUS_FDO_BUS "org.freedesktop.DBus" |
DBus message bus name. | |
#define | ELDBUS_FDO_PATH "/org/freedesktop/DBus" |
Object that implements message bus interface. | |
#define | ELDBUS_FDO_INTERFACE ELDBUS_FDO_BUS |
DBus message bus interface. | |
#define | ELDBUS_FDO_INTERFACE_PROPERTIES "org.freedesktop.DBus.Properties" |
DBus Properties interface. | |
#define | ELDBUS_FDO_INTERFACE_OBJECT_MANAGER "org.freedesktop.DBus.ObjectManager" |
DBus ObjectManager interface. | |
#define | ELDBUS_FDO_INTERFACE_INTROSPECTABLE "org.freedesktop.DBus.Introspectable" |
DBus Introspectable interface. | |
#define | ELDBUS_FDO_INTEFACE_PEER "org.freedesktop.DBus.Peer" |
DBus Peer interface. | |
#define | ELDBUS_ERROR_PENDING_CANCELED "org.enlightenment.DBus.Canceled" |
Canceled error answer. | |
#define | ELDBUS_ERROR_PENDING_TIMEOUT "org.freedesktop.DBus.Error.NoReply" |
Timeout error answer. | |
Typedefs | |
typedef struct _Eldbus_Version | Eldbus_Version |
typedef void(* | Eldbus_Free_Cb) (void *data, const void *deadptr) |
typedef struct _Eldbus_Message | Eldbus_Message |
typedef struct _Eldbus_Message_Iter | Eldbus_Message_Iter |
typedef struct _Eldbus_Pending | Eldbus_Pending |
typedef struct _Eldbus_Signal_Handler | Eldbus_Signal_Handler |
typedef void(* | Eldbus_Message_Cb) (void *data, const Eldbus_Message *msg, Eldbus_Pending *pending) |
typedef void(* | Eldbus_Signal_Cb) (void *data, const Eldbus_Message *msg) |
Functions | |
EAPI int | eldbus_init (void) |
Initialize eldbus. More... | |
EAPI int | eldbus_shutdown (void) |
Shutdown eldbus. More... | |
Variables | |
const EAPI Eldbus_Version * | eldbus_version |
Global Eldbus_Version object. | |
Represents the current version of Eldbus
Eldbus_Free_Cb |
Callback that is called when the connection is freed.
Represents the way data is sent and received in DBus.
Represents an iterator over a complex message type (array, dict, struct, or variant). Its life is bound to the message that contains it. The same applies to the returned data.
Represents a message that has been sent but has not yet reached its destination.
Represents a listener that will listen for signals emitted by other applications.
Eldbus_Message_Cb |
Callback that is called when answer of a method call message comes.
Eldbus_Signal_Cb |
Callback that is called when a signal is received.
EAPI int eldbus_init | ( | void | ) |
Initialize eldbus.
References ecore_fork_reset_callback_add(), ecore_init(), ecore_shutdown(), eina_init(), eina_log_domain_register(), eina_log_domain_unregister(), EINA_LOG_ERR, eina_magic_string_set(), and eina_shutdown().
Referenced by efl_net_connman_init(), and elocation_init().
EAPI int eldbus_shutdown | ( | void | ) |
Shutdown eldbus.
References ecore_fork_reset_callback_del(), and ERR.
Referenced by efl_net_connman_shutdown(), elocation_shutdown(), and ethumb_client_shutdown().