From c491c33c260f8e6316eac49b73ab4058eca010a3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 26 Apr 2011 18:03:35 +0100 Subject: [PATCH 4/8] Don't claim that all basic types work like INT32: strings don't! --- 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 be25a13..c025bc0 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -340,9 +340,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. -- 1.7.5.4