1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2 <?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
3 <!DOCTYPE node SYSTEM "introspect.dtd">
8 <interface name="org.freedesktop.DBus.Introspectable">
9 <method name="Introspect">
10 <arg name="data" type="s" direction="out"/>
14 <interface name="org.freedesktop.Avahi.EntryGroup">
16 <method name="Commit"/>
17 <method name="Reset"/>
19 <method name="GetState">
20 <arg name="state" type="i" direction="out"/>
22 <signal name="StateChanged">
23 <arg name="state" type="i"/>
26 <method name="IsEmpty">
27 <arg name="empty" type="b" direction="out"/>
30 <method name="AddService">
31 <arg name="interface" type="i" direction="in"/>
32 <arg name="protocol" type="i" direction="in"/>
33 <arg name="flags" type="u" direction="in"/>
34 <arg name="name" type="s" direction="in"/>
35 <arg name="type" type="s" direction="in"/>
36 <arg name="domain" type="s" direction="in"/>
37 <arg name="host" type="s" direction="in"/>
38 <arg name="port" type="q" direction="in"/>
39 <arg name="txt" type="aay" direction="in"/>
42 <method name="AddServiceSubtype">
43 <arg name="interface" type="i" direction="in"/>
44 <arg name="protocol" type="i" direction="in"/>
45 <arg name="flags" type="u" direction="in"/>
46 <arg name="name" type="s" direction="in"/>
47 <arg name="type" type="s" direction="in"/>
48 <arg name="domain" type="s" direction="in"/>
49 <arg name="subtype" type="s" direction="in"/>
52 <method name="AddAddress">
53 <arg name="interface" type="i" direction="in"/>
54 <arg name="protocol" type="i" direction="in"/>
55 <arg name="flags" type="u" direction="in"/>
56 <arg name="name" type="s" direction="in"/>
57 <arg name="address" type="s" direction="in"/>