X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemd%2Fsd-login.h;h=776733ad1ddd0358240e787c794309f22a8e4788;hb=9541666b8d97f107335dd7e3cb93b4d2cfbf19c9;hp=a4ca2311744403f68c0d2a47bf78fc0cc5517dde;hpb=13468826f2457cae45a79649e122deadb9dc9774;p=elogind.git diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h index a4ca23117..776733ad1 100644 --- a/src/systemd/sd-login.h +++ b/src/systemd/sd-login.h @@ -138,7 +138,7 @@ int sd_session_get_seat(const char *session, char **seat); /* Determine the (PAM) service name this session was registered by. */ int sd_session_get_service(const char *session, char **service); -/* Determine the type of this session, i.e. one of "tty", "x11" or "unspecified". */ +/* Determine the type of this session, i.e. one of "tty", "x11", "wayland", "mir" or "unspecified". */ int sd_session_get_type(const char *session, char **type); /* Determine the class of this session, i.e. one of "user", "greeter" or "lock-screen". */