summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/ServiceResolver.introspect
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon/ServiceResolver.introspect')
-rw-r--r--avahi-daemon/ServiceResolver.introspect34
1 files changed, 34 insertions, 0 deletions
diff --git a/avahi-daemon/ServiceResolver.introspect b/avahi-daemon/ServiceResolver.introspect
new file mode 100644
index 0000000..2dc9815
--- /dev/null
+++ b/avahi-daemon/ServiceResolver.introspect
@@ -0,0 +1,34 @@
+<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
+<?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
+<!DOCTYPE node SYSTEM "introspect.dtd">
+<node>
+
+ <!-- $Id$ -->
+
+ <interface name="org.freedesktop.DBus.Introspectable">
+ <method name="Introspect">
+ <arg name="data" type="s" direction="out" />
+ </method>
+ </interface>
+
+ <interface name="org.freedesktop.Avahi.ServiceResolver">
+
+ <method name="Free"/>
+
+ <signal name="Found">
+ <arg name="interface" type="i" direction="out"/>
+ <arg name="protocol" type="i" direction="out"/>
+ <arg name="name" type="s" direction="out"/>
+ <arg name="type" type="s" direction="out"/>
+ <arg name="domain" type="s" direction="out"/>
+ <arg name="host" type="s" direction="out"/>
+ <arg name="aprotocol" type="i" direction="out"/>
+ <arg name="address" type="s" direction="out"/>
+ <arg name="port" type="q" direction="out"/>
+ <arg name="txt" type="aay" direction="out"/>
+ </signal>
+
+ <signal name="Timeout"/>
+
+ </interface>
+</node>