diff options
Diffstat (limited to 'TelepathyQt/dbus-introspectable.xml')
-rw-r--r-- | TelepathyQt/dbus-introspectable.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/TelepathyQt/dbus-introspectable.xml b/TelepathyQt/dbus-introspectable.xml new file mode 100644 index 00000000..4617f407 --- /dev/null +++ b/TelepathyQt/dbus-introspectable.xml @@ -0,0 +1,16 @@ +<tp:spec + xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"> + + <tp:title>D-Bus introspectable object</tp:title> + + <node name="/Introspectable"> + <interface name="org.freedesktop.DBus.Introspectable"> + + <method name="Introspect"> + <arg direction="out" type="s" name="XML_Data"/> + </method> + + </interface> + </node> + +</tp:spec> |