X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_session_is_active.xml;h=293ce71642678bc573c9e170d0ea887efc7154d6;hp=e89117d990a1314f9fda5a8ace15957397518426;hb=cd49e2f6641aaa3a9185704ca2f14a1e0855c247;hpb=1e158d273bb63883566358cbb886cd4167421df6 diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index e89117d99..293ce7164 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -52,6 +52,7 @@ sd_session_get_class sd_session_get_display sd_session_get_tty + sd_session_get_vt Determine state of a specific session @@ -111,6 +112,12 @@ const char* session char** tty + + + int sd_session_get_vt + const char* session + unsigned int* vt + @@ -202,9 +209,15 @@ free3 call after use. + sd_session_get_vt() + may be used to determine the VT number of the + session identified by the specified session + identifier. This function will return an error if + the seat does not support VTs. + If the session parameter of any of these functions is passed as - NULL the operation is executed + NULL, the operation is executed for the session the calling process is a member of, if there is any. @@ -212,7 +225,7 @@ Return Value - If the test succeeds + If the test succeeds, sd_session_is_active() returns a positive integer, if it fails 0. On success sd_session_get_state(),