Home | History | Annotate | Download | only in avahi-daemon
      1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
      2 <?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
      3 <!DOCTYPE node SYSTEM "introspect.dtd">
      4 
      5 <!--
      6   This file is part of avahi.
      7 
      8   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>
     25 
     26   <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.ServiceResolver">
     33 
     34     <method name="Free"/>
     35 
     36     <signal name="Found">
     37       <arg name="interface" type="i" direction="out"/>
     38       <arg name="protocol" type="i" direction="out"/>
     39       <arg name="name" type="s" direction="out"/>
     40       <arg name="type" type="s" direction="out"/>
     41       <arg name="domain" type="s" direction="out"/>
     42       <arg name="host" type="s" direction="out"/>
     43       <arg name="aprotocol" type="i" direction="out"/>
     44       <arg name="address" type="s" direction="out"/>
     45       <arg name="port" type="q" direction="out"/>
     46       <arg name="txt" type="aay" direction="out"/>
     47       <arg name="flags" type="u" direction="out"/>
     48     </signal>
     49 
     50     <signal name="Failure">
     51       <arg name="error" type="s"/>
     52     </signal>
     53 
     54   </interface>
     55 </node>
     56