Definition in file message.c.
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "easydbus-core.h"
#include "message_internal.h"
#include "debug.h"

Go to the source code of this file.
Functions | |
| int | easydbus_message_send (struct EasyDbus_core *core, DBusMessage *msg, unsigned int flush, dbus_uint32_t *mserial) |
| Send DBusMessage or insert message on queue. | |
| int | easydbus_message_send_async (struct EasyDbus_core *core, struct EasyDbus_Pending *p, DBusMessage *msg) |
| Send DBusMessage on async mode. | |
| struct EasyDbus_Pending * | easydbus_pending_create_skeleton (struct EasyDbus_core *core, EasyDbus_method *method, easydbus_method_async_reply_cb_f p_cb, void *closure, int timeout) |
| Create EasyDbus_Pending object skeleton. | |
| void | easydbus_pending_destroy (struct EasyDbus_Pending *p) |
| Free EasyDbus_Pending object. | |
| void | easydbus_pending_msg_handler (DBusPendingCall *pcall, void *data) |
| Handler for manage pending messages. | |
1.5.4