summaryrefslogtreecommitdiff
path: root/gio/dbus-daemon.xml
blob: 515dd3464b67090821ec3aa19623a2c14d09c4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<node>
  <interface name="org.freedesktop.DBus">
    <method name="Hello">
      <arg direction="out" type="s" name="assigned_name"/>
    </method>
    <method name="RequestName">
      <arg direction="in" type="s" name="name"/>
      <arg direction="in" type="u" name="flags"/>
      <arg direction="out" type="u" name="value"/>
    </method>
    <method name="ReleaseName">
      <arg direction="in" type="s" name="name"/>
      <arg direction="out" type="u" name="value"/>
    </method>
    <method name="StartServiceByName">
      <arg direction="in" type="s" name="name"/>
      <arg direction="in" type="u" name="flags"/>
      <arg direction="out" type="u" name="value"/>
    </method>
    <method name="NameHasOwner">
      <arg direction="in" type="s" name="name"/>
      <arg direction="out" type="b" name="has_owner"/>
    </method>
    <method name="ListNames">
      <arg direction="out" type="as" name="names"/>
    </method>
    <method name="ListActivatableNames">
      <arg direction="out" type="as" name="activatable_names"/>
    </method>
    <method name="AddMatch">
      <arg direction="in" type="s" name="rule"/>
    </method>
    <method name="RemoveMatch">
      <arg direction="in" type="s" name="rule"/>
    </method>
    <method name="GetNameOwner">
      <arg direction="in" type="s" name="name"/>
      <arg direction="out" type="s" name="unique_name"/>
    </method>
    <method name="ListQueuedOwners">
      <arg direction="in" type="s" name="name"/>
      <arg direction="out" type="as" name="queued_owners"/>
    </method>
    <method name="GetConnectionUnixUser">
      <arg direction="in" type="s" name="name"/>
      <arg direction="out" type="u" name="uid"/>
    </method>
    <method name="GetConnectionUnixProcessID">
      <arg direction="in" type="s" name="name"/>
      <arg direction="out" type="u" name="pid"/>
    </method>
    <method name="GetConnectionSELinuxSecurityContext">
      <arg direction="in" type="s" name="name"/>
      <arg direction="out" type="ay" name="security_context"/>
    </method>
    <method name="UpdateActivationEnvironment">
      <arg direction="in" type="a{ss}" name="environment"/>
    </method>
    <method name="ReloadConfig">
    </method>
    <method name="GetId">
      <arg direction="out" type="s" name="unique_id"/>
    </method>
    <signal name="NameOwnerChanged">
      <arg type="s" name="name"/>
      <arg type="s" name="old_owner"/>
      <arg type="s" name="new_owner"/>
    </signal>
    <signal name="NameLost">
      <arg type="s" name="name"/>
    </signal>
    <signal name="NameAcquired">
      <arg type="s" name="name"/>
    </signal>
  </interface>
</node>