]> git.meshlink.io Git - catta/commitdiff
* remove f-word from config file
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Jul 2005 22:48:26 +0000 (22:48 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 27 Jul 2005 22:48:26 +0000 (22:48 +0000)
* update DBUS-API with prototypes for missing methods

git-svn-id: file:///home/lennart/svn/public/avahi/trunk@177 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-daemon/DBUS-API
avahi-daemon/example.service

index d72fab63224ebfe1ec913de2fbac844af9129e72..94f34547d7906f8f592279d0d134bed3bc09661c 100644 (file)
@@ -8,6 +8,8 @@ org.freedesktop.Avahi.Server               -- Accessible through /org/freedeskto
         [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) 
+
 
 org.freedesktop.Avahi.EntryGroup
         void Free()
@@ -16,3 +18,21 @@ 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()
+TODO:   signal New(int32 interface, int32 protocol, string domain)
+TODO:   signal Remove(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)
+
+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)
index 3df961c70997093b6c0d55d15cd5cd63dc46eb0e..6892d51a624db361353b26922fc2107c518f8c18 100644 (file)
@@ -14,7 +14,7 @@
   <service>
     <type>_telnet._tcp</type>
     <domain-name>local</domain-name>
-    <host-name>fuck.local</host-name>
+    <host-name>quux.local</host-name>
     <port>23</port>
     <txt-record>foo=bar</txt-record>
     <txt-record>waldo=buzz</txt-record>