aboutsummaryrefslogtreecommitdiff
path: root/src/display-manager.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-07 11:17:08 -0500
committerTed Gould <ted@gould.cx>2011-07-07 11:17:08 -0500
commit4a1f15a5654e4b07e02722a047b9a3c8d17ef36f (patch)
tree8c7308b206d76a0ed5f9b57de9ee90999e73bafa /src/display-manager.xml
parent1bfebb7910321dbbd16778d58c553e3f47e46220 (diff)
parentb72bf40900ba80ea1dbfc5fc751e3fd63ae0c5dd (diff)
downloadayatana-indicator-session-4a1f15a5654e4b07e02722a047b9a3c8d17ef36f.tar.gz
ayatana-indicator-session-4a1f15a5654e4b07e02722a047b9a3c8d17ef36f.tar.bz2
ayatana-indicator-session-4a1f15a5654e4b07e02722a047b9a3c8d17ef36f.zip
* New upstream release.
* Integrates with LightDM now * Moved to libindicator 0.4
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>