| Line | |
|---|
| 1 | <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> |
|---|
| 2 | <node> |
|---|
| 3 | <interface name="org.freedesktop.DisplayManager"> |
|---|
| 4 | |
|---|
| 5 | <!-- Show greeter to allow new login / switch users --> |
|---|
| 6 | <method name="SwitchToGreeter"/> |
|---|
| 7 | |
|---|
| 8 | <!-- Switch to a user, starting a new display if required --> |
|---|
| 9 | <method name="SwitchToUser"> |
|---|
| 10 | <arg name="username" direction="in" type="s"/> |
|---|
| 11 | </method> |
|---|
| 12 | |
|---|
| 13 | <!-- Switch to the guest user --> |
|---|
| 14 | <method name="SwitchToGuest"/> |
|---|
| 15 | |
|---|
| 16 | </interface> |
|---|
| 17 | </node> |
|---|