aboutsummaryrefslogtreecommitdiff
path: root/src/backend-dbus/com.lomiri.Shell.Session.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend-dbus/com.lomiri.Shell.Session.xml')
-rw-r--r--src/backend-dbus/com.lomiri.Shell.Session.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/backend-dbus/com.lomiri.Shell.Session.xml b/src/backend-dbus/com.lomiri.Shell.Session.xml
new file mode 100644
index 0000000..0e1e903
--- /dev/null
+++ b/src/backend-dbus/com.lomiri.Shell.Session.xml
@@ -0,0 +1,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>