aboutsummaryrefslogtreecommitdiff
path: root/src/display-manager.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 11:15:42 -0500
committerTed Gould <ted@gould.cx>2011-07-07 11:15:42 -0500
commitb72bf40900ba80ea1dbfc5fc751e3fd63ae0c5dd (patch)
tree614a02a202615edbda5d2c046bdffe72867efe4d /src/display-manager.xml
parent026af1ce978c413338d2b7cfecbf58d285d9f89a (diff)
parent0de4e5ebeb0abccc57c7bde676d0d3b5d87a6a2c (diff)
downloadayatana-indicator-session-b72bf40900ba80ea1dbfc5fc751e3fd63ae0c5dd.tar.gz
ayatana-indicator-session-b72bf40900ba80ea1dbfc5fc751e3fd63ae0c5dd.tar.bz2
ayatana-indicator-session-b72bf40900ba80ea1dbfc5fc751e3fd63ae0c5dd.zip
Import upstream version 0.2.91
Diffstat (limited to 'src/display-manager.xml')
-rw-r--r--src/display-manager.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/display-manager.xml b/src/display-manager.xml
new file mode 100644
index 0000000..004eca1
--- /dev/null
+++ b/src/display-manager.xml
@@ -0,0 +1,17 @@
+<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<node>
+ <interface name="org.freedesktop.DisplayManager">
+
+ <!-- Show greeter to allow new login / switch users -->
+ <method name="ShowGreeter"/>
+
+ <!-- Switch to a user, starting a new display if required -->
+ <method name="SwitchToUser">
+ <arg name="username" direction="in" type="s"/>
+ </method>
+
+ <!-- Switch to the guest user -->
+ <method name="SwitchToGuest"/>
+
+ </interface>
+</node>