From e2bd3f23a80ac9f59e406688e92a36ca843d364a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 6 Aug 2005 12:46:45 +0000 Subject: Move all docs to docs/ git-svn-id: file:///home/lennart/svn/public/avahi/trunk@245 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- docs/DBUS-API | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/DBUS-API (limited to 'docs/DBUS-API') diff --git a/docs/DBUS-API b/docs/DBUS-API new file mode 100644 index 0000000..7f10ea1 --- /dev/null +++ b/docs/DBUS-API @@ -0,0 +1,45 @@ +$Id$ + +org.freedesktop.Avahi.Server + string GetHostName() + string GetHostNameFqdn() + string GetDomainName() + string GetVersionString() + int32 GetState() + string GetAlternativeHostName(string name) + string GetAlternativeServiceName(string name) + string GetNetworkInterfaceNameByIndex(int32 index) + int32 GetNetworkInterfaceIndexByName(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) + 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() + 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) + +org.freedesktop.Avahi.DomainBrowser + void Free() + SIGNAL ItemNew(int32 interface, int32 protocol, string domain) + SIGNAL ItemRemove(int32 interface, int32 protocol, 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) + +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) -- cgit