From: Simon McVittie Date: Tue, 26 Apr 2011 17:03:35 +0000 (+0100) Subject: Don't claim that all basic types work like INT32: strings don't! X-Git-Tag: dbus-1.7.0~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fd69d123fec3c2e5cf9d9a0e0b0b1a33a713eb3;p=platform%2Fupstream%2Fdbus.git Don't claim that all basic types work like INT32: strings don't! Reviewed-by: Will Thompson Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38252 --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 0559761..9907fa3 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -356,9 +356,9 @@ - All basic types work like - INT32 in this example. To marshal and unmarshal - basic types, you simply read one value from the data + All fixed types work like + INT32 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.