summaryrefslogtreecommitdiffstats
path: root/src/ck-manager.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ck-manager.xml')
-rw-r--r--src/ck-manager.xml70
1 files changed, 0 insertions, 70 deletions
diff --git a/src/ck-manager.xml b/src/ck-manager.xml
deleted file mode 100644
index 0ca74fa..0000000
--- a/src/ck-manager.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
-<node name="/org/freedesktop/ConsoleKit/Manager">
- <interface name="org.freedesktop.ConsoleKit.Manager">
- <method name="Restart">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- </method>
- <method name="Stop">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- </method>
- <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="GetSessions">
- <arg name="sessions" direction="out" type="ao"/>
- </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="GetCurrentSession">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <arg name="ssid" direction="out" type="o"/>
- </method>
- <method name="GetSessionsForUnixUser">
- <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
- <arg name="uid" direction="in" type="u"/>
- <arg name="sessions" direction="out" type="ao"/>
- </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>
- <method name="GetSystemIdleHint">
- <arg name="idle_hint" type="b" direction="out"/>
- </method>
- <method name="GetSystemIdleSinceHint">
- <arg name="iso8601_datetime" type="s" direction="out"/>
- </method>
- <signal name="SeatAdded">
- <arg name="sid" type="o"/>
- </signal>
- <signal name="SeatRemoved">
- <arg name="sid" type="o"/>
- </signal>
- <signal name="SystemIdleHintChanged">
- <arg name="hint" type="b"/>
- </signal>
- </interface>
-</node>