summaryrefslogtreecommitdiff
path: root/daemon/gdm-display.xml
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/gdm-display.xml')
-rw-r--r--daemon/gdm-display.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/daemon/gdm-display.xml b/daemon/gdm-display.xml
index a92e37fc..c4d0b352 100644
--- a/daemon/gdm-display.xml
+++ b/daemon/gdm-display.xml
@@ -4,11 +4,17 @@
<method name="GetId">
<arg name="id" direction="out" type="o"/>
</method>
+ <method name="GetX11Command">
+ <arg name="command" direction="out" type="s"/>
+ </method>
<method name="GetX11DisplayName">
<arg name="name" direction="out" type="s"/>
</method>
+ <method name="GetX11DisplayType">
+ <arg name="type" direction="out" type="s"/>
+ </method>
<method name="GetX11DisplayNumber">
- <arg name="name" direction="out" type="i"/>
+ <arg name="number" direction="out" type="i"/>
</method>
<method name="GetX11Cookie">
<arg name="x11_cookie" direction="out" type="ay"/>
@@ -17,7 +23,14 @@
<arg name="filename" direction="out" type="s"/>
</method>
<method name="GetSeatId">
- <arg name="filename" direction="out" type="s"/>
+ <arg name="seat_id" direction="out" type="s"/>
+ </method>
+ <method name="GetSessionId">
+ <arg name="session_id" direction="out" type="s"/>
+ </method>
+ <method name="BlockConsoleSessionRequests">
+ </method>
+ <method name="UnblockConsoleSessionRequests">
</method>
<method name="GetRemoteHostname">
<arg name="hostname" direction="out" type="s"/>
@@ -25,6 +38,9 @@
<method name="IsLocal">
<arg name="local" direction="out" type="b"/>
</method>
+ <method name="UseAuth">
+ <arg name="use_auth" direction="out" type="b"/>
+ </method>
<method name="AddUserAuthorization">
<arg name="username" direction="in" type="s"/>
<arg name="filename" direction="out" type="s"/>
@@ -32,6 +48,9 @@
<method name="RemoveUserAuthorization">
<arg name="username" direction="in" type="s"/>
</method>
+ <method name="SetSessionId">
+ <arg name="session_id" direction="in" type="s"/>
+ </method>
<method name="SetSlaveBusName">
<arg name="name" direction="in" type="s"/>
</method>