summaryrefslogtreecommitdiffstats
path: root/src/ck-seat.xml
blob: 9a32e57bc9a40934fd237f3264771684f63bd1b0 (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
<?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"/>
    <signal name="SessionAdded"/>
    <signal name="SessionRemoved"/>
  </interface>
</node>