chiark / gitweb /
event: add ability to change fd of an active event source
[elogind.git] / src / libsystemd-bus / GVARIANT-SERIALIZATION
index b23c7e4edb9aacb040e11dc34ef74fc5ad01e0c1..5dffc25bb3542523e81a6e6f99d29149c887b216 100644 (file)
@@ -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.