Top |
GList * | lightdm_get_layouts () |
void | lightdm_set_layout () |
LightDMLayout * | lightdm_get_layout () |
const gchar * | lightdm_layout_get_name () |
const gchar * | lightdm_layout_get_short_description () |
const gchar * | lightdm_layout_get_description () |
gchar * | description | Read / Write / Construct Only |
gchar * | name | Read / Write / Construct Only |
gchar * | short-description | Read / Write / Construct Only |
GList *
lightdm_get_layouts (void
);
Get a list of keyboard layouts to present to the user.
A list of LightDMLayout that should be presented to the user.
[element-type LightDMLayout][transfer none]
void
lightdm_set_layout (LightDMLayout *layout
);
Set the layout for this session.
const gchar *
lightdm_layout_get_name (LightDMLayout *layout
);
Get the name of a layout.
const gchar *
lightdm_layout_get_short_description (LightDMLayout *layout
);
Get the short description of a layout.
const gchar *
lightdm_layout_get_description (LightDMLayout *layout
);
Get the long description of a layout.
“description”
property“description” gchar *
Long description of the layout.
Flags: Read / Write / Construct Only
Default value: NULL
“name”
property“name” gchar *
Name of the layout.
Flags: Read / Write / Construct Only
Default value: NULL
“short-description”
property“short-description” gchar *
Short description of the layout.
Flags: Read / Write / Construct Only
Default value: NULL