Release 0.5-1 contains (Muti-profile support, Contacts Integration)
[vicar] / src / data / xml / org.freedesktop.Telepathy.Connection.I.Requests.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="org.freedesktop.Telepathy.Connection.Interface.Requests">
4     <property access="read" type="(a{sv}as)" name="RequestableChannelClasses">
5       <annotation name="com.trolltech.QtDBus.QtTypeName" value="org::freedesktop::Telepathy::RequestableChannelClassList"/>     
6     </property>
7     <method name="CreateChannel">
8       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In0"/>
9       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.Out1"/>
10       <arg direction="in" type="a{sv}" name="request"/>
11       <arg direction="out" type="o" name="channel_object"/>
12       <arg direction="out" type="a{sv}" name="channel_properties"/>
13     </method>
14     <method name="EnsureChannel">
15       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In0"/>
16       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.Out2"/>
17       <arg direction="in" type="a{sv}" name="request"/>
18       <arg direction="out" type="b" name="yours"/>
19       <arg direction="out" type="o" name="channel_object"/>
20       <arg direction="out" type="a{sv}" name="channel_properties"/>
21     </method>
22     <signal name="NewChannels">
23       <annotation value="org::freedesktop::Telepathy::ChannelDetailsList" name="com.trolltech.QtDBus.QtTypeName.In0"/>
24       <arg type="a(oa{sv})" name="new_channels"/>
25     </signal>
26     <signal name="ChannelClosed">
27       <arg type="o" name="removed_channel_object"/>
28     </signal>
29   </interface>
30 </node>