summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-protocol-new.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-protocol-new.h')
-rw-r--r--dbus/dbus-protocol-new.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbus/dbus-protocol-new.h b/dbus/dbus-protocol-new.h
index b029f0fb..9d8c4b6f 100644
--- a/dbus/dbus-protocol-new.h
+++ b/dbus/dbus-protocol-new.h
@@ -58,7 +58,7 @@ extern "C" {
/* Compound types */
#define DBUS_TYPE_ARRAY ((int) 'a')
-#define DBUS_TYPE_DICT ((int) 'm')
+#define DBUS_TYPE_DICT ((int) 'm') /* not parameterized; always map<string,variant> */
#define DBUS_TYPE_VARIANT ((int) 'v')
/* STRUCT is sort of special since its code can't appear in a type string,
@@ -72,7 +72,6 @@ extern "C" {
/* characters other than typecodes that appear in type signatures */
#define DBUS_STRUCT_BEGIN_CHAR ((int) '(')
#define DBUS_STRUCT_END_CHAR ((int) ')')
-#define DBUS_NAME_DELIMITER_CHAR ((int) '\'')
/* Max length in bytes of a service or interface or member name */
#define DBUS_MAXIMUM_NAME_LENGTH 256