aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-18 18:01:44 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:53 +0100
commit8d25f46292c5155f498feff7ee78ccbec0d6ec9f (patch)
tree402a4498e05ab124c3748db0557fb3ea70224e82
parentc753649361d0339f8b491aca2ef53cdc11727075 (diff)
build: we no longer need to have the DBus.Properties introspection XML
Not needed in gdbus-based code.
-rw-r--r--new/org.freedesktop.DBus.Properties.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/new/org.freedesktop.DBus.Properties.xml b/new/org.freedesktop.DBus.Properties.xml
deleted file mode 100644
index b2d09236..00000000
--- a/new/org.freedesktop.DBus.Properties.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <interface name="org.freedesktop.DBus.Properties">
- <signal name="MmPropertiesChanged">
- <tp:docstring>
- One or more properties' values changed.
- </tp:docstring>
- <arg name="interface" type="s">
- <tp:docstring>
- The D-Bus interface of the changed properties.
- </tp:docstring>
- </arg>
- <arg name="properties" type="a{sv}">
- <tp:docstring>
- The changed property names and their new values.
- </tp:docstring>
- </arg>
- </signal>
-
- <signal name="PropertiesChanged">
- <tp:docstring>
- One or more properties value changed; this signal implements the
- D-Bus specification's PropertiesChanged signal.
- </tp:docstring>
- <arg name="interface" type="s">
- <tp:docstring>
- The D-Bus interface of the changed properties.
- </tp:docstring>
- </arg>
- <arg name="changed_properties" type="a{sv}">
- <tp:docstring>
- The changed property names and their new values.
- </tp:docstring>
- </arg>
- <arg name="invalidated_properties" type="as">
- <tp:docstring>
- Properties which are now invalid, but for which the new value is not
- emitted in this signal. Clients interested in these properties should
- issue a Get request for them to retrieve the new value.
- </tp:docstring>
- </arg>
- </signal>
- </interface>
-</node>