X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-sharp%2FClientException.cs;h=11c4e63b9c849ea778d47866446e0b78f3a13579;hb=da75d1898a45c106a994cd87f8da5b6bcb2b6450;hp=3ee0cab12550736c4c4e4812423f3f8b8175ecd4;hpb=94d2753047cff1e9223e42736884e4d51348b45a;p=catta diff --git a/avahi-sharp/ClientException.cs b/avahi-sharp/ClientException.cs index 3ee0cab..11c4e63 100644 --- a/avahi-sharp/ClientException.cs +++ b/avahi-sharp/ClientException.cs @@ -49,7 +49,7 @@ namespace Avahi AccessDenied = -20, InvalidOperation = -21, DBusError = -22, - NotConnected = -23, + Disconnected = -23, NoMemory = -24, InvalidObject = -25, NoDaemon = -26, @@ -71,7 +71,12 @@ namespace Avahi DnsYxRrSet = -42, DnsNxRrSet = -43, DnsNotAuth = -44, - DnsNotZone = -45 + DnsNotZone = -45, + InvalidRData = -46, + InvalidDnsClass = -47, + InvalidDnsType = -48, + NotSupported = -49, + NotPermitted = -50 } public delegate void ErrorCodeHandler (object o, ErrorCode code);