From 7fd69d123fec3c2e5cf9d9a0e0b0b1a33a713eb3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 26 Apr 2011 18:03:35 +0100 Subject: [PATCH] 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 --- doc/dbus-specification.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.7.4