X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsystemd%2Fsd-login.h;h=64b882724c00fe224deb877a20ff4a49e84a0f99;hb=090771492f155cebe7075171530e96c1cd515d71;hp=93af19709b0dd3294655678d9ac03989c8d7e139;hpb=ebc5788e88eb9e1ebd032bd61507c196142acbab;p=elogind.git diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h index 93af19709..64b882724 100644 --- a/src/systemd/sd-login.h +++ b/src/systemd/sd-login.h @@ -147,7 +147,7 @@ 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". */ int sd_session_get_class(const char *session, char **clazz); -/* Determine the desktop brand of this session, i.e. something like "GNOME", "KDE" or "SYSTEMD-CONSOLE". */ +/* Determine the desktop brand of this session, i.e. something like "GNOME", "KDE" or "systemd-console". */ int sd_session_get_desktop(const char *session, char **desktop); /* Determine the X11 display of this session. */