summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/Server.introspect
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon/Server.introspect')
-rw-r--r--avahi-daemon/Server.introspect9
1 files changed, 9 insertions, 0 deletions
diff --git a/avahi-daemon/Server.introspect b/avahi-daemon/Server.introspect
index 37780f1..ecd25c8 100644
--- a/avahi-daemon/Server.introspect
+++ b/avahi-daemon/Server.introspect
@@ -42,6 +42,15 @@
<arg name="name" type="s" direction="out"/>
</method>
+ <method name="GetNetworkInterfaceNameByIndex">
+ <arg name="index" type="i" direction="in"/>
+ <arg name="name" type="s" direction="out"/>
+ </method>
+ <method name="GetNetworkInterfaceIndexByName">
+ <arg name="name" type="s" direction="in"/>
+ <arg name="index" type="i" direction="out"/>
+ </method>
+
<method name="ResolveHostName">
<arg name="interface" type="i" direction="in"/>
<arg name="protocol" type="i" direction="in"/>