~ci-train-bot/indicator-session/indicator-session-ubuntu-zesty-2188

« back to all changes in this revision

Viewing changes to src/backend-dbus/display-manager.xml

  • Committer: Charles Kerr
  • Date: 2013-03-22 21:34:34 UTC
  • mto: (384.2.29 ng)
  • mto: This revision was merged to the branch mainline in revision 399.
  • Revision ID: charles.kerr@canonical.com-20130322213434-a85qbob8bi4fvfx2
port indicator-session to GMenu/cmake. Code coverage increased from 0% to 95.4%.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
2
 
 
3
<node>
 
4
  <interface name="org.freedesktop.DisplayManager.Seat">
 
5
 
 
6
    <property name="CanSwitch" type="b" access="read"/>
 
7
 
 
8
    <property name="HasGuestAccount" type="b" access="read"/>
 
9
 
 
10
    <property name="Sessions" type="ao" access="read"/>
 
11
 
 
12
    <!-- Show greeter to allow new login / switch users -->
 
13
    <method name="SwitchToGreeter"/>
 
14
 
 
15
    <!-- Switch to a user, starting a new display if required -->
 
16
    <method name="SwitchToUser">
 
17
      <arg name="username" direction="in" type="s"/>
 
18
      <arg name="session_name" direction="in" type="s"/>
 
19
    </method>
 
20
 
 
21
    <!-- Switch to the guest user -->
 
22
    <method name="SwitchToGuest">
 
23
      <arg name="session_name" direction="in" type="s"/>
 
24
    </method>
 
25
 
 
26
    <method name='Lock'/>
 
27
 
 
28
  </interface>
 
29
 
 
30
</node>