summaryrefslogtreecommitdiffstats
path: root/avahi-common/dbus.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-13 21:34:17 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-13 21:34:17 +0000
commit7f5fd7ab759d8881e04f9edf31decdb000498fd1 (patch)
treec808473440dfe03741a8eaeaaa3d0b601e06bbf6 /avahi-common/dbus.h
parent4f0a5e7572a4257894b4bfede42c26d65152609e (diff)
add missing error codes to some places where they belong
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@309 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/dbus.h')
-rw-r--r--avahi-common/dbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-common/dbus.h b/avahi-common/dbus.h
index facd7b2..fc8dc02 100644
--- a/avahi-common/dbus.h
+++ b/avahi-common/dbus.h
@@ -57,6 +57,9 @@ AVAHI_C_DECL_BEGIN
#define AVAHI_DBUS_ERR_OS "org.freedesktop.Avahi.OSError"
#define AVAHI_DBUS_ERR_ACCESS_DENIED DBUS_ERROR_ACCESS_DENIED
#define AVAHI_DBUS_ERR_INVALID_OPERATION "org.freedesktop.Avahi.InvalidOperationError"
+#define AVAHI_DBUS_ERR_DBUS_ERROR "org.freedesktop.Avahi.DBusError"
+#define AVAHI_DBUS_ERR_NOT_CONNECTED "org.freedesktop.Avahi.NotConnectedError"
+#define AVAHI_DBUS_ERR_NO_MEMORY "org.freedesktop.Avahi.NoMemoryError"
AVAHI_C_DECL_END