diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-09 23:03:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-09 23:04:49 +0100 |
commit | 6647dc6659e1e42b3cff3cf5033ea5624000e650 (patch) | |
tree | d791130268d4f28f4126343003210c0669653625 /src/libsystemd-bus/kdbus.h | |
parent | d3a485135a98184cba28992752834a1bb4769003 (diff) |
bus: demarshal gvariant
Diffstat (limited to 'src/libsystemd-bus/kdbus.h')
-rw-r--r-- | src/libsystemd-bus/kdbus.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h index 1138c010be..5d5467a32b 100644 --- a/src/libsystemd-bus/kdbus.h +++ b/src/libsystemd-bus/kdbus.h @@ -331,8 +331,7 @@ enum kdbus_msg_flags { */ enum kdbus_payload_type { KDBUS_PAYLOAD_KERNEL, - KDBUS_PAYLOAD_DBUS1 = 0x4442757356657231ULL, /* 'DBusVer1' */ - KDBUS_PAYLOAD_GVARIANT = 0x4756617269616e74ULL, /* 'GVariant' */ + KDBUS_PAYLOAD_DBUS = 0x4442757356657231ULL, /* 'DBusVer1' */ }; /** @@ -591,7 +590,7 @@ enum kdbus_name_list_flags { * @offset: The returned offset in the caller's pool buffer. * The user must use KDBUS_CMD_FREE to free the * allocated memory. - * + * * This structure is used with the KDBUS_CMD_NAME_LIST ioctl. */ struct kdbus_cmd_name_list { |