From 0f323e6cad4d9b21988d431f90d9a1f051fb3144 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Sun, 16 Feb 2003 15:18:35 +0000 Subject: 2003-02-16 Alexander Larsson * 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). --- dbus/dbus-errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/dbus-errors.h') 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 { -- cgit