]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/EntryGroup.introspect
Do not fail if address cannot be parsed - it is probably AVAHI_LOOKUP_NO_ADDRESS...
[catta] / avahi-daemon / EntryGroup.introspect
index 6da69731fe0fff0b3431af4deb7f03c20bf4ecb5..ef3fb5f4f6ab7884cf03ed6526396f0640b34702 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>
   
@@ -13,6 +14,7 @@
   <interface name="org.freedesktop.Avahi.EntryGroup">
     <method name="Free"/>
     <method name="Commit"/>
+    <method name="Reset"/>
 
     <method name="GetState">
       <arg name="state" type="i" direction="out"/>
       <arg name="state" type="i"/>
     </signal>
 
+    <method name="IsEmpty">
+      <arg name="empty" type="b" direction="out"/>
+    </method>
+
     <method name="AddService">
       <arg name="interface" type="i" direction="in"/>
       <arg name="protocol" type="i" direction="in"/>
+      <arg name="flags" type="u" direction="in"/>
       <arg name="name" type="s" direction="in"/>
       <arg name="type" type="s" direction="in"/>
       <arg name="domain" type="s" direction="in"/>
       <arg name="host" type="s" direction="in"/>
       <arg name="port" type="q" direction="in"/>
-      <arg name="txt" type="as" direction="in"/>
+      <arg name="txt" type="aay" direction="in"/>
+    </method>
+
+    <method name="AddServiceSubtype">
+      <arg name="interface" type="i" direction="in"/>
+      <arg name="protocol" type="i" direction="in"/>
+      <arg name="flags" type="u" direction="in"/>
+      <arg name="name" type="s" direction="in"/>
+      <arg name="type" type="s" direction="in"/>
+      <arg name="domain" type="s" direction="in"/>
+      <arg name="subtype" type="s" direction="in"/>
     </method>
 
     <method name="AddAddress">
       <arg name="interface" type="i" direction="in"/>
       <arg name="protocol" type="i" direction="in"/>
+      <arg name="flags" type="u" direction="in"/>
       <arg name="name" type="s" direction="in"/>
       <arg name="address" type="s" direction="in"/>
     </method>