summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4/dbus-introspectable.xml
blob: 4617f407c12d764b448ec1e9b744f5b0e8424f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>