dbus/doc dbus-specification.xml,1.17,1.18
Havoc Pennington
hp@freedesktop.org
Fri Jan 28 07:02:43 PST 2005
- Previous message: dbus/dbus dbus-marshal-basic.c, 1.22, 1.23 dbus-marshal-byteswap.c,
1.2, 1.3 dbus-marshal-recursive-util.c, 1.6,
1.7 dbus-marshal-recursive.c, 1.46,
1.47 dbus-marshal-validate.c, 1.11,
1.12 dbus-marshal-validate.h, 1.7, 1.8 dbus-message.c, 1.157,
1.158 dbus-protocol.h, 1.36, 1.37
- Next message: dbus ChangeLog, 1.662, 1.663 HACKING, 1.10, 1.11 configure.in, 1.104,
1.105
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>
- Previous message: dbus/dbus dbus-marshal-basic.c, 1.22, 1.23 dbus-marshal-byteswap.c,
1.2, 1.3 dbus-marshal-recursive-util.c, 1.6,
1.7 dbus-marshal-recursive.c, 1.46,
1.47 dbus-marshal-validate.c, 1.11,
1.12 dbus-marshal-validate.h, 1.7, 1.8 dbus-message.c, 1.157,
1.158 dbus-protocol.h, 1.36, 1.37
- Next message: dbus ChangeLog, 1.662, 1.663 HACKING, 1.10, 1.11 configure.in, 1.104,
1.105
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list