summaryrefslogtreecommitdiffstats
path: root/src/ck-seat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ck-seat.xml')
-rw-r--r--src/ck-seat.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ck-seat.xml b/src/ck-seat.xml
new file mode 100644
index 0000000..9a32e57
--- /dev/null
+++ b/src/ck-seat.xml
@@ -0,0 +1,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>