summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-04-10 08:56:10 -0400
committerRay Strode <rstrode@redhat.com>2014-04-10 13:23:22 -0400
commit559fa86ea593fcc89a23e76f41e0cd4520383698 (patch)
tree66881cb02582f4dc37665ee4645d20156c8c2bb9 /daemon/gdm-session.h
parente546e4dc6649a4fdf9065322420a28fa7e666782 (diff)
downloadgdm-559fa86ea593fcc89a23e76f41e0cd4520383698.tar.gz
session: introduce new client-rejected signal
If a client gets rejected because it's not allowed to connect to a particular session, we really need to inform the owner of the session object so it can do any clean up it needs to do, if necessary. https://bugzilla.gnome.org/show_bug.cgi?id=727982
Diffstat (limited to 'daemon/gdm-session.h')
-rw-r--r--daemon/gdm-session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gdm-session.h b/daemon/gdm-session.h
index 8bc8a576..fe2eb538 100644
--- a/daemon/gdm-session.h
+++ b/daemon/gdm-session.h
@@ -78,6 +78,7 @@ typedef struct
gboolean client_is_ready);
void (* cancelled) (GdmSession *session);
+ void (* client_rejected) (GdmSession *session);
void (* client_connected) (GdmSession *session);
void (* client_disconnected) (GdmSession *session);
void (* disconnected) (GdmSession *session);