From 42226b6a47b0e067cbf2a327fcd83b0b3fe9f48e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Jul 2005 00:21:11 +0000 Subject: * DBUS: implement service type browsing git-svn-id: file:///home/lennart/svn/public/avahi/trunk@186 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/DBUS-API | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'avahi-daemon/DBUS-API') diff --git a/avahi-daemon/DBUS-API b/avahi-daemon/DBUS-API index 9e9e293..651af66 100644 --- a/avahi-daemon/DBUS-API +++ b/avahi-daemon/DBUS-API @@ -10,7 +10,7 @@ org.freedesktop.Avahi.Server -- Accessible through /org/freedeskto 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) path EntryGroupNew() -- Creates a new org.freedesktop.Avahi.EntryGroup object path DomainBrowserNew(int32 interface, int32 protocol, string domain, int32 btype) -TODO: path ServiceTypeBrowserNew(int32 interface, int32 protocol, string domain) + path ServiceTypeBrowserNew(int32 interface, int32 protocol, string domain) TODO: path ServiceBrowserNew(int32 interface, int32 protocol, string type, string domain) SIGNAL StateChanged(int32 state) @@ -27,14 +27,12 @@ org.freedesktop.Avahi.DomainBrowser 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 ItemNew(int32 interface, int32 protocol, string type, string domain) -TODO: SIGNAL ItemRemove(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 ItemNew(int32 interface, int32 protocol, string name, string type, string domain) TODO: SIGNAL ItemRemove(int32 interface, int32 protocol, string name, string type, string domain) -- cgit