]> git.meshlink.io Git - catta/commitdiff
fix DBUS-API
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Jul 2005 22:53:21 +0000 (22:53 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 27 Jul 2005 22:53:21 +0000 (22:53 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@178 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-daemon/DBUS-API

index 94f34547d7906f8f592279d0d134bed3bc09661c..00ce7dbffb54aee64acd8ac440f2665dea718a71 100644 (file)
@@ -9,7 +9,9 @@ org.freedesktop.Avahi.Server               -- Accessible through /org/freedeskto
         [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)
 
 org.freedesktop.Avahi.EntryGroup
         void Free()
@@ -18,9 +20,6 @@ org.freedesktop.Avahi.EntryGroup
         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)
-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)
 
 TODO: org.freedesktop.Avahi.DomainBrowser
 TODO:   void Free()