summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@src.gnome.org>2007-05-16 17:38:16 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2007-05-16 17:38:16 +0000
commitd3d96c47dcaf36e6e1206ce15af8d09068f8c2bb (patch)
tree107d442cc28f7479e25e39572df37fecf073646a /daemon/gdm-display.xml
parent83c224157e0cd0c6dbea5e721adef2aea1adf27a (diff)
downloadgdm-d3d96c47dcaf36e6e1206ce15af8d09068f8c2bb.tar.gz
Add new md5 code to common. Replace cookie generation code.
Remove some dead code from gdm-common. Set xauth stuff in slave correctly. Greeter now starts on xdmcp. svn path=/branches/mccann-gobject/; revision=4937
Diffstat (limited to 'daemon/gdm-display.xml')
-rw-r--r--daemon/gdm-display.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/daemon/gdm-display.xml b/daemon/gdm-display.xml
index 80037db6..1a99d4d3 100644
--- a/daemon/gdm-display.xml
+++ b/daemon/gdm-display.xml
@@ -7,6 +7,12 @@
<method name="GetX11Display">
<arg name="name" direction="out" type="s"/>
</method>
+ <method name="GetX11Cookie">
+ <arg name="x11_cookie" direction="out" type="s"/>
+ </method>
+ <method name="GetX11AuthorityFile">
+ <arg name="filename" direction="out" type="s"/>
+ </method>
<method name="IsLocal">
<arg name="local" direction="out" type="b"/>
</method>