]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/DBUS-API
DBUS: Wrap service resolver
[catta] / avahi-daemon / DBUS-API
index 00ce7dbffb54aee64acd8ac440f2665dea718a71..5acee5f87b152d522ba9a6d43d6adc5120fc8b5b 100644 (file)
@@ -4,14 +4,15 @@ org.freedesktop.Avahi.Server               -- Accessible through /org/freedeskto
         string GetHostName()
         string GetHostNameFqdn()
         string GetDomainName()
-        path EntryGroupNew()               -- Creates a new org.freedesktop.Avahi.EntryGroup object
+        string GetVersionString()
         [int32 interface, int32 protocol, string host_name, int32 aprotocol, string address] ResolveHostName(int32 interface, int32 protocol, string name, int32 aprotocol)
         [int32 interface, int32 protocol, int32 aprotocol, string address, string host_name] ResolveAddress(int32 interface, int32 protocol, string address)
-        signal StateChanged(int32 state)
-TODO:   [int32 interface, int32 protocol, string name, string type, string domain, string host, int32 aprotocol, string address, uint16 port, string txt[]] ResolveService(int32 interface, int32 protocol, string name, string type, string domain, int32 aprotocol) 
-TODO:   path DomainBrowserNew(int32 interface, int32 protocol, string domain, int32 btype)
-TODO:   path ServiceTypeBrowserNew(int32 interface, int32 protocol, string domain)
-TODO:   path ServiceBrowserNew(int32 interface, int32 protocol, string type, string domain)
+        [int32 interface, int32 protocol, string name, string type, string domain, string host, int32 aprotocol, string address, uint16 port, string txt[]] ResolveService(int32 interface, int32 protocol, string name, string type, string domain, int32 aprotocol) 
+        path EntryGroupNew()               -- Creates a new org.freedesktop.Avahi.EntryGroup object
+        path DomainBrowserNew(int32 interface, int32 protocol, string domain, int32 btype)
+        path ServiceTypeBrowserNew(int32 interface, int32 protocol, string domain)
+        path ServiceBrowserNew(int32 interface, int32 protocol, string type, string domain)
+        SIGNAL StateChanged(int32 state)
 
 org.freedesktop.Avahi.EntryGroup
         void Free()
@@ -19,19 +20,19 @@ org.freedesktop.Avahi.EntryGroup
         int32 GetState()
         void AddService(int32 interface, int32 protocol, string type, string name, string domain, string host, uint16 port, string txt[])
         void AddAddress(int32 interface, int32 protocol, string name, string address)
-        signal StateChanged(int32 state)
+        SIGNAL StateChanged(int32 state)
 
-TODO: org.freedesktop.Avahi.DomainBrowser
-TODO:   void Free()
-TODO:   signal New(int32 interface, int32 protocol, string domain)
-TODO:   signal Remove(int32 interface, int32 protocol, string domain)
+org.freedesktop.Avahi.DomainBrowser
+        void Free()
+        SIGNAL ItemNew(int32 interface, int32 protocol, string domain)
+        SIGNAL ItemRemove(int32 interface, int32 protocol, string domain)
 
-TODO: org.freedesktop.Avahi.ServiceTypeBrowser
-TODO:   void Free()
-TODO:   signal New(int32 interface, int32 protocol, string type, string domain)
-TODO:   signal Remove(int32 interface, int32 protocol, string type, string domain)
+org.freedesktop.Avahi.ServiceTypeBrowser
+        void Free()
+        SIGNAL ItemNew(int32 interface, int32 protocol, string type, string domain) 
+        SIGNAL ItemRemove(int32 interface, int32 protocol, string type, string domain)
 
-TODO: org.freedesktop.Avahi.ServiceBrowser
-TODO:   void Free()
-TODO:   signal New(int32 interface, int32 protocol, string name, string type, string domain)
-TODO:   signal Remove(int32 interface, int32 protocol, string name, string type, string domain)
+org.freedesktop.Avahi.ServiceBrowser
+        void Free()
+        SIGNAL ItemNew(int32 interface, int32 protocol, string name, string type, string domain)
+        SIGNAL ItemRemove(int32 interface, int32 protocol, string name, string type, string domain)