summaryrefslogtreecommitdiffstats
path: root/src/ck-seat.xml
blob: c6d3ed6cb24826f4e15fd0c98e93034047818f5c (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
<!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.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="ssid" type="o"/>
    </signal>
    <signal name="SessionAdded">
      <arg name="ssid" type="o"/>
    </signal>
    <signal name="SessionRemoved">
      <arg name="ssid" type="o"/>
    </signal>
  </interface>
</node>