summaryrefslogtreecommitdiff
path: root/common/gdm-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/gdm-common.h')
-rw-r--r--common/gdm-common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/gdm-common.h b/common/gdm-common.h
index f9033aa5..4f7b55ab 100644
--- a/common/gdm-common.h
+++ b/common/gdm-common.h
@@ -36,6 +36,9 @@
/* check if logind is running */
#define LOGIND_RUNNING() (access("/run/systemd/seats/", F_OK) >= 0)
+GQuark gdm_common_error_quark (void);
+#define GDM_COMMON_ERROR gdm_common_error_quark()
+
G_BEGIN_DECLS
gboolean gdm_is_version_unstable (void);
@@ -63,7 +66,7 @@ gboolean gdm_string_hex_decode (const GString *source,
int insert_at);
char *gdm_generate_random_bytes (gsize size,
GError **error);
-
+gboolean gdm_goto_login_session (GError **error);
G_END_DECLS
#endif /* _GDM_COMMON_H */