X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_seat_get_active.xml;h=c64ba13c3a6e7f7ef10ced084d38aa3f895a4d6f;hb=8a96d94e4c33173d1426b7e0a6325405804ba224;hp=8b32bdc669024318c7c9d53398f30a100394e0df;hpb=1e158d273bb63883566358cbb886cd4167421df6;p=elogind.git diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 8b32bdc66..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 @@ -93,9 +95,10 @@ a seat, if there is any. Returns the session identifier and the user identifier of the Unix user the session is belonging to. Either the session or the - user identifier parameter can be passed NULL, in - case only one of the parameters shall be queried. The - returned string needs to be freed with the libc + user identifier parameter can be passed + NULL, in case only one of the + parameters shall be queried. The returned string needs + to be freed with the libc free3 call after use. @@ -132,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. @@ -140,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 @@ -161,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.