aboutsummaryrefslogtreecommitdiff
path: root/src/display-manager.xml
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-08-10 18:01:29 +0100
committerConor Curran <conor.curran@canonical.com>2011-08-10 18:01:29 +0100
commit357374acb2a641a9c5d70cb6149293a0a07770f3 (patch)
tree8c8ac5869ebb4908f537e05f28db27261dabd180 /src/display-manager.xml
parenta1a7357b58d182e077ebfe8fb11c083e5eb18839 (diff)
parent853ad495b863c179792044f1a74e8556d04e32db (diff)
downloadayatana-indicator-session-357374acb2a641a9c5d70cb6149293a0a07770f3.tar.gz
ayatana-indicator-session-357374acb2a641a9c5d70cb6149293a0a07770f3.tar.bz2
ayatana-indicator-session-357374acb2a641a9c5d70cb6149293a0a07770f3.zip
merged the lightdb dbus changes and the apt restartrequired awareness
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>