mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-05 02:08:25 +02:00
* dbus/dbus-message-builder.c: implement, completely untested. * test/data/*: add data to be used in testing. ".message" files are our simple loadable text format. ".message-raw" will be binary dumps of messages. * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
6 lines
128 B
Text
6 lines
128 B
Text
## simplest possible valid message
|
|
|
|
## this does a LENGTH Header and LENGTH Body
|
|
VALID_HEADER
|
|
SET_LENGTH Header
|
|
SET_LENGTH Body
|