diff options
author | Ted Gould <ted@gould.cx> | 2011-07-07 11:17:08 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-07 11:17:08 -0500 |
commit | 4a1f15a5654e4b07e02722a047b9a3c8d17ef36f (patch) | |
tree | 8c7308b206d76a0ed5f9b57de9ee90999e73bafa /src/display-manager.xml | |
parent | 1bfebb7910321dbbd16778d58c553e3f47e46220 (diff) | |
parent | b72bf40900ba80ea1dbfc5fc751e3fd63ae0c5dd (diff) | |
download | ayatana-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.xml | 17 |
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> |