mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 09:08:15 +02:00
small spec fix
This commit is contained in:
parent
c7816d45e8
commit
bb98998d68
1 changed files with 3 additions and 2 deletions
|
|
@ -179,8 +179,9 @@
|
|||
<literal>INT32</literal> in this example. To marshal and unmarshal
|
||||
basic types, you simply read one value from the data
|
||||
block corresponding to each type code in the signature.
|
||||
In addition to basic types, there are three <firstterm>container</firstterm>
|
||||
types: <literal>STRUCT</literal>, <literal>ARRAY</literal>, and <literal>VARIANT</literal>.
|
||||
In addition to basic types, there are four <firstterm>container</firstterm>
|
||||
types: <literal>STRUCT</literal>, <literal>ARRAY</literal>, <literal>VARIANT</literal>,
|
||||
and <literal>DICT_ENTRY</literal>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue