diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-04-26 18:03:35 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-06-15 13:42:24 +0100 |
commit | 7fd69d123fec3c2e5cf9d9a0e0b0b1a33a713eb3 (patch) | |
tree | 142e887485aaec1dff297c5828a6964d202cd708 | |
parent | 7461c704b9041da2e99decbccc59c2c1e58716d1 (diff) | |
download | dbus-7fd69d123fec3c2e5cf9d9a0e0b0b1a33a713eb3.tar.gz |
Don't claim that all basic types work like INT32: strings don't!
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38252
-rw-r--r-- | doc/dbus-specification.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 05597619..9907fa3b 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -356,9 +356,9 @@ </para> <para> - All <firstterm>basic</firstterm> types work like - <literal>INT32</literal> in this example. To marshal and unmarshal - basic types, you simply read one value from the data + All fixed types work like + <literal>INT32</literal> in this example: to marshal and unmarshal + fixed types, you simply read one value from the data block corresponding to each type code in the signature. </para> </sect2> |