summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-protocol.h')
-rw-r--r--dbus/dbus-protocol.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/dbus/dbus-protocol.h b/dbus/dbus-protocol.h
index 76ffa52c..fb0169cd 100644
--- a/dbus/dbus-protocol.h
+++ b/dbus/dbus-protocol.h
@@ -38,15 +38,18 @@ extern "C" {
/* Data types */
#define DBUS_TYPE_INVALID 0
-#define DBUS_TYPE_INT32 1
-#define DBUS_TYPE_UINT32 2
-#define DBUS_TYPE_DOUBLE 3
-#define DBUS_TYPE_INT32_ARRAY 4
-#define DBUS_TYPE_UINT32_ARRAY 5
-#define DBUS_TYPE_DOUBLE_ARRAY 6
-#define DBUS_TYPE_BYTE_ARRAY 7
-#define DBUS_TYPE_STRING 8
+#define DBUS_TYPE_NIL 1
+#define DBUS_TYPE_INT32 2
+#define DBUS_TYPE_UINT32 3
+#define DBUS_TYPE_DOUBLE 4
+#define DBUS_TYPE_STRING 5
+#define DBUS_TYPE_INT32_ARRAY 6
+#define DBUS_TYPE_UINT32_ARRAY 7
+#define DBUS_TYPE_DOUBLE_ARRAY 8
+#define DBUS_TYPE_BYTE_ARRAY 9
+#define DBUS_TYPE_STRING_ARRAY 10
+#
/* Header fields */
#define DBUS_HEADER_FIELD_NAME "name"
#define DBUS_HEADER_FIELD_SERVICE "srvc"