summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-errors.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-02-16 15:18:35 +0000
committerAlexander Larsson <alexl@redhat.com>2003-02-16 15:18:35 +0000
commit0f323e6cad4d9b21988d431f90d9a1f051fb3144 (patch)
tree09f778384ca8a7d47eccc61f6005225e0a45bdd8 /dbus/dbus-errors.h
parent8925ff6d9870ccaab0feeb4f9af6e1f075d313ef (diff)
2003-02-16 Alexander Larsson <alexl@redhat.com>
* dbus/dbus-connection.c: Implement sent_message_with_reply. (with_reply_and block is still busted). Made dispatch_message not lose message if OOM. * dbus/dbus-errors.h: Add NoReply error (for reply timeouts).
Diffstat (limited to 'dbus/dbus-errors.h')
-rw-r--r--dbus/dbus-errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-errors.h b/dbus/dbus-errors.h
index fd861feb..6e83dae4 100644
--- a/dbus/dbus-errors.h
+++ b/dbus/dbus-errors.h
@@ -54,6 +54,7 @@ struct DBusError
#define DBUS_ERROR_SPAWN_FAILED "org.freedesktop.DBus.Error.Spawn.Failed"
#define DBUS_ERROR_NO_MEMORY "org.freedesktop.DBus.Error.NoMemory"
#define DBUS_ERROR_SERVICE_DOES_NOT_EXIST "org.freedesktop.DBus.Error.ServiceDoesNotExist"
+#define DBUS_ERROR_NO_REPLY "org.freedesktop.DBus.Error.NoReply"
typedef enum
{