summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.DBus.Properties.xml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-09-11 22:52:35 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-09-11 22:52:35 +0200
commitdd2df931a3be1a6518c1e9fbff438de4274456cd (patch)
tree50d203bcaa0e2d3af8f2d88536e38e0f0ee81c67 /accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.DBus.Properties.xml
parentaebd3235d755cb1ff95995b461e497fea2d52e8b (diff)
downloadnixos-dd2df931a3be1a6518c1e9fbff438de4274456cd.tar
nixos-dd2df931a3be1a6518c1e9fbff438de4274456cd.tar.gz
nixos-dd2df931a3be1a6518c1e9fbff438de4274456cd.tar.bz2
nixos-dd2df931a3be1a6518c1e9fbff438de4274456cd.tar.xz
nixos-dd2df931a3be1a6518c1e9fbff438de4274456cd.zip
...
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.DBus.Properties.xml')
-rw-r--r--accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.DBus.Properties.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.DBus.Properties.xml b/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.DBus.Properties.xml
new file mode 100644
index 00000000..7588e7a5
--- /dev/null
+++ b/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.DBus.Properties.xml
@@ -0,0 +1,28 @@
1<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3<node>
4 <interface name="org.freedesktop.DBus.Properties">
5 <method name="Get">
6 <arg name="interface_name" direction="in" type="s"/>
7 <arg name="property_name" direction="in" type="s"/>
8 <arg name="value" direction="out" type="v"/>
9 </method>
10 <method name="GetAll">
11 <arg name="interface_name" direction="in" type="s"/>
12 <arg name="props" direction="out" type="a{sv}"/>
13 <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
14 </method>
15 <method name="Set">
16 <arg name="interface_name" direction="in" type="s"/>
17 <arg name="property_name" direction="in" type="s"/>
18 <arg name="value" direction="in" type="v"/>
19 </method>
20 <signal name="PropertiesChanged">
21 <arg type="s" name="interface_name"/>
22 <arg type="a{sv}" name="changed_properties"/>
23 <annotation name="org.qtproject.QtDBus.QtTypeName.Out1" value="QVariantMap"/>
24 <arg type="as" name="invalidated_properties"/>
25 </signal>
26 </interface>
27</node>
28