WvStreams
|
Internals of DBusMessage. More...
#include <dbus-message-private.h>
Public Attributes | |
DBusAtomic | refcount |
Reference count. | |
DBusHeader | header |
Header network data and associated cache. | |
DBusString | body |
Body network data. | |
char | byte_order |
Message byte order. | |
unsigned int | locked: 1 |
Message being sent, no modifications allowed. | |
unsigned int | in_cache: 1 |
Has been "freed" since it's in the cache (this is a debug feature) | |
DBusList * | size_counters |
0-N DBusCounter used to track message size. | |
long | size_counter_delta |
Size we incremented the size counters by. | |
dbus_uint32_t | changed_stamp: CHANGED_STAMP_BITS |
Incremented when iterators are invalidated. | |
DBusDataSlotList | slot_list |
Data stored by allocated integer ID. | |
int | generation |
_dbus_current_generation when message was created |
Internals of DBusMessage.
Object representing a message received from or to be sent to another application. This is an opaque object, all members are private.
Definition at line 88 of file dbus-message-private.h.
Body network data.
Definition at line 94 of file dbus-message-private.h.
Message byte order.
Definition at line 96 of file dbus-message-private.h.
unsigned int DBusMessage::locked |
Message being sent, no modifications allowed.
Definition at line 98 of file dbus-message-private.h.
0-N DBusCounter used to track message size.
Definition at line 104 of file dbus-message-private.h.
Size we incremented the size counters by.
Definition at line 105 of file dbus-message-private.h.
dbus_uint32_t DBusMessage::changed_stamp |
Incremented when iterators are invalidated.
Definition at line 107 of file dbus-message-private.h.