diff options
author | William Jon McCann <jmccann@redhat.com> | 2008-07-22 14:30:22 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2008-07-22 14:30:22 -0400 |
commit | f0dbc3ee0c8fb53f2b9eed000d72fb923a83a474 (patch) | |
tree | 85fc627804a7cffdca17fc2f327e269a3c3ffc53 /doc | |
parent | e1cfb5cb97eee87ce34ba5ce586bf1e90f485874 (diff) |
add GetLoginSessionId to exported interface
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/ck-session.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/spec/ck-session.xml b/doc/spec/ck-session.xml index 7afd564..b6e1cdb 100644 --- a/doc/spec/ck-session.xml +++ b/doc/spec/ck-session.xml @@ -130,6 +130,19 @@ <doc:seealso><doc:ref type="property" to="Session:remote-host-name">remote-host-name</doc:ref></doc:seealso> </doc:doc> </method> + <method name="GetLoginSessionId"> + <arg name="login_session_id" direction="out" type="s"> + <doc:doc> + <doc:summary>The value of the native system login session ID</doc:summary> + </doc:doc> + </arg> + <doc:doc> + <doc:description><doc:para>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.</doc:para> + </doc:description> + </doc:doc> + </method> <method name="IsActive"> <arg name="active" direction="out" type="b"> <doc:doc> |