summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/DBUS-API
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-04 15:13:34 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-04 15:13:34 +0000
commitd59e7d4e59eac2e2e2e1a3be5b04a8b316e7032f (patch)
treede5e1b45e876a75e2b5e3116e7eb3cf87b64e7aa /avahi-daemon/DBUS-API
parentac8bb3b76d3da60a46e7300876b5e229882c2166 (diff)
* DBUS: add GetNetworkInterface{NameByIndex,IndexByName} and make everyone use it
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@232 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/DBUS-API')
-rw-r--r--avahi-daemon/DBUS-API2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-daemon/DBUS-API b/avahi-daemon/DBUS-API
index 9b46ac0..7f10ea1 100644
--- a/avahi-daemon/DBUS-API
+++ b/avahi-daemon/DBUS-API
@@ -8,6 +8,8 @@ org.freedesktop.Avahi.Server
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)