summaryrefslogtreecommitdiffstats
path: root/src/ck-manager.xml
blob: 0ca74fa1fb9efe50bda274334d72d14fe4e7290e (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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/org/freedesktop/ConsoleKit/Manager">
  <interface name="org.freedesktop.ConsoleKit.Manager">
    <method name="Restart">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
    </method>
    <method name="Stop">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
    </method>
    <method name="OpenSession">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="cookie" direction="out" type="s"/>
    </method>
    <method name="OpenSessionWithParameters">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="parameters" direction="in" type="a(sv)"/>
      <arg name="cookie" direction="out" type="s"/>
    </method>
    <method name="CloseSession">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="cookie" direction="in" type="s"/>
      <arg name="result" direction="out" type="b"/>
    </method>
    <method name="GetSeats">
      <arg name="seats" direction="out" type="ao"/>
    </method>
    <method name="GetSessions">
      <arg name="sessions" direction="out" type="ao"/>
    </method>
    <method name="GetSessionForCookie">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="cookie" direction="in" type="s"/>
      <arg name="ssid" direction="out" type="o"/>
    </method>
    <method name="GetSessionForUnixProcess">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="pid" direction="in" type="u"/>
      <arg name="ssid" direction="out" type="o"/>
    </method>
    <method name="GetCurrentSession">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="ssid" direction="out" type="o"/>
    </method>
    <method name="GetSessionsForUnixUser">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="uid" direction="in" type="u"/>
      <arg name="sessions" direction="out" type="ao"/>
    </method>
    <method name="GetSessionsForUser">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="uid" direction="in" type="u"/>
      <arg name="sessions" direction="out" type="ao"/>
    </method>
    <method name="GetSystemIdleHint">
      <arg name="idle_hint" type="b" direction="out"/>
    </method>
    <method name="GetSystemIdleSinceHint">
      <arg name="iso8601_datetime" type="s" direction="out"/>
    </method>
    <signal name="SeatAdded">
      <arg name="sid" type="o"/>
    </signal>
    <signal name="SeatRemoved">
      <arg name="sid" type="o"/>
    </signal>
    <signal name="SystemIdleHintChanged">
      <arg name="hint" type="b"/>
    </signal>
  </interface>
</node>