From 4a14abf206c548b80f2942c4d42e23b0e97ddeb1 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Fri, 10 Feb 2023 15:14:58 +0100 Subject: Cleanup the D-Bus interfaces - most of the newer PackageManager signals were not exposed at all - some properties were not exposed consistently or used the wrong type - clarified the D-Bus policy settings in regards to properties Change-Id: I6875c0a0613a0a63af2386d311a1a6c7c0031b7b Pick-to: 6.5 Reviewed-by: Dominik Holland --- qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'qmltypes') diff --git a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes index 858fc226..608b8606 100644 --- a/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes +++ b/qmltypes/QtApplicationManager/SystemUI/plugins.qmltypes @@ -306,6 +306,10 @@ Module { Signal { name: "countChanged" } + Signal { + name: "slowAnimationsChanged" + Parameter { name: ""; type: "bool"; } + } Signal { name: "raiseApplicationWindow" Parameter { name: "applicationId"; type: "string"; } @@ -336,14 +340,6 @@ Module { Signal { name: "shutDownFinished" } - Signal { - name: "slowAnimationsChanged" - Parameter { name: ""; type: "bool"; } - } - Method { - name: "count" - type: "int" - } Method { name: "get" type: "QVariantMap" @@ -581,10 +577,6 @@ Module { Parameter { name: "id"; type: "uint"; } Parameter { name: "rolesChanged"; type: "QStringList"; } } - Method { - name: "count" - type: "int" - } Method { name: "get" type: "QVariantMap" -- cgit v1.2.1