summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.h
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2014-06-05 17:01:48 -0400
committerRay Strode <rstrode@redhat.com>2014-06-05 17:19:33 -0400
commite24484f72bdf1d7c96131c6b7bae6409fabed210 (patch)
tree97054c10d0a1afb6cdce60300e8accc07997b4ea /daemon/gdm-session.h
parentef6954833cf43bef8306823d7fcfb6a04b903ad7 (diff)
downloadgdm-e24484f72bdf1d7c96131c6b7bae6409fabed210.tar.gz
manager: close up timed login race
Previously we would emit the timed-login-requested signal after the client connects, which might be before it was listening for the signal. Now we only emit the signal in direct response to a GetTimedLoginDetails call, which we make implicitly when the appropiate proxy interface is set up. https://bugzilla.gnome.org/show_bug.cgi?id=680348
Diffstat (limited to 'daemon/gdm-session.h')
-rw-r--r--daemon/gdm-session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-session.h b/daemon/gdm-session.h
index fe2eb538..8a2cb1b9 100644
--- a/daemon/gdm-session.h
+++ b/daemon/gdm-session.h
@@ -177,7 +177,7 @@ void gdm_session_select_session (GdmSession *session,
const char *session_name);
void gdm_session_select_user (GdmSession *session,
const char *username);
-void gdm_session_request_timed_login (GdmSession *session,
+void gdm_session_set_timed_login_details (GdmSession *session,
const char *username,
int delay);
gboolean gdm_session_client_is_connected (GdmSession *session);