Warning, /plasma/kscreenlocker/dbus/org.freedesktop.ScreenSaver.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.freedesktop.ScreenSaver">
0004     <signal name="ActiveChanged">
0005       <arg type="b"/>
0006     </signal>
0007     <method name="Lock">
0008     </method>
0009     <method name="SimulateUserActivity">
0010     </method>
0011     <method name="GetActive">
0012       <arg type="b" direction="out"/>
0013     </method>
0014     <method name="GetActiveTime">
0015       <arg name="seconds" type="u" direction="out"/>
0016     </method>
0017     <method name="GetSessionIdleTime">
0018       <arg name="seconds" type="u" direction="out"/>
0019     </method>
0020     <method name="SetActive">
0021       <arg type="b" direction="out"/>
0022       <arg name="e" type="b" direction="in"/>
0023     </method>
0024     <method name="Inhibit">
0025       <arg name="application_name" type="s" direction="in"/>
0026       <arg name="reason_for_inhibit" type="s" direction="in"/>
0027       <arg name="cookie" type="u" direction="out"/>
0028     </method>
0029     <method name="UnInhibit">
0030       <arg name="cookie" type="u" direction="in"/>
0031     </method>
0032     <method name="Throttle">
0033       <arg name="application_name" type="s" direction="in"/>
0034       <arg name="reason_for_inhibit" type="s" direction="in"/>
0035       <arg name="cookie" type="u" direction="out"/>
0036     </method>
0037     <method name="UnThrottle">
0038       <arg name="cookie" type="u" direction="in"/>
0039     </method>
0040   </interface>
0041 </node>