Definition in file watch_events_internal.c.
#include <string.h>
#include <stdlib.h>
#include "debug.h"
#include "easydbus-core.h"
#include "reply_internal.h"
#include "monitor_internal.h"
Go to the source code of this file.
Functions | |
dbus_bool_t | easydbus_add_watch_callback (DBusWatch *watch, void *data) |
Hander for manage new watcher. | |
void | easydbus_remove_watch_callback (DBusWatch *watch, void *data) |
Handler of remove watch callback. | |
int | easydbus_send_method_withReply_Blocking (struct EasyDbus_core *core, DBusMessage *msg, struct EasyDbus_method *method, int timeout) |
Send DBusMessage message and blocking for reply. | |
void | easydbus_toggle_watch_callback (DBusWatch *watch, void *data) |
Handler of dbus watch toggle callback. |