Don't claim that all basic types work like INT32: strings don't!
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 26 Apr 2011 17:03:35 +0000 (18:03 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 15 Jun 2012 12:42:24 +0000 (13:42 +0100)
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38252

doc/dbus-specification.xml

index 0559761..9907fa3 100644 (file)
       </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>