dbus/doc dbus-specification.xml,1.17,1.18

Havoc Pennington hp@freedesktop.org
Fri Jan 28 07:02:43 PST 2005


Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv26320/doc

Modified Files:
	dbus-specification.xml 
Log Message:
small spec fix


Index: dbus-specification.xml
===================================================================
RCS file: /cvs/dbus/dbus/doc/dbus-specification.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- dbus-specification.xml	28 Jan 2005 05:30:53 -0000	1.17
+++ dbus-specification.xml	28 Jan 2005 15:02:41 -0000	1.18
@@ -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>



More information about the dbus-commit mailing list