summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-05-17 12:44:22 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-06-09 15:54:01 -0400
commit24cb017c045545ac6b239ea28fe005b993e180e5 (patch)
treec9c1ef8e1eebb418d8a9da3ec04200e5de4f1b7b /daemon/gdm-display.h
parent30ed994d9cce7395ab68486efdba8870a98cb612 (diff)
downloadgdm-24cb017c045545ac6b239ea28fe005b993e180e5.tar.gz
Allow alternative welcome sessionswip/initial-setup-redux
Diffstat (limited to 'daemon/gdm-display.h')
-rw-r--r--daemon/gdm-display.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon/gdm-display.h b/daemon/gdm-display.h
index 607ea1d4..474a771d 100644
--- a/daemon/gdm-display.h
+++ b/daemon/gdm-display.h
@@ -74,6 +74,8 @@ typedef struct
gboolean *enabled,
char **username,
int *delay);
+ void (*get_initial_setup_details) (GdmDisplay *display,
+ gboolean *enabled);
} GdmDisplayClass;
typedef enum
@@ -122,6 +124,8 @@ gboolean gdm_display_get_timed_login_details (GdmDisplay *disp
char **username,
int *delay,
GError **error);
+gboolean gdm_display_get_initial_setup_details (GdmDisplay *display,
+ gboolean *enabled);
/* exported but protected */
gboolean gdm_display_get_x11_cookie (GdmDisplay *display,