summaryrefslogtreecommitdiff
path: root/daemon/gdm-manager.xml
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-13 13:41:16 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:13 -0500
commitad9b9ff17f1814433241660d94ef6b3b5ef1a8fd (patch)
treecd33b489376b69ec2b9570f86c7c763946002776 /daemon/gdm-manager.xml
parent911495f189d72e1a3e755cd659af2cced3f30254 (diff)
downloadgdm-ad9b9ff17f1814433241660d94ef6b3b5ef1a8fd.tar.gz
manager: add way for displays to register themselves
The plan is to start the X server implicitly as part of starting the session. Once we do that, we'll need some way to communicate that the X server started successfully. This commit adds a RegisterX11Display method to GdmManager to handle that. https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'daemon/gdm-manager.xml')
-rw-r--r--daemon/gdm-manager.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/gdm-manager.xml b/daemon/gdm-manager.xml
index d3bb3b2e..f11f3fb7 100644
--- a/daemon/gdm-manager.xml
+++ b/daemon/gdm-manager.xml
@@ -1,6 +1,9 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/org/gnome/DisplayManager/Manager">
<interface name="org.gnome.DisplayManager.Manager">
+ <method name="RegisterDisplay">
+ <arg name="details" direction="in" type="a{ss}"/>
+ </method>
<method name="OpenSession">
<arg name="address" direction="out" type="s"/>
</method>