summaryrefslogtreecommitdiffstats
path: root/doc/dbus-specification.sgml
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-08-02 14:58:33 +0000
committerHavoc Pennington <hp@redhat.com>2003-08-02 14:58:33 +0000
commitff8908f1e98eda82b0a77abb449ecff36abf14aa (patch)
tree635f5ea825d337e55cc84d2109e703b3d6332974 /doc/dbus-specification.sgml
parent9c5d01f0fe1ba855c0f7518c4f27d75a609b8faa (diff)
2003-08-02 Havoc Pennington <hp@pobox.com>
* dbus/dbus-message.c (dbus_message_get_no_reply) (dbus_message_set_no_reply): add these and remove set_is_error/get_is_error * dbus/dbus-protocol.h, doc/dbus-specification.sgml: remove the ERROR flag, since there's now an ERROR type
Diffstat (limited to 'doc/dbus-specification.sgml')
-rw-r--r--doc/dbus-specification.sgml7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml
index a53be53d..0dd4fbc4 100644
--- a/doc/dbus-specification.sgml
+++ b/doc/dbus-specification.sgml
@@ -208,7 +208,8 @@
</row>
<row>
<entry>3</entry>
- <entry>Error.</entry>
+ <entry>Error reply. If the first argument exists and is a
+ string, it is an error message.</entry>
</row>
<row>
<entry>4</entry>
@@ -231,10 +232,6 @@
<tbody>
<row>
<entry>0x1</entry>
- <entry>This message is an error reply. If the first argument exists and is a string, it is an error message.</entry>
- </row>
- <row>
- <entry>0x2</entry>
<entry>This message does not expect method return replies or
error replies; the reply can be omitted as an
optimization. However, it is compliant with this specification