X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_seat_get_active.xml;h=c64ba13c3a6e7f7ef10ced084d38aa3f895a4d6f;hp=3c26fb1e29f27bc8400fa38f84cd762c713fb858;hb=a020c2a01368c47f32a0a1688d739275fb3c1a0a;hpb=05cc726731c5cec952722f1c14acb08e3d4d5e98 diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 3c26fb1e2..c64ba13c3 100644 --- a/man/sd_seat_get_active.xml +++ b/man/sd_seat_get_active.xml @@ -46,6 +46,8 @@ sd_seat_get_active sd_seat_get_sessions sd_seat_can_multi_session + sd_seat_can_tty + sd_seat_can_graphical Determine state of a specific seat @@ -65,7 +67,7 @@ const char* seat char*** sessions uid_t** uid - unsigned* n_uids + unsigned int* n_uids @@ -133,7 +135,7 @@ If the seat parameter of any of these functions is passed as - NULL the operation is executed + NULL, the operation is executed for the seat of the session of the calling process, if there is any. @@ -141,12 +143,12 @@ Return Value - On success + On success, sd_seat_get_active() - returns 0 or a positive integer. On success + returns 0 or a positive integer. On success, sd_seat_get_sessions() returns the number of entries in the session identifier - array. If the test succeeds + array. If the test succeeds, sd_seat_can_multi_session, sd_seat_can_tty and sd_seat_can_graphical return a @@ -162,7 +164,7 @@ sd_seat_can_multi_session(), sd_seat_can_tty() and sd_seat_can_grapical() interfaces - are available as shared library, which can be compiled + are available as a shared library, which can be compiled and linked to with the libsystemd-login pkg-config1 file.