* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / network / dbus-glib / dbus-bus-introspect.xml
blob2a58f6c574bb7b18dfd9c845e323db8bc24a7ff0
1    <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4   <interface name="org.freedesktop.DBus.Introspectable">
5     <method name="Introspect">
6       <arg name="data" direction="out" type="s"/>
7     </method>
8   </interface>
9   <interface name="org.freedesktop.DBus">
10     <method name="RequestName">
11       <arg direction="in" type="s"/>
12       <arg direction="in" type="u"/>
13       <arg direction="out" type="u"/>
14     </method>
15     <method name="ReleaseName">
16       <arg direction="in" type="s"/>
17       <arg direction="out" type="u"/>
18     </method>
19     <method name="StartServiceByName">
20       <arg direction="in" type="s"/>
21       <arg direction="in" type="u"/>
22       <arg direction="out" type="u"/>
23     </method>
24     <method name="Hello">
25       <arg direction="out" type="s"/>
26     </method>
27     <method name="NameHasOwner">
28       <arg direction="in" type="s"/>
29       <arg direction="out" type="b"/>
30     </method>
31     <method name="ListNames">
32       <arg direction="out" type="as"/>
33     </method>
34     <method name="AddMatch">
35       <arg direction="in" type="s"/>
36     </method>
37     <method name="RemoveMatch">
38       <arg direction="in" type="s"/>
39     </method>
40     <method name="GetNameOwner">
41       <arg direction="in" type="s"/>
42       <arg direction="out" type="s"/>
43     </method>
44     <method name="ListQueuedOwners">
45       <arg direction="in" type="s"/>
46       <arg direction="out" type="as"/>
47     </method>
48     <method name="GetConnectionUnixUser">
49       <arg direction="in" type="s"/>
50       <arg direction="out" type="u"/>
51     </method>
52     <method name="GetConnectionUnixProcessID">
53       <arg direction="in" type="s"/>
54       <arg direction="out" type="u"/>
55     </method>
56     <method name="GetConnectionSELinuxSecurityContext">
57       <arg direction="in" type="s"/>
58       <arg direction="out" type="ay"/>
59     </method>
60     <method name="ReloadConfig">
61     </method>
62     <signal name="NameOwnerChanged">
63       <arg type="s"/>
64       <arg type="s"/>
65       <arg type="s"/>
66     </signal>
67     <signal name="NameLost">
68       <arg type="s"/>
69     </signal>
70     <signal name="NameAcquired">
71       <arg type="s"/>
72     </signal>
73   </interface>
74 </node>