blob: 0e1e9034daa8411c1ad81dd78cc7b2123b646b29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
<interface name="com.lomiri.Shell.Session">
<method name="Lock" />
<method name="PromptLock" />
<method name="RequestLogout" />
<method name="RequestReboot" />
<method name="RequestShutdown" />
</interface>
</node>
|