summaryrefslogtreecommitdiffstats
path: root/src/ck-session.xml
blob: 5a993cbfb2fd3735c1d7a41daddc57035585899e (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
<?xml version="1.0" encoding="UTF-8"?>
<node>

  <interface name="org.freedesktop.ConsoleKit.Session">

    <method name="GetId">
      <arg name="ssid" direction="out" type="o"/>
    </method>
    <method name="GetSeatId">
      <arg name="sid" direction="out" type="o"/>
    </method>
    <method name="GetSessionType">
      <arg name="type" direction="out" type="s"/>
    </method>
    <method name="GetUser">
      <arg name="uid" direction="out" type="i"/>
    </method>
    <method name="GetX11Display">
      <arg name="display" direction="out" type="s"/>
    </method>
    <method name="GetX11DisplayDevice">
       <arg name="x11_display_device" direction="out" type="s"/>
    </method>
    <method name="GetDisplayDevice">
      <arg name="display_device" direction="out" type="s"/>
    </method>
    <method name="GetHostName">
      <arg name="host_name" direction="out" type="s"/>
    </method>
    <method name="IsActive">
      <arg name="active" direction="out" type="b"/>
    </method>
    <method name="IsLocal">
      <arg name="local" direction="out" type="b"/>
    </method>
    <method name="GetCreationTime">
      <arg name="iso8601_datetime" type="s" direction="out"/>
    </method>

    <method name="Activate">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
    </method>
    <method name="Lock">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
    </method>
    <method name="Unlock">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
    </method>

    <method name="GetIdleHint">
      <arg name="idle_hint" type="b" direction="out"/>
    </method>
    <method name="GetIdleSinceHint">
      <arg name="iso8601_datetime" type="s" direction="out"/>
    </method>
    <method name="SetIdleHint">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="idle_hint" type="b" direction="in"/>
    </method>

    <signal name="ActiveChanged"/>
    <signal name="Lock"/>
    <signal name="Unlock"/>

    <signal name="IdleHintChanged"/>

  </interface>
</node>