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=f2550dd5c5e45bb5ad7076d9a57eb45ba16a6f1e;hp=3c26fb1e29f27bc8400fa38f84cd762c713fb858;hb=05a2f6fefedd7254fd799502191d025d2908cf74;hpb=05cc726731c5cec952722f1c14acb08e3d4d5e98 diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 3c26fb1e2..f2550dd5c 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,9 +164,9 @@ 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 + libsystemd pkg-config1 file.