From: Havoc Pennington Date: Fri, 28 Jan 2005 15:02:41 +0000 (+0000) Subject: small spec fix X-Git-Tag: dbus-0.23.1~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb98998d6803c958c242794679d4301f7f906f36;p=thirdparty%2Fdbus.git small spec fix --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index f72434b36..732f95b0c 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -179,8 +179,9 @@ INT32 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 container - types: STRUCT, ARRAY, and VARIANT. + In addition to basic types, there are four container + types: STRUCT, ARRAY, VARIANT, + and DICT_ENTRY.