summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-17 04:25:45 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-17 04:25:45 +0000
commitdac0a1f8933889fd94fed7fecdcc4ec6fb3a3fb0 (patch)
tree07bb197bc1a3bd100999ae7381697687bce94211 /doc
parent7c022a80c9b8c5b085514ea49f983c0489e945ab (diff)
2003-04-16 Havoc Pennington <hp@pobox.com>
* doc/dbus-specification.sgml: make spec say serials are unsigned * dbus/dbus-message.h: change message serials to unsigned * dbus/dbus-connection.c: adapt to message serials being unsigned
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.sgml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml
index c14e9cdf..02feed3f 100644
--- a/doc/dbus-specification.sgml
+++ b/doc/dbus-specification.sgml
@@ -171,11 +171,10 @@
</row>
<row>
<entry>4 bytes</entry>
- <entry>The message's serial number, a signed 32-bit integer in
+ <entry>The message's serial number, an unsigned 32-bit integer in
the message's byte order. Applications MUST NOT reuse the same
serial number for different messages more often than 32-bit
- integer wraparound. Serial numbers must be greater than
- zero.
+ unsigned integer wraparound. Zero is not a valid serial number.
</entry>
</row>
</tbody>
@@ -247,7 +246,7 @@
</row>
<row>
<entry>rply</entry>
- <entry>INT32</entry>
+ <entry>UINT32</entry>
<entry>The serial number of the message this message is a reply
to. (The serial number is one of the mandatory header fields,
see <xref linkend="message-protocol-header-encoding">.)</entry>