]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/Server.introspect
* added --disable-python in configure.ac
[catta] / avahi-daemon / Server.introspect
index 37780f1ef9c1254b121a07aafb8ff0e0faa5c778..4fa7d5e13eeeca06ba5b0c42b5411cb6ad2668b2 100644 (file)
@@ -1,4 +1,5 @@
 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
+<?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
 <!DOCTYPE node SYSTEM "introspect.dtd">
 <node>
 
       <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"/>
     </method>
 
   </interface>
-
 </node>