fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / dnssd / org.freedesktop.Avahi.ServiceBrowser.xml
blobd2db35923929c974e055b842283d822c47fe07e3
1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2 <?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
3 <!DOCTYPE node SYSTEM "introspect.dtd">
5 <!-- $Id: ServiceBrowser.introspect 948 2005-11-12 18:55:52Z lennart $ -->
7 <!--
8   This file is part of avahi.
9  
10   avahi is free software; you can redistribute it and/or modify it
11   under the terms of the GNU Lesser General Public License as
12   published by the Free Software Foundation; either version 2 of the
13   License, or (at your option) any later version.
15   avahi is distributed in the hope that it will be useful, but
16   WITHOUT ANY WARRANTY; without even the implied warranty of
17   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18   General Public License for more details.
20   You should have received a copy of the GNU Lesser General Public
21   License along with avahi; if not, write to the Free Software
22   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23   02110-1301 USA.
24 -->
26 <node>
27   
28   <interface name="org.freedesktop.Avahi.ServiceBrowser">
30     <method name="Free"/>
31       
32     <signal name="ItemNew">
33       <arg name="interface" type="i"/>
34       <arg name="protocol" type="i"/>
35       <arg name="name" type="s"/>
36       <arg name="type" type="s"/>
37       <arg name="domain" type="s"/>
38       <arg name="flags" type="u"/>
39     </signal>
41     <signal name="ItemRemove">
42       <arg name="interface" type="i"/>
43       <arg name="protocol" type="i"/>
44       <arg name="name" type="s"/>
45       <arg name="type" type="s"/>
46       <arg name="domain" type="s"/>
47       <arg name="flags" type="u"/>
48     </signal>
50     <signal name="Failure">
51       <arg name="error" type="s"/>
52     </signal>
54     <signal name="AllForNow"/>
56     <signal name="CacheExhausted"/>
58   </interface> 
59 </node>