]> git.pld-linux.org Git - packages/dbus-glib.git/blob - dbus-bus-introspect.xml
- updated for 0.80
[packages/dbus-glib.git] / dbus-bus-introspect.xml
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="ListActivatableNames">
35       <arg direction="out" type="as"/>
36     </method>
37     <method name="AddMatch">
38       <arg direction="in" type="s"/>
39     </method>
40     <method name="RemoveMatch">
41       <arg direction="in" type="s"/>
42     </method>
43     <method name="GetNameOwner">
44       <arg direction="in" type="s"/>
45       <arg direction="out" type="s"/>
46     </method>
47     <method name="ListQueuedOwners">
48       <arg direction="in" type="s"/>
49       <arg direction="out" type="as"/>
50     </method>
51     <method name="GetConnectionUnixUser">
52       <arg direction="in" type="s"/>
53       <arg direction="out" type="u"/>
54     </method>
55     <method name="GetConnectionUnixProcessID">
56       <arg direction="in" type="s"/>
57       <arg direction="out" type="u"/>
58     </method>
59     <method name="GetConnectionSELinuxSecurityContext">
60       <arg direction="in" type="s"/>
61       <arg direction="out" type="ay"/>
62     </method>
63     <method name="ReloadConfig">
64     </method>
65     <signal name="NameOwnerChanged">
66       <arg type="s"/>
67       <arg type="s"/>
68       <arg type="s"/>
69     </signal>
70     <signal name="NameLost">
71       <arg type="s"/>
72     </signal>
73     <signal name="NameAcquired">
74       <arg type="s"/>
75     </signal>
76   </interface>
77 </node>
This page took 0.04228 seconds and 3 git commands to generate.