1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <interface name="org.freedesktop.ScreenSaver">
4 <signal name="ActiveChanged">
9 <method name="SimulateUserActivity">
11 <method name="GetActive">
12 <arg type="b" direction="out"/>
14 <method name="GetActiveTime">
15 <arg name="seconds" type="u" direction="out"/>
17 <method name="GetSessionIdleTime">
18 <arg name="seconds" type="u" direction="out"/>
20 <method name="SetActive">
21 <arg type="b" direction="out"/>
22 <arg name="e" type="b" direction="in"/>
24 <method name="Inhibit">
25 <arg name="application_name" type="s" direction="in"/>
26 <arg name="reason_for_inhibit" type="s" direction="in"/>
27 <arg name="cookie" type="u" direction="out"/>
29 <method name="UnInhibit">
30 <arg name="cookie" type="u" direction="in"/>
32 <method name="Throttle">
33 <arg name="application_name" type="s" direction="in"/>
34 <arg name="reason_for_inhibit" type="s" direction="in"/>
35 <arg name="cookie" type="u" direction="out"/>
37 <method name="UnThrottle">
38 <arg name="cookie" type="u" direction="in"/>