![]() |
![]() |
![]() |
LightDM Greeter Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <lightdm/greeter.h> LdmLayout; const gchar * ldm_layout_get_name (LdmLayout *layout
); const gchar * ldm_layout_get_short_description (LdmLayout *layout
); const gchar * ldm_layout_get_description (LdmLayout *layout
);
"description" gchar* : Read / Write / Construct Only "name" gchar* : Read / Write / Construct Only "short-description" gchar* : Read / Write / Construct Only
const gchar * ldm_layout_get_name (LdmLayout *layout
);
Get the name of a layout.
|
A LdmLayout |
Returns : |
The name of the layout |
const gchar * ldm_layout_get_short_description (LdmLayout *layout
);
Get the short description of a layout.
|
A LdmLayout |
Returns : |
A short description of the layout |
"description"
property"description" gchar* : Read / Write / Construct Only
Long description of the layout.
Default value: NULL
"name"
property"name" gchar* : Read / Write / Construct Only
Name of the layout.
Default value: NULL
"short-description"
property"short-description" gchar* : Read / Write / Construct Only
Short description of the layout.
Default value: NULL