aboutsummaryrefslogtreecommitdiff
path: root/tests/dbus-types/org.freedesktop.DBus.Properties.xml
diff options
context:
space:
mode:
authorXavi Garcia Mena <xavi.garcia.mena@canonical.com>2015-12-23 12:08:16 +0100
committerXavi Garcia Mena <xavi.garcia.mena@canonical.com>2015-12-23 12:08:16 +0100
commitd8d60bc83824359c6e22b9114fc0a6bde45b8eca (patch)
tree9103330b940fa63dedb8f0919c1431d266df0172 /tests/dbus-types/org.freedesktop.DBus.Properties.xml
parent3a75ebb5eae371de3b50ce4716a4af886d9eeac3 (diff)
downloadayatana-indicator-sound-d8d60bc83824359c6e22b9114fc0a6bde45b8eca.tar.gz
ayatana-indicator-sound-d8d60bc83824359c6e22b9114fc0a6bde45b8eca.tar.bz2
ayatana-indicator-sound-d8d60bc83824359c6e22b9114fc0a6bde45b8eca.zip
Reverted to release 507
Diffstat (limited to 'tests/dbus-types/org.freedesktop.DBus.Properties.xml')
-rw-r--r--tests/dbus-types/org.freedesktop.DBus.Properties.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/dbus-types/org.freedesktop.DBus.Properties.xml b/tests/dbus-types/org.freedesktop.DBus.Properties.xml
deleted file mode 100644
index bdf6cad..0000000
--- a/tests/dbus-types/org.freedesktop.DBus.Properties.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<node>
- <interface name="org.freedesktop.DBus.Properties">
- <method name="Set">
- <arg direction="in" type="s" name="entry" />
- <arg direction="in" type="s" name="property" />
- <arg direction="in" type="v" name="value" />
- </method>
-
- <method name="Get">
- <arg direction="in" type="s" name="entry" />
- <arg direction="in" type="s" name="property" />
- <arg direction="out" type="v" name="value" />
- </method>
-
- <signal name="PropertiesChanged">
- <arg type="s" name="interface_name"/>
- <arg type="a{sv}" name="changed_properties"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
- <arg type="as" name="invalidated_properties"/>
- </signal>
- </interface>
-</node>