Warning, /plasma/kscreen/kded/org.kde.KScreen.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: 2020-2022 Luca Weiss <luca@z3ntu.xyz>
0005 - SPDX-FileCopyrightText: 2020 Bhushan Shah <bshah@kde.org>
0006 - SPDX-FileCopyrightText: 2018 Kai Uwe Broulik <kde@privat.broulik.de>
0007 - SPDX-FileCopyrightText: 2013-2014 Daniel Vrátil <dvratil@kde.org>
0008 - SPDX-License-Identifier: GPL-2.0-or-later
0009 -->
0010 <node>
0011     <interface name="org.kde.KScreen">
0012         <method name="applyLayoutPreset">
0013             <arg type="s" name="presetName" direction="in" />
0014         </method>
0015         <method name="getAutoRotate">
0016             <arg type="b" direction="out" />
0017         </method>
0018         <method name="setAutoRotate">
0019             <arg type="b" name="value" direction="in" />
0020         </method>
0021         <method name="isAutoRotateAvailable">
0022             <arg type="b" direction="out" />
0023         </method>
0024         <signal name="outputConnected">
0025             <arg type="s" name="outputName" direction="out" />
0026         </signal>
0027         <signal name="unknownOutputConnected">
0028             <arg type="s" name="outputName" direction="out" />
0029         </signal>
0030     </interface>
0031 </node>