]> git.meshlink.io Git - catta/blobdiff - avahi-common/dbus.c
add a bunch of new errors codes
[catta] / avahi-common / dbus.c
index e2b3a3f7fef1ed5243ff477f8db17c32fd714877..28428ed1f4a0d0ae2932dcaa2c221e845802922f 100644 (file)
@@ -57,7 +57,12 @@ static const char * const table[- AVAHI_ERR_MAX] = {
     AVAHI_DBUS_ERR_NOT_CONNECTED,
     AVAHI_DBUS_ERR_NO_MEMORY,
     AVAHI_DBUS_ERR_INVALID_OBJECT,
-    AVAHI_DBUS_ERR_NO_DAEMON
+    AVAHI_DBUS_ERR_NO_DAEMON,
+    AVAHI_DBUS_ERR_INVALID_INTERFACE,
+    AVAHI_DBUS_ERR_INVALID_PROTOCOL,
+    AVAHI_DBUS_ERR_INVALID_FLAGS,
+    AVAHI_DBUS_ERR_NOT_FOUND,
+    AVAHI_DBUS_ERR_INVALID_CONFIG
 };
 
 int avahi_error_dbus_to_number(const char *s) {