]> git.meshlink.io Git - catta/blob - avahi-daemon/EntryGroup.introspect
* add C examples
[catta] / avahi-daemon / EntryGroup.introspect
1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2 <!DOCTYPE node SYSTEM "introspect.dtd">
3 <node>
4   
5   <!-- $Id$ -->
6
7   <interface name="org.freedesktop.DBus.Introspectable">
8     <method name="Introspect">
9       <arg name="data" type="s" direction="out"/>
10     </method>
11   </interface>
12
13   <interface name="org.freedesktop.Avahi.EntryGroup">
14     <method name="Free"/>
15     <method name="Commit"/>
16     <method name="Reset"/>
17
18     <method name="GetState">
19       <arg name="state" type="i" direction="out"/>
20     </method>
21     <signal name="StateChanged">
22       <arg name="state" type="i"/>
23     </signal>
24
25     <method name="IsEmpty">
26       <arg name="empty" type="b" direction="out"/>
27     </method>
28
29     <method name="AddService">
30       <arg name="interface" type="i" direction="in"/>
31       <arg name="protocol" type="i" direction="in"/>
32       <arg name="name" type="s" direction="in"/>
33       <arg name="type" type="s" direction="in"/>
34       <arg name="domain" type="s" direction="in"/>
35       <arg name="host" type="s" direction="in"/>
36       <arg name="port" type="q" direction="in"/>
37       <arg name="txt" type="as" direction="in"/>
38     </method>
39
40     <method name="AddAddress">
41       <arg name="interface" type="i" direction="in"/>
42       <arg name="protocol" type="i" direction="in"/>
43       <arg name="name" type="s" direction="in"/>
44       <arg name="address" type="s" direction="in"/>
45     </method>
46
47   </interface>
48 </node>