mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2020 Luca Weiss
|
|
- SPDX-FileCopyrightText: 2020 Bhushan Shah <bshah@kde.org>
|
|
- SPDX-FileCopyrightText: 2018 Kai Uwe Broulik <kde@privat.broulik.de>
|
|
- SPDX-FileCopyrightText: 2013-2014 Daniel Vrátil <dvratil@kde.org>
|
|
- SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
<node>
|
|
<interface name="org.kde.KScreen">
|
|
<method name="applyLayoutPreset">
|
|
<arg type="s" name="presetName" direction="in" />
|
|
</method>
|
|
<method name="getAutoRotate">
|
|
<arg type="b" direction="out" />
|
|
</method>
|
|
<method name="setAutoRotate">
|
|
<arg type="b" name="value" direction="in" />
|
|
</method>
|
|
<signal name="outputConnected">
|
|
<arg type="s" name="outputName" direction="out" />
|
|
</signal>
|
|
<signal name="unknownOutputConnected">
|
|
<arg type="s" name="outputName" direction="out" />
|
|
</signal>
|
|
</interface>
|
|
</node>
|