From 0f1d6b3b234a1f8d8c6b9dff38388ab58f695b64 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 13 Mar 2007 13:50:58 -0400 Subject: deprecate the user properties and add unix-user properties Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc. --- doc/spec/ck-manager.xml | 22 ++++++++++++++++++++++ doc/spec/ck-session.xml | 21 +++++++++++++++++++++ 2 files changed, 43 insertions(+) (limited to 'doc/spec') diff --git a/doc/spec/ck-manager.xml b/doc/spec/ck-manager.xml index 998df32..077782f 100644 --- a/doc/spec/ck-manager.xml +++ b/doc/spec/ck-manager.xml @@ -192,6 +192,27 @@ + + + + + POSIX User identification + + + + + an array of Session IDs + + + + + This gets a list of all the Sessions + that are currently open for the specified user. + Each Session ID is an D-Bus object path for the object that implements the + Session interface. + + + @@ -211,6 +232,7 @@ Each Session ID is an D-Bus object path for the object that implements the Session interface. + diff --git a/doc/spec/ck-session.xml b/doc/spec/ck-session.xml index 5b1d843..c927c8c 100644 --- a/doc/spec/ck-session.xml +++ b/doc/spec/ck-session.xml @@ -61,9 +61,22 @@ Returns the user that the session belongs to. + user + + + + POSIX User ID + + + + Returns the POSIX user ID that the session belongs to. + + unix-user + + @@ -291,11 +304,19 @@ + + + + The user assigned to the session. + + + The user assigned to the session. + -- cgit