]> git.meshlink.io Git - catta/blob - avahi-daemon/EntryGroup.introspect
* make all flags parameters UINT32 when marshalling for DBUS
[catta] / avahi-daemon / EntryGroup.introspect
1 <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2 <?xml-stylesheet type="text/xsl" href="introspect.xsl"?>
3 <!DOCTYPE node SYSTEM "introspect.dtd">
4 <node>
5   
6   <!-- $Id$ -->
7
8   <interface name="org.freedesktop.DBus.Introspectable">
9     <method name="Introspect">
10       <arg name="data" type="s" direction="out"/>
11     </method>
12   </interface>
13
14   <interface name="org.freedesktop.Avahi.EntryGroup">
15     <method name="Free"/>
16     <method name="Commit"/>
17     <method name="Reset"/>
18
19     <method name="GetState">
20       <arg name="state" type="i" direction="out"/>
21     </method>
22     <signal name="StateChanged">
23       <arg name="state" type="i"/>
24     </signal>
25
26     <method name="IsEmpty">
27       <arg name="empty" type="b" direction="out"/>
28     </method>
29
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"/>
40     </method>
41
42     <method name="AddAddress">
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="address" type="s" direction="in"/>
48     </method>
49
50   </interface>
51 </node>