Data Fields | |
| DBusMessageRealIter * | parent_iter |
| parent iter, or NULL | |
| DBusMessage * | message |
| Message used. | |
| dbus_uint32_t | changed_stamp |
| stamp to detect invalid iters | |
| int | type |
| type of iter | |
| int | pos |
| Current position in the string. | |
| int | end |
| position right after the container | |
| int | container_start |
| offset of the start of the container | |
| int | container_length_pos |
| offset of the length of the container | |
| int | wrote_dict_key |
| whether we wrote the dict key for the current dict element | |
| int | array_type_pos |
| pointer to the position of the array element type | |
| int | array_type_done |
| TRUE if the array type is fully finished. | |
Object representing a position in a message. All fields are internal.
Definition at line 127 of file dbus-message.c.
1.4.2