summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-introspectable.xml
blob: 3e8aa4275e430128c3af3355a35fff61de256938 (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="/DBus_Introspectable">
    <interface name="org.freedesktop.DBus.Introspectable">

      <method name="Introspect" tp:name-for-bindings="Introspect">
        <arg direction="out" type="s" name="XML_Data"/>
      </method>

    </interface>
  </node>

</tp:spec>