summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-28 15:02:41 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-28 15:02:41 +0000
commitbb98998d6803c958c242794679d4301f7f906f36 (patch)
tree9cce39686c71629695074b64698d47c6d678b72c /doc
parentc7816d45e82ba8dd7e1e969c2cb6c3a27577cf68 (diff)
small spec fix
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index f72434b3..732f95b0 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -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>