]> git.meshlink.io Git - catta/blob - avahi-daemon/ServiceTypeBrowser.introspect
DBUS: finish introspection support
[catta] / avahi-daemon / ServiceTypeBrowser.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.ServiceTypeBrowser">
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="type" type="s"/>
21       <arg name="domain" type="s"/>
22     </signal>
23
24     <signal name="ItemRemove">
25       <arg name="interface" type="i"/>
26       <arg name="protocol" type="i"/>
27       <arg name="type" type="s"/>
28       <arg name="domain" type="s"/>
29     </signal>
30
31   </interface> 
32 </node>