Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | lightdm_get_hostname () |
const gchar * | lightdm_get_os_id () |
const gchar * | lightdm_get_os_name () |
const gchar * | lightdm_get_os_pretty_name () |
const gchar * | lightdm_get_os_version () |
const gchar * | lightdm_get_os_version_id () |
gchar * | lightdm_get_motd () |
const gchar *
lightdm_get_os_id (void
);
Get a word describing the OS, suitable for checking which OS the greeter is running on. e.g. "ubuntu"
const gchar *
lightdm_get_os_name (void
);
Get a line of text describing the OS without version information, suitable for presentation to the user. e.g. "Ubuntu"
const gchar *
lightdm_get_os_pretty_name (void
);
Get a line of text describing the OS, suitable for presentation to the user. e.g. "Ubuntu 16.04.1 LTS"
const gchar *
lightdm_get_os_version (void
);
Get a line of text describing the OS version, suitable for presentation to the user. e.g. "16.04.1 LTS (Xenial Xapus)"
const gchar *
lightdm_get_os_version_id (void
);
Get a word descibing the OS version, suitable for checking which version of the OS this greeter is running on. e.g. "16.04"