ports/x11/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml
Olivier Duchateau 76d99deea5 x11/gnome-shell: update to 47.7
PR:	286697
2025-06-10 15:46:22 +02:00

28 lines
801 B
XML

<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>
<method name="GetSessionForCookie">
<arg type="s" direction="in"/>
<arg type="o" direction="out"/>
</method>
<method name="ListSessions">
<arg name="sessions" type="a(susso)" direction="out"/>
</method>
<signal name="PrepareForSleep">
<arg type="b" direction="out"/>
</signal>
</interface>
</node>