[multimedia/haruna] /: org.freedesktop.ScreenSaver.xml: remove unused interfaces and interface members
George Florea Bănuș <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 73b28a6df6f18b2c27ef4a339244b7d62ac208b8 by George Florea Bănuș.
Committed on 09/08/2026 at 09:12.
Pushed by georgefb into branch 'master'.
org.freedesktop.ScreenSaver.xml: remove unused interfaces and interface members
and move license inside the file
M +5 -60 org.freedesktop.ScreenSaver.xml
D +0 -3 org.freedesktop.ScreenSaver.xml.license
https://invent.kde.org/multimedia/haruna/-/commit/73b28a6df6f18b2c27ef4a339244b7d62ac208b8
diff --git a/org.freedesktop.ScreenSaver.xml b/org.freedesktop.ScreenSaver.xml
index 0447701a..ad742f33 100644
--- a/org.freedesktop.ScreenSaver.xml
+++ b/org.freedesktop.ScreenSaver.xml
@@ -1,25 +1,12 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
+<!--
+ SPDX-FileCopyrightText: None
+
+ SPDX-License-Identifier: CC-BY-4.0
+ -->
<node>
<interface name="org.freedesktop.ScreenSaver">
-<signal name="ActiveChanged">
-<arg type="b"/>
-</signal>
-<method name="Lock"/>
-<method name="SimulateUserActivity"/>
-<method name="GetActive">
-<arg direction="out" type="b"/>
-</method>
-<method name="GetActiveTime">
-<arg direction="out" type="u" name="seconds"/>
-</method>
-<method name="GetSessionIdleTime">
-<arg direction="out" type="u" name="seconds"/>
-</method>
-<method name="SetActive">
-<arg direction="out" type="b"/>
-<arg direction="in" type="b" name="e"/>
-</method>
<method name="Inhibit">
<arg direction="in" type="s" name="application_name"/>
<arg direction="in" type="s" name="reason_for_inhibit"/>
@@ -28,47 +15,5 @@
<method name="UnInhibit">
<arg direction="in" type="u" name="cookie"/>
</method>
-<method name="Throttle">
-<arg direction="in" type="s" name="application_name"/>
-<arg direction="in" type="s" name="reason_for_inhibit"/>
-<arg direction="out" type="u" name="cookie"/>
-</method>
-<method name="UnThrottle">
-<arg direction="in" type="u" name="cookie"/>
-</method>
-</interface>
-<interface name="org.freedesktop.DBus.Properties">
-<method name="Get">
-<arg name="interface_name" type="s" direction="in"/>
-<arg name="property_name" type="s" direction="in"/>
-<arg name="value" type="v" direction="out"/>
-</method>
-<method name="Set">
-<arg name="interface_name" type="s" direction="in"/>
-<arg name="property_name" type="s" direction="in"/>
-<arg name="value" type="v" direction="in"/>
-</method>
-<method name="GetAll">
-<arg name="interface_name" type="s" direction="in"/>
-<arg name="values" type="a{sv}" direction="out"/>
-<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
-</method>
-<signal name="PropertiesChanged">
-<arg name="interface_name" type="s" direction="out"/>
-<arg name="changed_properties" type="a{sv}" direction="out"/>
-<annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
-<arg name="invalidated_properties" type="as" direction="out"/>
-</signal>
-</interface>
-<interface name="org.freedesktop.DBus.Introspectable">
-<method name="Introspect">
-<arg name="xml_data" type="s" direction="out"/>
-</method>
-</interface>
-<interface name="org.freedesktop.DBus.Peer">
-<method name="Ping"/>
-<method name="GetMachineId">
-<arg name="machine_uuid" type="s" direction="out"/>
-</method>
</interface>
</node>
diff --git a/org.freedesktop.ScreenSaver.xml.license b/org.freedesktop.ScreenSaver.xml.license
deleted file mode 100644
index f0460a46..00000000
--- a/org.freedesktop.ScreenSaver.xml.license
+++ /dev/null
@@ -1,3 +0,0 @@
-SPDX-FileCopyrightText: 2020 George Florea Bănuș <[email protected]>
-
-SPDX-License-Identifier: CC-BY-4.0