summaryrefslogtreecommitdiff
path: root/src/dbus-lib/io.qt.windowmanager.xml
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-02-10 15:14:58 +0100
committerRobert Griebl <robert.griebl@qt.io>2023-02-15 15:08:11 +0100
commit4a14abf206c548b80f2942c4d42e23b0e97ddeb1 (patch)
treeba713599d05f64b478f48446a1f3b3ea112f9f05 /src/dbus-lib/io.qt.windowmanager.xml
parent41bb52b0a2b02628247a4afd2513aa52a6da5cf6 (diff)
downloadqtapplicationmanager-4a14abf206c548b80f2942c4d42e23b0e97ddeb1.tar.gz
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 <dominik.holland@qt.io>
Diffstat (limited to 'src/dbus-lib/io.qt.windowmanager.xml')
-rw-r--r--src/dbus-lib/io.qt.windowmanager.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dbus-lib/io.qt.windowmanager.xml b/src/dbus-lib/io.qt.windowmanager.xml
index fa35aef5..8f3c5843 100644
--- a/src/dbus-lib/io.qt.windowmanager.xml
+++ b/src/dbus-lib/io.qt.windowmanager.xml
@@ -1,8 +1,15 @@
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="io.qt.WindowManager">
+ <property name="count" type="i" access="read"/>
<property name="runningOnDesktop" type="b" access="read"/>
<property name="slowAnimations" type="b" access="readwrite"/>
+ <property name="allowUnknownUiClients" type="b" access="read"/>
+ <signal name="countChanged">
+ </signal>
+ <signal name="slowAnimationsChanged">
+ <arg type="b" direction="out"/>
+ </signal>
<method name="makeScreenshot">
<arg type="b" direction="out"/>
<arg name="filename" type="s" direction="in"/>