From 25546d381557f5da8dd8db54c857442193c5340b Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 22 Jul 2008 17:23:59 -0400 Subject: regenerate the docs and xml from the spec --- doc/xml/ref-ck-session.xml | 6 +++++- src/ck-session.xml | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/xml/ref-ck-session.xml b/doc/xml/ref-ck-session.xml index 80b9041..2b50ed2 100644 --- a/doc/xml/ref-ck-session.xml +++ b/doc/xml/ref-ck-session.xml @@ -17,6 +17,7 @@ GetX11DisplayDevice (out 's' x11_display_device) GetDisplayDevice (out 's' display_device) GetRemoteHostName (out 's' remote_host_name) +GetLoginSessionId (out 's' login_session_id) IsActive (out 'b' active) IsLocal (out 'b' local) GetCreationTime (out 's' iso8601_datetime) @@ -108,7 +109,10 @@ See also: remote_host_name:The remote host name See also: -remote-host-name<anchor role="function" id="Session.IsActive"/>IsActive ()IsActiveSessionIsActive (out 'b' active)Returns whether the session is active on the Seat that +remote-host-name<anchor role="function" id="Session.GetLoginSessionId"/>GetLoginSessionId ()GetLoginSessionIdSessionGetLoginSessionId (out 's' login_session_id)Returns the value of the login session ID that the + underlying system uses to enforce session boundaries. If there is no login session ID + set then this value is an empty string. + login_session_id:The value of the native system login session ID<anchor role="function" id="Session.IsActive"/>IsActive ()IsActiveSessionIsActive (out 'b' active)Returns whether the session is active on the Seat that it is attached to. If the session is not attached to a seat this value is undefined. diff --git a/src/ck-session.xml b/src/ck-session.xml index 28b0e52..f2c1ef2 100644 --- a/src/ck-session.xml +++ b/src/ck-session.xml @@ -28,6 +28,9 @@ + + + -- cgit