mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-22 03:18:09 +02:00
* dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
* dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
dumb bug created earlier (wrong order of args to
decode_header_data())
* tools/dbus-send.c: port
* tools/dbus-print-message.c (print_message): port
* test/data/*messages: port all messages over
* dbus/dbus-message-builder.c: support including
message type
* bus/driver.c: port over
* bus/dispatch.c: port over to new stuff
* dbus/dbus-connection.c (_dbus_connection_new_for_transport):
rename disconnect signal to "Disconnected"
19 lines
293 B
Text
19 lines
293 B
Text
## message that's missing an expected body
|
|
|
|
VALID_HEADER method_call
|
|
FIELD_NAME ifce
|
|
TYPE STRING
|
|
STRING 'org.freedesktop.Foo'
|
|
FIELD_NAME mebr
|
|
TYPE STRING
|
|
STRING 'Bar'
|
|
END_LENGTH Header
|
|
ALIGN 8
|
|
|
|
## create the body, then chop it off
|
|
START_LENGTH Body
|
|
TYPE INT32
|
|
INT32 37
|
|
END_LENGTH Body
|
|
|
|
CHOP 8
|