summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.xml
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.xml
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.xml')
-rw-r--r--daemon/gdm-session.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/daemon/gdm-session.xml b/daemon/gdm-session.xml
index 97216c33..2a83087b 100644
--- a/daemon/gdm-session.xml
+++ b/daemon/gdm-session.xml
@@ -85,6 +85,11 @@
<method name="BeginAutoLogin">
<arg name="username" direction="in" type="s"/>
</method>
+ <method name="GetTimedLoginDetails">
+ <arg name="enabled" direction="out" type="b"/>
+ <arg name="username" direction="out" type="s"/>
+ <arg name="delay" direction="out" type="i"/>
+ </method>
<method name="StartSessionWhenReady">
<arg name="service_name" direction="in" type="s"/>
<arg name="should_start_session" direction="in" type="b"/>