#include <dbus-connection-internal.h>
Data Fields | |
DBusAtomic | refcount |
reference count | |
DBusDataSlotList | slot_list |
Data stored by allocated integer ID. | |
DBusPendingCallNotifyFunction | function |
Notifier when reply arrives. | |
DBusConnection * | connection |
Connections we're associated with. | |
DBusMessage * | reply |
Reply (after we've received it). | |
DBusTimeout * | timeout |
Timeout. | |
DBusList * | timeout_link |
Preallocated timeout response. | |
dbus_uint32_t | reply_serial |
Expected serial of reply. | |
unsigned int | completed: 1 |
TRUE if completed. | |
unsigned int | timeout_added: 1 |
Have added the timeout. |
Object representing a reply message that we're waiting for.
Definition at line 103 of file dbus-connection-internal.h.