From ff8908f1e98eda82b0a77abb449ecff36abf14aa Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 2 Aug 2003 14:58:33 +0000 Subject: 2003-08-02 Havoc Pennington * 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 --- doc/dbus-specification.sgml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'doc/dbus-specification.sgml') 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 @@ 3 - Error. + Error reply. If the first argument exists and is a + string, it is an error message. 4 @@ -231,10 +232,6 @@ 0x1 - This message is an error reply. If the first argument exists and is a string, it is an error message. - - - 0x2 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 -- cgit