D-Bus 1.15.12
|
When modifying an existing block of values, array lengths may need to be adjusted; those adjustments are described by this struct. More...
#include <dbus-marshal-recursive.h>
Data Fields | |
int | len_pos_in_reader |
where the length was in the original block | |
int | new_len |
the new value of the length in the written-out block | |
When modifying an existing block of values, array lengths may need to be adjusted; those adjustments are described by this struct.
Definition at line 96 of file dbus-marshal-recursive.h.
int DBusArrayLenFixup::len_pos_in_reader |
where the length was in the original block
Definition at line 98 of file dbus-marshal-recursive.h.
int DBusArrayLenFixup::new_len |
the new value of the length in the written-out block
Definition at line 99 of file dbus-marshal-recursive.h.