summaryrefslogtreecommitdiff
path: root/examples/properties/props-introspect.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/properties/props-introspect.xml')
-rw-r--r--examples/properties/props-introspect.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/properties/props-introspect.xml b/examples/properties/props-introspect.xml
deleted file mode 100644
index 1ce7e72..0000000
--- a/examples/properties/props-introspect.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" ?>
-<node name="/org/freedesktop/DBus/Examples/Properties">
- <interface name="org.freedesktop.DBus.PropsDemo">
- <property name="Version" type="i" access="read"/>
- <property name="Message" type="s" access="readwrite"/>
- <signal name="MessageChanged">
- <arg name="message" type="s"/>
- </signal>
- </interface>
-</node>