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
This commit is contained in:
Simon McVittie 2011-04-26 18:03:35 +01:00
parent 7461c704b9
commit 7fd69d123f

View file

@ -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>