summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/DBUS-API
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-07-29 01:42:21 +0000
committerLennart Poettering <lennart@poettering.net>2005-07-29 01:42:21 +0000
commitec9c575fb8d6d9ee2f929ad6cd70177e35ba9cd3 (patch)
tree40ce863c27d27fd80a3791d09173f670ba0030a1 /avahi-daemon/DBUS-API
parent1e4fbfdf6b633cc3e3af9ba01b7baaa6994ffd38 (diff)
DBUS: Wrap service resolver
Beef up AvahiStringList API a bit git-svn-id: file:///home/lennart/svn/public/avahi/trunk@189 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/DBUS-API')
-rw-r--r--avahi-daemon/DBUS-API2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-daemon/DBUS-API b/avahi-daemon/DBUS-API
index 4a8f561..5acee5f 100644
--- a/avahi-daemon/DBUS-API
+++ b/avahi-daemon/DBUS-API
@@ -7,7 +7,7 @@ org.freedesktop.Avahi.Server -- Accessible through /org/freedeskto
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)
-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)
+ [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)