X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2FDBUS-API;h=9b46ac05b4ab2264e4b375b1b29b254bff600efd;hb=1b872b15e92cc71d4ba17c1d6b0b2fe3ccf50fff;hp=9e9e29395b82518a11b8e68a0b7fabdbfb317b1a;hpb=f5efdb5d9d8eea5550d0668705a8c7468337118b;p=catta diff --git a/avahi-daemon/DBUS-API b/avahi-daemon/DBUS-API index 9e9e293..9b46ac0 100644 --- a/avahi-daemon/DBUS-API +++ b/avahi-daemon/DBUS-API @@ -1,24 +1,29 @@ $Id$ -org.freedesktop.Avahi.Server -- Accessible through /org/freedesktop/Avahi/Server +org.freedesktop.Avahi.Server string GetHostName() string GetHostNameFqdn() string GetDomainName() 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) - path EntryGroupNew() -- Creates a new org.freedesktop.Avahi.EntryGroup object + int32 GetState() + string GetAlternativeHostName(string name) + string GetAlternativeServiceName(string name) + [int32 interface, int32 protocol, string name, int32 aprotocol, string address] ResolveHostName(int32 interface, int32 protocol, string name, int32 aprotocol) + [int32 interface, int32 protocol, int32 aprotocol, string address, string name] ResolveAddress(int32 interface, int32 protocol, string address) + [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() 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) + 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() void Commit() + void Reset() int32 GetState() - void AddService(int32 interface, int32 protocol, string type, string name, string domain, string host, uint16 port, string txt[]) + boolean IsEmpty() + void AddService(int32 interface, int32 protocol, string name, string type, string domain, string host, uint16 port, string txt[]) void AddAddress(int32 interface, int32 protocol, string name, string address) SIGNAL StateChanged(int32 state) @@ -27,14 +32,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) - -TODO: org.freedesktop.Avahi.ServiceBrowser -TODO: void Free() +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: 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) +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)