Go to the source code of this file.
Defines | |
#define | DBS_EVT "Events" |
Notification events. | |
#define | DBS_EVT_DOWNLOAD_DONE "DownloadDone" |
#define | DBS_EVT_PEERMODE_CHANGE "PeermodeChange" |
Functions | |
void | dbus_util_init (void) |
Initialize the bus connection. | |
void | dbus_util_close (void) |
Close down the D-BUS connection and send final event. | |
void | dbus_util_send_message (const char *, const char *) |
Send a message on the bus. |
|
Notification events. These should not be translated, they are part of the machine protocol on dbus. |
|
|
|
|
|
Close down the D-BUS connection and send final event.
|
|
Initialize the bus connection.
|
|
Send a message on the bus.
< The dbus message to send |