]> git.meshlink.io Git - catta/blob - avahi-daemon/ServiceResolver.introspect
* drop AVAHI_RESOLVER_TIMEOUT, AVAHI_RESOLVER_NOT_FOUND and AVAHI_BROWSER_NOT_FOUND...
[catta] / avahi-daemon / ServiceResolver.introspect
1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2 <?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
3 <!DOCTYPE node SYSTEM "introspect.dtd">
4 <node>
5   
6   <!-- $Id$ -->
7
8   <interface name="org.freedesktop.DBus.Introspectable">
9     <method name="Introspect">
10       <arg name="data" type="s" direction="out" />
11     </method>
12   </interface>
13
14   <interface name="org.freedesktop.Avahi.ServiceResolver">
15
16     <method name="Free"/>
17       
18     <signal name="Found">
19       <arg name="interface" type="i" direction="out"/>
20       <arg name="protocol" type="i" direction="out"/>
21       <arg name="name" type="s" direction="out"/>
22       <arg name="type" type="s" direction="out"/>
23       <arg name="domain" type="s" direction="out"/>
24       <arg name="host" type="s" direction="out"/>
25       <arg name="aprotocol" type="i" direction="out"/>
26       <arg name="address" type="s" direction="out"/>
27       <arg name="port" type="q" direction="out"/>
28       <arg name="txt" type="aay" direction="out"/>
29       <arg name="flags" type="u" direction="out"/>
30     </signal>
31
32     <signal name="Failure">
33       <arg name="error" type="s"/>
34     </signal>
35
36   </interface> 
37 </node>