summaryrefslogtreecommitdiff
path: root/src/org.freedesktop.DBus.xml
diff options
context:
space:
mode:
authorFabien Proriol <fabien.proriol@kazoe.org>2025-05-25 17:58:09 +0200
committerFabien Proriol <fabien.proriol@kazoe.org>2025-05-26 18:01:49 +0200
commit49daa163530ceabc9eaa8911ab96b5f799cfb552 (patch)
tree080d0b31eafd138cd8d47d5c2a52b75d3cfa6f28 /src/org.freedesktop.DBus.xml
Initial Commit
Diffstat (limited to 'src/org.freedesktop.DBus.xml')
-rw-r--r--src/org.freedesktop.DBus.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/org.freedesktop.DBus.xml b/src/org.freedesktop.DBus.xml
new file mode 100644
index 0000000..68d5262
--- /dev/null
+++ b/src/org.freedesktop.DBus.xml
@@ -0,0 +1,17 @@
+<!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="org.freedesktop.DBus.Properties">
+ <method name="GetAll">
+ <arg name="interface_name" type="s" direction="in"/>
+ <arg name="properties" 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>
+</node>