From 7ea9cb91207f49965bc23bfdac9d5475940bea51 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Jun 2012 16:31:06 +0200 Subject: man: document new sd_session_get_state() call --- man/sd_session_is_active.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'man/sd_session_is_active.xml') diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index 45151aaaf9..f9b2874541 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -44,6 +44,7 @@ sd_session_is_active + sd_session_get_state sd_session_get_uid sd_session_get_seat sd_session_get_service @@ -62,6 +63,12 @@ const char* session + + int sd_session_get_state + const char* session + char** state + + int sd_session_get_uid const char* session @@ -109,6 +116,25 @@ (i.e. currently in the foreground and available for user input) or not. + sd_session_get_state() may + be used to determine the state of the session + identified by the specified session identifier. The + following states are currently known: + online (session logged in, but + session not active, i.e. not in the foreground), + active (session logged in and + active, i.e. in the foreground), + closing (session nominally logged + out, but some processes belonging to it are still + around). In the future additional states might be + defined, client code should be written to be robust in + regards to additional state strings being + returned. This function is a more generic version of + sd_session_is_active(). The returned + string needs to be freed with the libc + free3 + call after use. + sd_session_get_uid() may be used to determine the user identifier of the Unix user the session identified by the specified session identifier belongs -- cgit v1.2.3-54-g00ecf