mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 04:28:01 +02:00
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:
parent
7461c704b9
commit
7fd69d123f
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue