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

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

    <method name="GetId">
      <arg name="sid" direction="out" type="o"/>
    </method>

    <method name="GetSessions">
      <arg name="sessions" direction="out" type="ao"/>
    </method>

    <method name="GetActiveSession">
      <arg name="ssid" direction="out" type="o"/>
    </method>

    <method name="ActivateSession">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="ssid" direction="in" type="o"/>
    </method>

    <signal name="ActiveSessionChanged">
      <arg name="sid" type="o"/>
    </signal>
    <signal name="SessionAdded">
      <arg name="sid" type="o"/>
    </signal>
    <signal name="SessionRemoved">
      <arg name="sid" type="o"/>
    </signal>
  </interface>
</node>