summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.xml
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2009-03-16 20:15:55 +0000
committerRay Strode <halfline@src.gnome.org>2009-03-16 20:15:55 +0000
commit5e464319bdccf9a9c68496d31592ccf7766ce1a3 (patch)
treec69cebc9c3c81fb720d64a706c1e9302f683e58e /daemon/gdm-display.xml
parent8a3490706e1a85d8607a117a0387e83764dfc9db (diff)
downloadgdm-5e464319bdccf9a9c68496d31592ccf7766ce1a3.tar.gz
Fix the GetX11Cookie dbus method Send the cookie as a byte array instead
2009-03-16 Ray Strode <rstrode@redhat.com> Fix the GetX11Cookie dbus method * daemon/gdm-display.xml: Send the cookie as a byte array instead of utf-8 string * daemon/gdm-display.[ch] (gdm_display_get_x11_cookie): pass in a GArray instead of the more natural char array and size pointers to make dbus-glib happy. * daemon/gdm-xdmcp-display-factory.c (gdm_xdmcp_handle_request): Update to use new get_x11_cookie signature. svn path=/trunk/; revision=6781
Diffstat (limited to 'daemon/gdm-display.xml')
-rw-r--r--daemon/gdm-display.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-display.xml b/daemon/gdm-display.xml
index e8a23692..a92e37fc 100644
--- a/daemon/gdm-display.xml
+++ b/daemon/gdm-display.xml
@@ -11,7 +11,7 @@
<arg name="name" direction="out" type="i"/>
</method>
<method name="GetX11Cookie">
- <arg name="x11_cookie" direction="out" type="s"/>
+ <arg name="x11_cookie" direction="out" type="ay"/>
</method>
<method name="GetX11AuthorityFile">
<arg name="filename" direction="out" type="s"/>