diff options
Diffstat (limited to 'x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml')
-rw-r--r-- | x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml | 42 |
1 files changed, 22 insertions, 20 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..aff663e3f53b 100644 --- a/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml +++ b/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml @@ -1,25 +1,27 @@ -<!-- $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="GetCurrentSession"> + <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="GetSessionForCookie"> + <arg type="s" direction="in"/> <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> |