summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.xml
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-05-03 18:29:00 +0200
committerRay Strode <rstrode@redhat.com>2012-07-17 03:38:10 -0400
commitdddeab1c9223cc5d8427217846faa2b40e45c116 (patch)
tree552269cc906a717cc98124296653cd6a26902471 /daemon/gdm-display.xml
parent0478d42218f7ba14db4d6952d4f92701d673ba9c (diff)
downloadgdm-dddeab1c9223cc5d8427217846faa2b40e45c116.tar.gz
daemon: Port display handling to GDBus
This is one big commit because it uses generated code both in the daemon and in the slaves, so we need to port both at the same time. https://bugzilla.gnome.org/show_bug.cgi?id=622888
Diffstat (limited to 'daemon/gdm-display.xml')
-rw-r--r--daemon/gdm-display.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/gdm-display.xml b/daemon/gdm-display.xml
index a92e37fc..13c734d2 100644
--- a/daemon/gdm-display.xml
+++ b/daemon/gdm-display.xml
@@ -32,6 +32,9 @@
<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>