| LightDM Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
#include <lightdm/greeter.h>
LdmLanguage;
const gchar * ldm_language_get_code (LdmLanguage *language);
const gchar * ldm_language_get_name (LdmLanguage *language);
const gchar * ldm_language_get_territory (LdmLanguage *language);
"code" gchar* : Read / Write / Construct Only "name" gchar* : Read "territory" gchar* : Read
const gchar * ldm_language_get_code (LdmLanguage *language);
Get the code of a language.
|
A LdmLanguage |
Returns : |
The code of the language |
const gchar * ldm_language_get_name (LdmLanguage *language);
Get the name of a language.
|
A LdmLanguage |
Returns : |
The name of the language |
const gchar * ldm_language_get_territory (LdmLanguage *language);
Get the territory the language is used in.
|
A LdmLanguage |
Returns : |
The territory the language is used in. |