]> git.meshlink.io Git - catta/blob - avahi-daemon/ServiceBrowser.introspect
gcc 2.95 compatibility
[catta] / avahi-daemon / ServiceBrowser.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.ServiceBrowser">
15
16     <method name="Free"/>
17       
18     <signal name="ItemNew">
19       <arg name="interface" type="i"/>
20       <arg name="protocol" type="i"/>
21       <arg name="name" type="s"/>
22       <arg name="type" type="s"/>
23       <arg name="domain" type="s"/>
24     </signal>
25
26     <signal name="ItemRemove">
27       <arg name="interface" type="i"/>
28       <arg name="protocol" type="i"/>
29       <arg name="name" type="s"/>
30       <arg name="type" type="s"/>
31       <arg name="domain" type="s"/>
32     </signal>
33
34   </interface> 
35 </node>