summaryrefslogtreecommitdiff
path: root/daemon/gdm-product-display.xml
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@src.gnome.org>2007-06-18 21:47:18 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2007-06-18 21:47:18 +0000
commit31cdefaec56f92e868e345fb342499605a927aee (patch)
treec3b19082fd447ee63de277c4a495191a9d445dac /daemon/gdm-product-display.xml
parentdf894c228170ab2e2d8a9d0a56a986add1a11e27 (diff)
downloadgdm-31cdefaec56f92e868e345fb342499605a927aee.tar.gz
Relay messages between displays. Actually kinda works.
svn path=/branches/mccann-gobject/; revision=5006
Diffstat (limited to 'daemon/gdm-product-display.xml')
-rw-r--r--daemon/gdm-product-display.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/daemon/gdm-product-display.xml b/daemon/gdm-product-display.xml
index df8e8ba5..b8d31c3d 100644
--- a/daemon/gdm-product-display.xml
+++ b/daemon/gdm-product-display.xml
@@ -1,11 +1,8 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.gnome.DisplayManager.ProductDisplay">
- <method name="GetGreeterServerAddress">
+ <method name="GetRelayAddress">
<arg name="address" direction="out" type="s"/>
</method>
- <method name="SetGreeterServerAddress">
- <arg name="address" direction="in" type="s"/>
- </method>
</interface>
</node>