summaryrefslogtreecommitdiff
path: root/daemon/gdm-manager.xml
diff options
context:
space:
mode:
authorIain Lane <iainl@gnome.org>2019-05-07 15:57:43 +0100
committerIain Lane <iain@orangesquash.org.uk>2019-05-29 15:53:35 +0000
commit9496f639715b1b8e31b2b0a5bd37a8b6761249b3 (patch)
tree37880b604c52db26e96b83d63c32eb25b357c6ed /daemon/gdm-manager.xml
parentc6c916b1fd3d03ce08d7f82a647ea8bb7e115bb9 (diff)
downloadgdm-9496f639715b1b8e31b2b0a5bd37a8b6761249b3.tar.gz
GdmManager, GdmDisplay: Add RegisterSession method
Window managers can use this to register with GDM when they've finished starting up and started displaying.
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 f11f3fb7..92ef1d02 100644
--- a/daemon/gdm-manager.xml
+++ b/daemon/gdm-manager.xml
@@ -4,6 +4,9 @@
<method name="RegisterDisplay">
<arg name="details" direction="in" type="a{ss}"/>
</method>
+ <method name="RegisterSession">
+ <arg name="details" direction="in" type="a{sv}"/>
+ </method>
<method name="OpenSession">
<arg name="address" direction="out" type="s"/>
</method>