blob: 9ba86f4d9b2c633816594bbe21d5066ef391b041 [file] [log] [blame]
Lennart Poettering9e4237e2005-11-16 19:30:11 +00001<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2<?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
3<!DOCTYPE node SYSTEM "introspect.dtd">
4
Lennart Poettering9e4237e2005-11-16 19:30:11 +00005<!--
6 This file is part of avahi.
Lennart Poetteringd77d1a02010-06-26 03:55:49 +02007
Lennart Poettering9e4237e2005-11-16 19:30:11 +00008 avahi is free software; you can redistribute it and/or modify it
9 under the terms of the GNU Lesser General Public License as
10 published by the Free Software Foundation; either version 2 of the
11 License, or (at your option) any later version.
12
13 avahi is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 General Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public
19 License along with avahi; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
21 02111-1307 USA.
22-->
23
24<node>
Lennart Poetteringd77d1a02010-06-26 03:55:49 +020025
Lennart Poettering9e4237e2005-11-16 19:30:11 +000026 <interface name="org.freedesktop.DBus.Introspectable">
27 <method name="Introspect">
28 <arg name="data" type="s" direction="out" />
29 </method>
30 </interface>
31
32 <interface name="org.freedesktop.Avahi.RecordBrowser">
33
34 <method name="Free"/>
Lennart Poetteringd77d1a02010-06-26 03:55:49 +020035
Lennart Poettering9e4237e2005-11-16 19:30:11 +000036 <signal name="ItemNew">
37 <arg name="interface" type="i"/>
38 <arg name="protocol" type="i"/>
39 <arg name="name" type="s"/>
40 <arg name="clazz" type="q"/>
41 <arg name="type" type="q"/>
42 <arg name="rdata" type="ay"/>
43 <arg name="flags" type="u"/>
44 </signal>
45
46 <signal name="ItemRemove">
47 <arg name="interface" type="i"/>
48 <arg name="protocol" type="i"/>
49 <arg name="name" type="s"/>
50 <arg name="clazz" type="q"/>
51 <arg name="type" type="q"/>
52 <arg name="rdata" type="ay"/>
53 <arg name="flags" type="u"/>
54 </signal>
55
56 <signal name="Failure">
57 <arg name="error" type="s"/>
58 </signal>
59
60 <signal name="AllForNow"/>
61
62 <signal name="CacheExhausted"/>
63
Lennart Poetteringd77d1a02010-06-26 03:55:49 +020064 </interface>
Lennart Poettering9e4237e2005-11-16 19:30:11 +000065</node>