]> 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 40ddf3a380ea1328bb20c295ff6a2c4179b8252e..ef3fb5f4f6ab7884cf03ed6526396f0640b34702 100644 (file)
@@ -30,6 +30,7 @@
     <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="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>