diff options
Diffstat (limited to 'x11/gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml')
-rw-r--r-- | x11/gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml b/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml index ffa38faf1326..d8325c124847 100644 --- a/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml +++ b/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml @@ -1,11 +1,13 @@ -<!-- $OpenBSD: org.freedesktop.ConsoleKit.Session.xml,v 1.1 2019/01/17 19:00:46 ajacoutot Exp $ --> - <node> <interface name="org.freedesktop.ConsoleKit.Session"> - <signal name="Lock" /> - <signal name="Unlock" /> - <method name="SetLockedHint"> - <arg type="b" direction="in"/> - </method> - </interface> + <signal name="Lock"/> + <signal name="Unlock"/> + <property name="active" type="b" access="read"/> + <property name="session-class" type="s" access="read"/> + <property name="session-state" type="s" access="read"/> + <property name="session-type" type="s" access="read"/> + <method name="SetLockedHint"> + <arg type="b" direction="in"/> + </method> + </interface> </node> |