summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.xml
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-17 16:18:15 -0500
committerRay Strode <rstrode@redhat.com>2015-02-18 17:34:14 -0500
commit4aa775b748f79bfc5b37a191184f32e212dd679d (patch)
treeb131dd3615dc0d243c4a39138891ca9591408bdd /daemon/gdm-display.xml
parentd1058c37f5705854b4fe48d71dd39104686cdaca (diff)
downloadgdm-4aa775b748f79bfc5b37a191184f32e212dd679d.tar.gz
display: don't export so much stuff over system bus
When the slave was in a different process we needed to interact with the display in the manager process remotely. Now it's all one process and we don't, so clean up what gets exported over the bus. https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'daemon/gdm-display.xml')
-rw-r--r--daemon/gdm-display.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/daemon/gdm-display.xml b/daemon/gdm-display.xml
index bc279958..3e9b5d86 100644
--- a/daemon/gdm-display.xml
+++ b/daemon/gdm-display.xml
@@ -7,17 +7,6 @@
<method name="GetX11DisplayName">
<arg name="name" direction="out" type="s"/>
</method>
- <method name="GetX11DisplayNumber">
- <arg name="name" direction="out" type="i"/>
- </method>
- <method name="GetX11Cookie">
- <arg name="x11_cookie" direction="out" type="ay">
- <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/>
- </arg>
- </method>
- <method name="GetX11AuthorityFile">
- <arg name="filename" direction="out" type="s"/>
- </method>
<method name="GetSeatId">
<arg name="filename" direction="out" type="s"/>
</method>
@@ -30,17 +19,5 @@
<method name="IsLocal">
<arg name="local" direction="out" type="b"/>
</method>
- <method name="AddUserAuthorization">
- <arg name="username" direction="in" type="s"/>
- <arg name="filename" direction="out" type="s"/>
- </method>
- <method name="RemoveUserAuthorization">
- <arg name="username" direction="in" type="s"/>
- </method>
- <method name="GetTimedLoginDetails">
- <arg name="enabled" direction="out" type="b"/>
- <arg name="username" direction="out" type="s"/>
- <arg name="delay" direction="out" type="i"/>
- </method>
</interface>
</node>