summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-protocol.h
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 /dbus/dbus-protocol.h
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 'dbus/dbus-protocol.h')
-rw-r--r--dbus/dbus-protocol.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbus/dbus-protocol.h b/dbus/dbus-protocol.h
index dcb7a042..e027cf56 100644
--- a/dbus/dbus-protocol.h
+++ b/dbus/dbus-protocol.h
@@ -68,8 +68,7 @@ extern "C" {
#define DBUS_MESSAGE_TYPE_SIGNAL 4
/* Header flags */
-#define DBUS_HEADER_FLAG_ERROR 0x1
-#define DBUS_HEADER_FLAG_NO_REPLY_EXPECTED 0x2
+#define DBUS_HEADER_FLAG_NO_REPLY_EXPECTED 0x1
/* Header fields */
#define DBUS_HEADER_FIELD_NAME "name"