diff options
Diffstat (limited to 'src/libsystemd-bus/GVARIANT-SERIALIZATION')
-rw-r--r-- | src/libsystemd-bus/GVARIANT-SERIALIZATION | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libsystemd-bus/GVARIANT-SERIALIZATION b/src/libsystemd-bus/GVARIANT-SERIALIZATION index b23c7e4edb..5dffc25bb3 100644 --- a/src/libsystemd-bus/GVARIANT-SERIALIZATION +++ b/src/libsystemd-bus/GVARIANT-SERIALIZATION @@ -57,3 +57,7 @@ And that's already it. Note: on kdbus only native endian messages marshalled in gvariant may be sent. If a client receives a message in non-native endianness or in dbus1 marshalling it shall ignore the message. + +Note: The GVariant "MAYBE" type is not supported, so that messages can + be fully converted forth and back between dbus1 and gvariant + representations. |