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=ba6cfeb66931bdb3daf515ce06747a5133bcc08d;hp=3060ec7d52eaf468a9abf74771318db9de3ffe6b;hb=8f18f550e7023948f199616fdfbb0f09711fd615;hpb=74d005783e355acc784d123024e33bbb66ef9ef1 diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 3060ec7d5..ba6cfeb66 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 @@ -55,32 +57,32 @@ int sd_seat_get_active - const char* seat - char** session - uid_t* uid + const char *seat + char **session + uid_t *uid int sd_seat_get_sessions - const char* seat - char*** sessions - uid_t** uid - unsigned* n_uids + const char *seat + char ***sessions + uid_t **uid + unsigned int *n_uids int sd_seat_can_multi_session - const char* seat + const char *seat int sd_seat_can_tty - const char* seat + const char *seat int sd_seat_can_graphical - const char* seat + const char *seat @@ -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,10 +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.