summaryrefslogtreecommitdiffstats
path: root/src/ck-session.xml
blob: f2c1ef225ecefb0a2c1f04bf9129d9739d3e00e9 (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
77
78
79
80
81
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<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="u"/>
    </method>
    <method name="GetUnixUser">
      <arg name="uid" direction="out" type="u"/>
    </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="GetRemoteHostName">
      <arg name="remote_host_name" direction="out" type="s"/>
    </method>
    <method name="GetLoginSessionId">
      <arg name="login_session_id" 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">
      <arg name="is_active" type="b"/>
    </signal>
    <signal name="IdleHintChanged">
      <arg name="hint" type="b"/>
    </signal>
    <signal name="Lock"/>
    <signal name="Unlock"/>
    <property name="unix-user" type="u" access="readwrite"/>
    <property name="user" type="u" access="readwrite"/>
    <property name="session-type" type="s" access="readwrite"/>
    <property name="remote-host-name" type="s" access="readwrite"/>
    <property name="display-device" type="s" access="readwrite"/>
    <property name="x11-display" type="s" access="readwrite"/>
    <property name="x11-display-device" type="s" access="readwrite"/>
    <property name="active" type="b" access="readwrite"/>
    <property name="is-local" type="b" access="readwrite"/>
    <property name="idle-hint" type="b" access="readwrite"/>
  </interface>
</node>