summaryrefslogtreecommitdiffstats
path: root/avahi-common/dbus.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-25 19:57:10 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-25 19:57:10 +0000
commit1a0fb70d743f900859d9278c6ae01cfc2a993dad (patch)
treeeea384668e5a24ffd48c73f6c06617145dddae3d /avahi-common/dbus.h
parent9afe364e3fbe042d0de1988426cf60c91a4d32ac (diff)
add a bunch of new errors codes
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@604 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/dbus.h')
-rw-r--r--avahi-common/dbus.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/avahi-common/dbus.h b/avahi-common/dbus.h
index cdfef4d..cd90af1 100644
--- a/avahi-common/dbus.h
+++ b/avahi-common/dbus.h
@@ -68,6 +68,11 @@ AVAHI_C_DECL_BEGIN
#define AVAHI_DBUS_ERR_NO_MEMORY "org.freedesktop.Avahi.NoMemoryError"
#define AVAHI_DBUS_ERR_INVALID_OBJECT "org.freedesktop.Avahi.InvalidObjectError"
#define AVAHI_DBUS_ERR_NO_DAEMON "org.freedesktop.Avahi.NoDaemonError"
+#define AVAHI_DBUS_ERR_INVALID_INTERFACE "org.freedesktop.Avahi.InvalidInterfaceError"
+#define AVAHI_DBUS_ERR_INVALID_PROTOCOL "org.freedesktop.Avahi.InvalidInterfaceProtocol"
+#define AVAHI_DBUS_ERR_INVALID_FLAGS "org.freedesktop.Avahi.InvalidFlags"
+#define AVAHI_DBUS_ERR_NOT_FOUND "org.freedesktop.Avahi.NotFound"
+#define AVAHI_DBUS_ERR_INVALID_CONFIG "org.freedesktop.Avahi.InvalidConfiguration"
/** Convert a DBus error string into an Avahi error number */
int avahi_error_dbus_to_number(const char *s);