aboutsummaryrefslogtreecommitdiff
path: root/src/display-manager.xml
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-03-22 16:34:34 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-03-22 16:34:34 -0500
commitae39f7001e5603010afc02de29787ade6d48ef14 (patch)
tree74c303a86603134fc2b86d1c428475a60e455e3f /src/display-manager.xml
parente4e327f139dd139a91893fc7f19061a37d4b47e9 (diff)
downloadayatana-indicator-session-ae39f7001e5603010afc02de29787ade6d48ef14.tar.gz
ayatana-indicator-session-ae39f7001e5603010afc02de29787ade6d48ef14.tar.bz2
ayatana-indicator-session-ae39f7001e5603010afc02de29787ade6d48ef14.zip
port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.
Diffstat (limited to 'src/display-manager.xml')
-rw-r--r--src/display-manager.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/display-manager.xml b/src/display-manager.xml
deleted file mode 100644
index 07b5f29..0000000
--- a/src/display-manager.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<!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.Seat">
-
- <property name="CanSwitch" type="b" access="read"/>
-
- <property name="HasGuestAccount" type="b" access="read"/>
-
- <property name="Sessions" type="ao" access="read"/>
-
- <!-- Show greeter to allow new login / switch users -->
- <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_name" direction="in" type="s"/>
- </method>
-
- <!-- Switch to the guest user -->
- <method name="SwitchToGuest">
- <arg name="session_name" direction="in" type="s"/>
- </method>
-
- <method name='Lock'/>
-
- </interface>
-
-</node>