diff options
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.xml | 28 |
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 | |||