]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/Server.introspect
* add new text file "HACKING" and ignore more stuff in "common"
[catta] / avahi-daemon / Server.introspect
index 274c1c82be55cce5f9fc5d57d59b2cf5fcac621f..37780f1ef9c1254b121a07aafb8ff0e0faa5c778 100644 (file)
@@ -1,11 +1,16 @@
 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
 <!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>
@@ -31,6 +36,7 @@
       <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"/>
@@ -93,7 +99,7 @@
 
       <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"/>
     </method>
 
   </interface>
+
 </node>