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.  | |
Definition at line 60 of file dbus-pending-call.c.
 1.5.1