diff options
author | Havoc Pennington <hp@redhat.com> | 2003-01-31 23:28:09 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-01-31 23:28:09 +0000 |
commit | 0ff552a2c5c542a1be9a1c73597c298e6ece358f (patch) | |
tree | 96633d71acfbab9572818afd185406074142836a /dbus/dbus-protocol.h | |
parent | 8ab042b9571dda44a5afcfe50e0d29dc9b58ecae (diff) |
2003-01-31 Havoc Pennington <hp@pobox.com>
* dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
just set_is_error/get_is_error as this is a commonly-used
function, and write docs.
Diffstat (limited to 'dbus/dbus-protocol.h')
-rw-r--r-- | dbus/dbus-protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-protocol.h b/dbus/dbus-protocol.h index a3450267..5ff6d580 100644 --- a/dbus/dbus-protocol.h +++ b/dbus/dbus-protocol.h @@ -53,7 +53,7 @@ extern "C" { #define DBUS_TYPE_STRING_ARRAY 10 /* Header flags */ -#define DBUS_HEADER_FLAG_IS_ERROR_REPLY 0x1 +#define DBUS_HEADER_FLAG_ERROR 0x1 /* Header fields */ #define DBUS_HEADER_FIELD_NAME "name" |