summaryrefslogtreecommitdiffstats
path: root/src/ck-session.xml
blob: 668d1b2c640f85e01307c784c3ef872ce71209cd (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
<?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="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="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>

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

  </interface>
</node>