diff options
| -rw-r--r-- | doc/dbus-specification.sgml | 6 | 
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> | 
