summaryrefslogtreecommitdiffstats
path: root/src/ck-manager.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccannwj@acsnb12.pha.jhu.edu>2006-10-25 14:38:19 -0400
committerWilliam Jon McCann <mccannwj@acsnb12.pha.jhu.edu>2006-10-25 14:38:19 -0400
commita08530e838218b3c5859550058e78b8f1abee434 (patch)
treec54037c29cd86ebbecf6d9e10eb86da1ba657c9e /src/ck-manager.xml
Initial import
Diffstat (limited to 'src/ck-manager.xml')
-rw-r--r--src/ck-manager.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/ck-manager.xml b/src/ck-manager.xml
new file mode 100644
index 0000000..8512046
--- /dev/null
+++ b/src/ck-manager.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/org/freedesktop/ConsoleKit/Manager">
+
+ <interface name="org.freedesktop.ConsoleKit.Manager">
+
+ <method name="OpenSession">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="cookie" direction="out" type="s"/>
+ </method>
+ <method name="OpenSessionWithParameters">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="parameters" direction="in" type="a(sv)"/>
+ <arg name="cookie" direction="out" type="s"/>
+ </method>
+ <method name="CloseSession">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="cookie" direction="in" type="s"/>
+ <arg name="result" direction="out" type="b"/>
+ </method>
+
+ <method name="GetSeats">
+ <arg name="seats" direction="out" type="ao"/>
+ </method>
+
+ <method name="GetCurrentSession">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="ssid" direction="out" type="o"/>
+ </method>
+ <method name="GetSessionForCookie">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="cookie" direction="in" type="s"/>
+ <arg name="ssid" direction="out" type="o"/>
+ </method>
+ <method name="GetSessionForUnixProcess">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="pid" direction="in" type="u"/>
+ <arg name="ssid" direction="out" type="o"/>
+ </method>
+ <method name="GetSessionsForUser">
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <arg name="uid" direction="in" type="u"/>
+ <arg name="sessions" direction="out" type="ao"/>
+ </method>
+
+ <signal name="SeatAdded"/>
+ <signal name="SeatRemoved"/>
+ </interface>
+</node>