aboutsummaryrefslogtreecommitdiff
path: root/src/display-manager.xml
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2011-07-28 12:41:59 -0400
committerMichael Terry <michael.terry@canonical.com>2011-07-28 12:41:59 -0400
commitab746cb4fde79721ddf85761a6496555206fd89b (patch)
treea2b713518aa9a7e3ab23eab9867216e5202f9ce6 /src/display-manager.xml
parenta1a7357b58d182e077ebfe8fb11c083e5eb18839 (diff)
downloadayatana-indicator-session-ab746cb4fde79721ddf85761a6496555206fd89b.tar.gz
ayatana-indicator-session-ab746cb4fde79721ddf85761a6496555206fd89b.tar.bz2
ayatana-indicator-session-ab746cb4fde79721ddf85761a6496555206fd89b.zip
update interface with LightDM
Diffstat (limited to 'src/display-manager.xml')
-rw-r--r--src/display-manager.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/display-manager.xml b/src/display-manager.xml
index 004eca1..92f5e05 100644
--- a/src/display-manager.xml
+++ b/src/display-manager.xml
@@ -1,17 +1,20 @@
<!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">
+ <interface name="org.freedesktop.DisplayManager.Seat">
<!-- Show greeter to allow new login / switch users -->
- <method name="ShowGreeter"/>
+ <method name="SwitchToGreeter"/>
<!-- Switch to a user, starting a new display if required -->
<method name="SwitchToUser">
<arg name="username" direction="in" type="s"/>
+ <arg name="session" direction="in" type="s"/>
</method>
<!-- Switch to the guest user -->
- <method name="SwitchToGuest"/>
+ <method name="SwitchToGuest">
+ <arg name="session" direction="in" type="s"/>
+ </method>
</interface>
</node>