summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.xml
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-02-25 12:32:21 -0500
committerRay Strode <rstrode@redhat.com>2014-03-17 16:32:17 -0400
commitd7aa7246d7c6d2bc13bc513c29f3e7ce2a0ff2cc (patch)
tree31769ab3e3466df6feb558b1a90963d7b3c5779e /daemon/gdm-display.xml
parent236102c0e17a1b13328dd86f60cc0495ebd3d03b (diff)
downloadgdm-d7aa7246d7c6d2bc13bc513c29f3e7ce2a0ff2cc.tar.gz
Integrate the slaves into the main daemon process
For no particular reason, the slave has been kept as a separate process. Integrate this into the main display process by simply making the display keep a handle to a GdmSlave object. To keep the cleanup simple, we won't remove the GdmSlave subtypes yet. A future cleanup should merge the slave functionality into GdmDisplay and its subtypes. https://bugzilla.gnome.org/show_bug.cgi?id=726380
Diffstat (limited to 'daemon/gdm-display.xml')
-rw-r--r--daemon/gdm-display.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/daemon/gdm-display.xml b/daemon/gdm-display.xml
index 48d03dbe..bc279958 100644
--- a/daemon/gdm-display.xml
+++ b/daemon/gdm-display.xml
@@ -37,12 +37,6 @@
<method name="RemoveUserAuthorization">
<arg name="username" direction="in" type="s"/>
</method>
- <method name="GetSlaveBusName">
- <arg name="name" direction="out" type="s"/>
- </method>
- <method name="SetSlaveBusName">
- <arg name="name" direction="in" type="s"/>
- </method>
<method name="GetTimedLoginDetails">
<arg name="enabled" direction="out" type="b"/>
<arg name="username" direction="out" type="s"/>