From 614f82f6a6f66a69b61133cefeb5f8c0b1a3a62f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 18 Feb 2003 04:39:05 +0000 Subject: add FIXME about how we might want to consider BYTE or BOOL --- doc/dbus-specification.sgml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/dbus-specification.sgml') diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index fc48d337..9c3ea32c 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -276,6 +276,12 @@ in a type-dependent format. + [FIXME perhaps we should add type BYTE with the primary + advantage being that it occupies 1 byte vs. 7 for UINT32, + or perhaps space savings aren't worth the complexity] + [FIXME perhaps we should add type BOOL with the primary + advantage being better type safety vs. overloading of + UINT32] The type codes are as follows: -- cgit