]> git.meshlink.io Git - catta/blob - avahi-daemon/ServiceBrowser.introspect
DBUS: finish introspection support
[catta] / avahi-daemon / ServiceBrowser.introspect
1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2 <!DOCTYPE node SYSTEM "introspect.dtd">
3 <node>
4   
5   <!-- $Id$ -->
6
7   <interface name="org.freedesktop.DBus.Introspectable">
8     <method name="Introspect">
9       <arg name="data" type="s" direction="out" />
10     </method>
11   </interface>
12
13   <interface name="org.freedesktop.Avahi.ServiceBrowser">
14
15     <method name="Free"/>
16       
17     <signal name="ItemNew">
18       <arg name="interface" type="i"/>
19       <arg name="protocol" type="i"/>
20       <arg name="name" type="s"/>
21       <arg name="type" type="s"/>
22       <arg name="domain" type="s"/>
23     </signal>
24
25     <signal name="ItemRemove">
26       <arg name="interface" type="i"/>
27       <arg name="protocol" type="i"/>
28       <arg name="name" type="s"/>
29       <arg name="type" type="s"/>
30       <arg name="domain" type="s"/>
31     </signal>
32
33   </interface> 
34 </node>