]> git.pld-linux.org Git - packages/dbus-glib.git/blame - dbus-bus-introspect.xml
- 0.82
[packages/dbus-glib.git] / dbus-bus-introspect.xml
CommitLineData
04cb6de0 1<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
a5b0341c 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">
04cb6de0
MB
10 <method name="Hello">
11 <arg direction="out" type="s"/>
12 </method>
a5b0341c 13 <method name="RequestName">
14 <arg direction="in" type="s"/>
15 <arg direction="in" type="u"/>
16 <arg direction="out" type="u"/>
17 </method>
18 <method name="ReleaseName">
19 <arg direction="in" type="s"/>
20 <arg direction="out" type="u"/>
21 </method>
22 <method name="StartServiceByName">
23 <arg direction="in" type="s"/>
24 <arg direction="in" type="u"/>
25 <arg direction="out" type="u"/>
26 </method>
04cb6de0
MB
27 <method name="UpdateActivationEnvironment">
28 <arg direction="in" type="a{ss}"/>
a5b0341c 29 </method>
30 <method name="NameHasOwner">
31 <arg direction="in" type="s"/>
32 <arg direction="out" type="b"/>
33 </method>
34 <method name="ListNames">
35 <arg direction="out" type="as"/>
36 </method>
37 <method name="ListActivatableNames">
38 <arg direction="out" type="as"/>
39 </method>
40 <method name="AddMatch">
41 <arg direction="in" type="s"/>
42 </method>
43 <method name="RemoveMatch">
44 <arg direction="in" type="s"/>
45 </method>
46 <method name="GetNameOwner">
47 <arg direction="in" type="s"/>
48 <arg direction="out" type="s"/>
49 </method>
50 <method name="ListQueuedOwners">
51 <arg direction="in" type="s"/>
52 <arg direction="out" type="as"/>
53 </method>
54 <method name="GetConnectionUnixUser">
55 <arg direction="in" type="s"/>
56 <arg direction="out" type="u"/>
57 </method>
58 <method name="GetConnectionUnixProcessID">
59 <arg direction="in" type="s"/>
60 <arg direction="out" type="u"/>
61 </method>
04cb6de0
MB
62 <method name="GetAdtAuditSessionData">
63 <arg direction="in" type="s"/>
64 <arg direction="out" type="ay"/>
65 </method>
a5b0341c 66 <method name="GetConnectionSELinuxSecurityContext">
67 <arg direction="in" type="s"/>
68 <arg direction="out" type="ay"/>
69 </method>
70 <method name="ReloadConfig">
71 </method>
04cb6de0
MB
72 <method name="GetId">
73 <arg direction="out" type="s"/>
74 </method>
a5b0341c 75 <signal name="NameOwnerChanged">
76 <arg type="s"/>
77 <arg type="s"/>
78 <arg type="s"/>
79 </signal>
80 <signal name="NameLost">
81 <arg type="s"/>
82 </signal>
83 <signal name="NameAcquired">
84 <arg type="s"/>
85 </signal>
86 </interface>
87</node>
04cb6de0 88
This page took 0.125933 seconds and 4 git commands to generate.