From 50b1678aaba9d3c2be5115db34a822911d791b8c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 11 Feb 2012 03:45:23 +0100 Subject: sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, work on objects of the calling process --- man/sd_seat_get_active.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'man/sd_seat_get_active.xml') diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml index 14cda60a56..acc6ee4ea7 100644 --- a/man/sd_seat_get_active.xml +++ b/man/sd_seat_get_active.xml @@ -70,7 +70,7 @@ int sd_seat_can_multi_session - const char* session + const char* seat @@ -110,6 +110,11 @@ capable of multi-session, i.e. allows multiple login sessions in parallel (whith only one being active at a time). + + If the seat parameter of any + of these functions is passed as NULL the operation is + executed for the seat of the session of the calling + process, if there is any. -- cgit v1.2.3-54-g00ecf