summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/lightdm/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'liblightdm-gobject/lightdm/layout.h')
-rw-r--r--liblightdm-gobject/lightdm/layout.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/liblightdm-gobject/lightdm/layout.h b/liblightdm-gobject/lightdm/layout.h
index f98dbe20..aea43805 100644
--- a/liblightdm-gobject/lightdm/layout.h
+++ b/liblightdm-gobject/lightdm/layout.h
@@ -35,6 +35,12 @@ typedef struct
GType lightdm_layout_get_type (void);
+GList *lightdm_get_layouts (void);
+
+void lightdm_set_layout (LightDMLayout *layout);
+
+LightDMLayout *lightdm_get_layout (void);
+
const gchar *lightdm_layout_get_name (LightDMLayout *layout);
const gchar *lightdm_layout_get_short_description (LightDMLayout *layout);