X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_session_is_active.xml;h=9362fbcc55e7a916a1d8b82e3a3cbc53d1cf28d2;hb=44ded3abc28620279633f51a05f2416e5aa3e8e2;hp=0146fb427b75dfdf3237c1ec3f8901f51ec837de;hpb=74d005783e355acc784d123024e33bbb66ef9ef1;p=elogind.git diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index 0146fb427..9362fbcc5 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* vt + @@ -202,6 +209,12 @@ 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 @@ -241,8 +254,7 @@ sd_session_get_tty() interfaces are available as shared library, which can be compiled and linked to with the - libsystemd-login - pkg-config1 + libsystemd-login pkg-config1 file.