From 6ad7516f69f08c9c5e30332f95b50c0dd0cd1cb1 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 23 Jan 2008 11:04:23 -0500 Subject: add GetSessions method to Manager interface --- doc/spec/ck-manager.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/spec') diff --git a/doc/spec/ck-manager.xml b/doc/spec/ck-manager.xml index acc065b..f405c25 100644 --- a/doc/spec/ck-manager.xml +++ b/doc/spec/ck-manager.xml @@ -150,6 +150,23 @@ + + + + an array of Session IDs + + + + + This gets a list of all the Sessions + that are currently present on the system. + Each Session ID is an D-Bus object path for the object that implements the + Session interface. + + org.freedesktop.ConsoleKit.Session + + + -- cgit