]> git.meshlink.io Git - catta/commitdiff
add new error codes and publish flags
authorJames Willcox <snopr@snorp.net>
Sun, 6 Nov 2005 16:25:05 +0000 (16:25 +0000)
committerJames Willcox <snopr@snorp.net>
Sun, 6 Nov 2005 16:25:05 +0000 (16:25 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@936 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-sharp/ClientException.cs
avahi-sharp/EntryGroup.cs

index 3ee0cab12550736c4c4e4812423f3f8b8175ecd4..11c4e63b9c849ea778d47866446e0b78f3a13579 100644 (file)
@@ -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);
index 3f8a94cd98f3abfe44a2a06bbba2aa310754df23..a8744d08ea687470948c77c7aea440feda062c4c 100644 (file)
@@ -35,7 +35,9 @@ namespace Avahi
         AllowMultiple = 8,
         NoReverse = 16,
         NoCookie = 32,
-        Update = 64
+        Update = 64,
+        UseWideArea = 128,
+        UseMulticast = 256
     }
     
     public enum EntryGroupState {