File: future-channel-dispatcher.xml

package info (click to toggle)
telepathy-qt 0.9.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 38,764 kB
  • sloc: cpp: 59,914; xml: 34,543; ansic: 21,194; python: 3,370; sh: 118; makefile: 20
file content (20 lines) | stat: -rw-r--r-- 669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<tp:spec
  xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
  xmlns:xi="http://www.w3.org/2001/XInclude">

<tp:title>Channel Dispatcher extensions from the future</tp:title>

<xi:include href="../spec/Channel_Dispatcher_Interface_Messages.xml"/>

<tp:generic-types>
  <tp:external-type name="Message_Part" type="a{sv}" from="Telepathy specification"/>
  <tp:mapping name="Message_Part" array-name="Message_Part_List" array-depth="2">
    <tp:member name="Key" type="s"/>
    <tp:member name="Value" type="v"/>
  </tp:mapping>
</tp:generic-types>

<xi:include href="../spec/generic-types.xml"/>
<xi:include href="../spec/errors.xml"/>

</tp:spec>