From c84f5e4a825f17163ead0f60308d548b415334a5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 Jan 2013 03:00:33 +0100 Subject: login: introduce sd_session_get_tty() --- man/sd_session_is_active.xml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) (limited to 'man') diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index a9107cb95f..ab48b9efc2 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -51,6 +51,7 @@ sd_session_get_type sd_session_get_class sd_session_get_display + sd_session_get_tty Determine state of a specific session @@ -104,6 +105,12 @@ const char* session char** display + + + int sd_session_get_tty + const char* session + char** tty + @@ -186,6 +193,14 @@ free3 call after use. + sd_session_get_tty() + may be used to determine the TTY device of the + session identified by the specified session + identifier. The returned string is one of needs to be + freed with the libc + free3 + call after use. + If the session parameter of any of these functions is passed as NULL the operation is executed for the session the calling process is a @@ -203,8 +218,9 @@ sd_session_get_seat(), sd_session_get_service(), sd_session_get_type(), - sd_session_get_class() and - sd_session_get_display() return 0 or + sd_session_get_class(), + sd_session_get_display() and + sd_session_get_tty() return 0 or a positive integer. On failure, these calls return a negative errno-style error code. @@ -218,10 +234,11 @@ sd_session_get_seat(), sd_session_get_service(), sd_session_get_type(), - sd_session_get_class() and - sd_session_get_display() interfaces - are available as shared library, which can be compiled - and linked to with the + sd_session_get_class(), + sd_session_get_display() and + sd_session_get_tty() + interfaces are available as shared library, which can + be compiled and linked to with the libsystemd-login pkg-config1 file. -- cgit v1.2.3-54-g00ecf