summaryrefslogtreecommitdiff
path: root/daemon/gdm-session.xml
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2012-07-09 21:33:10 -0400
committerRay Strode <rstrode@redhat.com>2012-07-17 04:14:55 -0400
commit4f86de30a115a77cf61b4652fef53f9f0517fc0b (patch)
tree0b3044dd09289d4c802fa07bf48af47f0589952e /daemon/gdm-session.xml
parente0a3c565625e7ef6cfa6082e25699b8bc1fbe39f (diff)
downloadgdm-4f86de30a115a77cf61b4652fef53f9f0517fc0b.tar.gz
worker: propagate 'is local' to session worker
It's needed by ConsoleKit and it will be needed for starting reauthentication sessions.
Diffstat (limited to 'daemon/gdm-session.xml')
-rw-r--r--daemon/gdm-session.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/gdm-session.xml b/daemon/gdm-session.xml
index 292d4165..ad20adf6 100644
--- a/daemon/gdm-session.xml
+++ b/daemon/gdm-session.xml
@@ -106,6 +106,7 @@
<arg name="display_device" type="s"/>
<arg name="display_seat" type="s"/>
<arg name="hostname" type="s"/>
+ <arg name="display_is_local" type="b"/>
</signal>
<signal name="SetupForUser">
<arg name="service_name" type="s"/>
@@ -115,6 +116,7 @@
<arg name="display_device" type="s"/>
<arg name="display_seat" type="s"/>
<arg name="hostname" type="s"/>
+ <arg name="display_is_local" type="b"/>
</signal>
<signal name="SetupForProgram">
<arg name="service_name" type="s"/>
@@ -123,6 +125,7 @@
<arg name="display_device" type="s"/>
<arg name="display_seat" type="s"/>
<arg name="hostname" type="s"/>
+ <arg name="display_is_local" type="b"/>
<arg name="log_file" type="s"/>
</signal>
<signal name="Authenticate">