summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-02-18 04:39:05 +0000
committerHavoc Pennington <hp@redhat.com>2003-02-18 04:39:05 +0000
commit614f82f6a6f66a69b61133cefeb5f8c0b1a3a62f (patch)
tree4b4f7d9c8fceb9a72712da6bd8f30f8cdab8e72e
parentcbc7049082553b7a56de5c90732a87c8dc6f270d (diff)
add FIXME about how we might want to consider BYTE or BOOL
-rw-r--r--doc/dbus-specification.sgml6
1 files changed, 6 insertions, 0 deletions
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.
</para>
<para>
+ [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:
<informaltable>
<tgroup cols=3>