mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 04:28:01 +02:00
add FIXME about how we might want to consider BYTE or BOOL
This commit is contained in:
parent
cbc7049082
commit
614f82f6a6
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue