From 617e73f7631e605fc9ebf6a67042a1f451b97850 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 19 Dec 2004 16:23:09 +0000 Subject: 2004-12-19 Havoc Pennington * dbus/dbus-string.c (_dbus_string_insert_4_aligned) (_dbus_string_insert_8_aligned): new functions * dbus/dbus-string.c (_dbus_string_alloc_space): new function --- dbus/dbus-protocol-new.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dbus/dbus-protocol-new.h') 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 */ #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 -- cgit