]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/Server.introspect
get rid of a lot of old svn cruft
[catta] / avahi-daemon / Server.introspect
index ec2f0420d835b4004b780a55b0a1849d65b3ec60..923e05f94b87ae82fd28a12f70dac039618facd7 100644 (file)
@@ -2,8 +2,6 @@
 <?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
 <!DOCTYPE node SYSTEM "introspect.dtd">
 
-<!-- $Id$ -->
-
 <!--
   This file is part of avahi.
  
   </interface>
 
   <interface name="org.freedesktop.Avahi.Server">
+
     <method name="GetVersionString">
       <arg name="version" type="s" direction="out"/>
     </method>
 
+    <method name="GetAPIVersion">
+      <arg name="version" type="u" direction="out"/>
+    </method>
+
     <method name="GetHostName">
       <arg name="name" type="s" direction="out"/>
     </method>
+    <method name="SetHostName">
+      <arg name="name" type="s" direction="in"/>
+    </method>
     <method name="GetHostNameFqdn">
       <arg name="name" type="s" direction="out"/>
     </method>
       <arg name="name" type="s" direction="out"/>
     </method>
 
+    <method name="IsNSSSupportAvailable">
+      <arg name="yes" type="b" direction="out"/>
+    </method>
+
     <method name="GetState">
       <arg name="state" type="i" direction="out"/>
     </method>