summaryrefslogtreecommitdiff
path: root/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml')
-rw-r--r--x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml39
1 files changed, 20 insertions, 19 deletions
diff --git a/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml b/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml
index bf6a73cf3c0f..56ce41638f6d 100644
--- a/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml
+++ b/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml
@@ -1,25 +1,26 @@
-<!-- $OpenBSD: org.freedesktop.ConsoleKit.Manager.xml,v 1.1 2019/01/17 19:00:46 ajacoutot Exp $ -->
-
<node>
<interface name="org.freedesktop.ConsoleKit.Manager">
- <method name="Suspend">
- <arg type="b" direction="in"/>
- </method>
- <method name="CanSuspend">
- <arg type="s" direction="out"/>
- </method>
- <method name="Inhibit">
- <arg type="s" direction="in"/>
- <arg type="s" direction="in"/>
- <arg type="s" direction="in"/>
- <arg type="s" direction="in"/>
- <arg type="h" direction="out"/>
- </method>
- <signal name="PrepareForSleep">
- <arg type="b" direction="out"/>
- </signal>
+ <method name="Suspend">
+ <arg type="b" direction="in"/>
+ </method>
+ <method name="CanSuspend">
+ <arg type="s" direction="out"/>
+ </method>
+ <method name="Inhibit">
+ <arg type="s" direction="in"/>
+ <arg type="s" direction="in"/>
+ <arg type="s" direction="in"/>
+ <arg type="s" direction="in"/>
+ <arg type="h" direction="out"/>
+ </method>
<method name="GetCurrentSession">
<arg type="o" direction="out"/>
</method>
- </interface>
+ <method name="ListSessions">
+ <arg name="sessions" type="a(susso)" direction="out"/>
+ </method>
+ <signal name="PrepareForSleep">
+ <arg type="b" direction="out"/>
+ </signal>
+ </interface>
</node>