summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/EntryGroup.introspect
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-07-30 17:52:25 +0000
committerLennart Poettering <lennart@poettering.net>2005-07-30 17:52:25 +0000
commit90ad51a5a526a9c3ef4ebc2ee577d9ae578f7811 (patch)
tree5093d3e0101b2a1a32c52d52e0ef6227df49c150 /avahi-daemon/EntryGroup.introspect
parentf68a3a04e407e5bae5fffb703de8d4b981e4de53 (diff)
DBUS: finish introspection support
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@203 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-daemon/EntryGroup.introspect')
-rw-r--r--avahi-daemon/EntryGroup.introspect43
1 files changed, 43 insertions, 0 deletions
diff --git a/avahi-daemon/EntryGroup.introspect b/avahi-daemon/EntryGroup.introspect
new file mode 100644
index 0000000..6da6973
--- /dev/null
+++ b/avahi-daemon/EntryGroup.introspect
@@ -0,0 +1,43 @@
+<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
+<!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.EntryGroup">
+ <method name="Free"/>
+ <method name="Commit"/>
+
+ <method name="GetState">
+ <arg name="state" type="i" direction="out"/>
+ </method>
+ <signal name="StateChanged">
+ <arg name="state" type="i"/>
+ </signal>
+
+ <method name="AddService">
+ <arg name="interface" type="i" direction="in"/>
+ <arg name="protocol" type="i" direction="in"/>
+ <arg name="name" type="s" direction="in"/>
+ <arg name="type" type="s" direction="in"/>
+ <arg name="domain" type="s" direction="in"/>
+ <arg name="host" type="s" direction="in"/>
+ <arg name="port" type="q" direction="in"/>
+ <arg name="txt" type="as" direction="in"/>
+ </method>
+
+ <method name="AddAddress">
+ <arg name="interface" type="i" direction="in"/>
+ <arg name="protocol" type="i" direction="in"/>
+ <arg name="name" type="s" direction="in"/>
+ <arg name="address" type="s" direction="in"/>
+ </method>
+
+ </interface>
+</node>