X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2FDBUS-API;h=fa1244487bca4096b9901f4c5c30eee289d4e67b;hb=86c3e9b7575e5d27f167fc3207fa3936240e8ecd;hp=02e17c53bdb63146533507198e0eef73c509c4fc;hpb=cc7bb72552184951e806f4d0f2449629b35b9c93;p=catta diff --git a/avahi-daemon/DBUS-API b/avahi-daemon/DBUS-API index 02e17c5..fa12444 100644 --- a/avahi-daemon/DBUS-API +++ b/avahi-daemon/DBUS-API @@ -4,9 +4,15 @@ org.freedesktop.Avahi.Server -- Accessible through /org/freedeskto string GetHostName() string GetHostNameFqdn() string GetDomainName() + [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 - - 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) + + SIGNAL StateChanged(int32 state) org.freedesktop.Avahi.EntryGroup void Free() @@ -14,5 +20,23 @@ org.freedesktop.Avahi.EntryGroup int32 GetState() 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: org.freedesktop.Avahi.DomainBrowser +TODO: void Free() + +TODO: SIGNAL ItemNew(int32 interface, int32 protocol, string domain) +TODO: 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() - signal StateChanged(int32 state) +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)