Data Fields | |
| int | refcount |
| Reference count. | |
| DBusString | data |
| Buffered data. | |
| DBusList * | messages |
| Complete messages. | |
| long | max_message_size |
| Maximum size of a message. | |
| unsigned int | buffer_outstanding: 1 |
| Someone is using the buffer to read. | |
| unsigned int | corrupted: 1 |
| We got broken data, and are no longer working. | |
All members are private.
Definition at line 5021 of file dbus-message.c.
1.4.2