Warning, /pim/itinerary/src/solidextras/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"
0002 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0003 <!--
0004  SPDX-FileCopyrightText: 2012 The Idle Inhibition Service API Authors
0005  SPDX-License-Identifier: LGPL-2.0-or-later
0006 -->
0007 <node>
0008 <interface name="org.freedesktop.ScreenSaver">
0009 <signal name="ActiveChanged">
0010 <arg type="b"/>
0011 </signal>
0012 <method name="Lock"/>
0013 <method name="SimulateUserActivity"/>
0014 <method name="GetActive">
0015 <arg direction="out" type="b"/>
0016 </method>
0017 <method name="GetActiveTime">
0018 <arg direction="out" type="u" name="seconds"/>
0019 </method>
0020 <method name="GetSessionIdleTime">
0021 <arg direction="out" type="u" name="seconds"/>
0022 </method>
0023 <method name="SetActive">
0024 <arg direction="out" type="b"/>
0025 <arg direction="in" type="b" name="e"/>
0026 </method>
0027 <method name="Inhibit">
0028 <arg direction="in" type="s" name="application_name"/>
0029 <arg direction="in" type="s" name="reason_for_inhibit"/>
0030 <arg direction="out" type="u" name="cookie"/>
0031 </method>
0032 <method name="UnInhibit">
0033 <arg direction="in" type="u" name="cookie"/>
0034 </method>
0035 <method name="Throttle">
0036 <arg direction="in" type="s" name="application_name"/>
0037 <arg direction="in" type="s" name="reason_for_inhibit"/>
0038 <arg direction="out" type="u" name="cookie"/>
0039 </method>
0040 <method name="UnThrottle">
0041 <arg direction="in" type="u" name="cookie"/>
0042 </method>
0043 </interface>
0044 <interface name="org.kde.screensaver">
0045 <method name="SwitchUser"/>
0046 <method name="configure"/>
0047 </interface>
0048 <interface name="org.freedesktop.DBus.Properties">
0049 <method name="Get">
0050 <arg name="interface_name" type="s" direction="in"/>
0051 <arg name="property_name" type="s" direction="in"/>
0052 <arg name="value" type="v" direction="out"/>
0053 </method>
0054 <method name="Set">
0055 <arg name="interface_name" type="s" direction="in"/>
0056 <arg name="property_name" type="s" direction="in"/>
0057 <arg name="value" type="v" direction="in"/>
0058 </method>
0059 <method name="GetAll">
0060 <arg name="interface_name" type="s" direction="in"/>
0061 <arg name="values" type="a{sv}" direction="out"/>
0062 <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
0063 </method>
0064 <signal name="PropertiesChanged">
0065 <arg name="interface_name" type="s" direction="out"/>
0066 <arg name="changed_properties" type="a{sv}" direction="out"/>
0067 <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
0068 <arg name="invalidated_properties" type="as" direction="out"/>
0069 </signal>
0070 </interface>
0071 <interface name="org.freedesktop.DBus.Introspectable">
0072 <method name="Introspect">
0073 <arg name="xml_data" type="s" direction="out"/>
0074 </method>
0075 </interface>
0076 <interface name="org.freedesktop.DBus.Peer">
0077 <method name="Ping"/>
0078 <method name="GetMachineId">
0079 <arg name="machine_uuid" type="s" direction="out"/>
0080 </method>
0081 </interface>
0082 </node>