]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/Server.introspect
Sending translation for German
[catta] / avahi-daemon / Server.introspect
index ec2f0420d835b4004b780a55b0a1849d65b3ec60..9d743ba33bfbb92c438b298692c343d9c509378c 100644 (file)
   </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>