mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-25 00:08:10 +02:00
* test/data/valid-config-files/system.d/test.conf: change to root for the user so warnings don't get printed * dbus/dbus-message.c: add dbus_message_get_path, dbus_message_set_path * dbus/dbus-object-tree.c (do_test_dispatch): add test of dispatching to a path * dbus/dbus-string.c (_dbus_string_validate_path): add * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement (_dbus_marshal_object_path): implement * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field to contain the path to the target object (DBUS_HEADER_FIELD_SENDER_SERVICE): rename DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
33 lines
439 B
Text
33 lines
439 B
Text
# Message with an array of array of uint32
|
|
|
|
VALID_HEADER method_call
|
|
REQUIRED_FIELDS
|
|
END_LENGTH Header
|
|
ALIGN 8
|
|
START_LENGTH Body
|
|
|
|
TYPE ARRAY
|
|
TYPE ARRAY
|
|
TYPE UINT32
|
|
|
|
LENGTH Array
|
|
START_LENGTH Array
|
|
|
|
## array of uint32
|
|
LENGTH SubArray1
|
|
START_LENGTH SubArray1
|
|
UINT32 1
|
|
UINT32 2
|
|
UINT32 3
|
|
END_LENGTH SubArray1
|
|
|
|
## array of uint32
|
|
LENGTH SubArray2
|
|
START_LENGTH SubArray2
|
|
UINT32 4
|
|
UINT32 5
|
|
END_LENGTH SubArray2
|
|
|
|
END_LENGTH Array
|
|
|
|
END_LENGTH Body
|