]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/Server.introspect
* added --disable-python in configure.ac
[catta] / avahi-daemon / Server.introspect
index 274c1c82be55cce5f9fc5d57d59b2cf5fcac621f..4fa7d5e13eeeca06ba5b0c42b5411cb6ad2668b2 100644 (file)
@@ -1,11 +1,17 @@
 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
+<?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
 <!DOCTYPE node SYSTEM "introspect.dtd">
 <node>
-  
+
   <!-- $Id$ -->
 
-  <interface name="org.freedesktop.Avahi.Server">
+ <interface name="org.freedesktop.DBus.Introspectable">
+    <method name="Introspect">
+      <arg name="data" type="s" direction="out"/>
+    </method>
+  </interface>
 
+  <interface name="org.freedesktop.Avahi.Server">
     <method name="GetVersionString">
       <arg name="version" type="s" direction="out"/>
     </method>
       <arg name="name" type="s" direction="in"/>
       <arg name="name" type="s" direction="out"/>
     </method>
+
     <method name="GetAlternativeServiceName">
       <arg name="name" type="s" direction="in"/>
       <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"/>
 
       <arg name="path" type="o" direction="out"/>
     </method>
-    
+
     <method name="ServiceTypeBrowserNew">
       <arg name="interface" type="i" direction="in"/>
       <arg name="protocol" type="i" direction="in"/>