diff options
| -rw-r--r-- | doc/dbus-specification.xml | 5 | 
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>  | 
