summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-09-14 17:17:30 -0400
committerRay Strode <rstrode@redhat.com>2015-11-06 22:20:03 -0500
commit5f6edc4925701f8eef2ea983b638599dbe8e9acb (patch)
tree1392679eeadc508bb7d2149c53d9ad37a28d3288 /daemon/gdm-session.h
parenteda44dee2cc321db93550b68724aa60d02f4ee78 (diff)
downloadgdm-5f6edc4925701f8eef2ea983b638599dbe8e9acb.tar.gz
session: add property for ignoring wayland sessions
We're going to want to be able to exclude wayland sessions from the search path if the manager deems it necessary. This commit adds a property to GdmSession to give the manager that ability. https://bugzilla.gnome.org/show_bug.cgi?id=757715
Diffstat (limited to 'daemon/gdm-session.h')
-rw-r--r--daemon/gdm-session.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon/gdm-session.h b/daemon/gdm-session.h
index 7cfaca18..a22c0954 100644
--- a/daemon/gdm-session.h
+++ b/daemon/gdm-session.h
@@ -137,6 +137,10 @@ const char *gdm_session_get_session_id (GdmSession *sessi
gboolean gdm_session_bypasses_xsession (GdmSession *session);
GdmSessionDisplayMode gdm_session_get_display_mode (GdmSession *session);
+#ifdef ENABLE_WAYLAND_SUPPORT
+void gdm_session_set_ignore_wayland (GdmSession *session,
+ gboolean ignore_wayland);
+#endif
gboolean gdm_session_start_conversation (GdmSession *session,
const char *service_name);
void gdm_session_stop_conversation (GdmSession *session,