]> git.meshlink.io Git - catta/blobdiff - avahi-common/dbus.h
add new error code AVAHI_ERR_NO_CHANGE
[catta] / avahi-common / dbus.h
index 39718d1b3993b0220c8b990a7fe2bc6e1d3982d2..f11eb17e044731f224cc70285c294a37040b1439 100644 (file)
@@ -108,6 +108,7 @@ Avahi 0.6.1 implements API version 0x0202 */
 #define AVAHI_DBUS_ERR_NOT_PERMITTED "org.freedesktop.Avahi.NotPermittedError"
 #define AVAHI_DBUS_ERR_INVALID_ARGUMENT "org.freedesktop.Avahi.InvalidArgumentError"
 #define AVAHI_DBUS_ERR_IS_EMPTY "org.freedesktop.Avahi.IsEmptyError"
+#define AVAHI_DBUS_ERR_NO_CHANGE "org.freedesktop.Avahi.NoChangeError"
 
 /** Convert a DBus error string into an Avahi error number */
 int avahi_error_dbus_to_number(const char *s);