Version 0.7-0
[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     <property access="read" type="a(oa{sv})" name="Channels">
8       <annotation name="com.trolltech.QtDBus.QtTypeName" value="org::freedesktop::Telepathy::ChannelDetailsList"/>      
9     </property>
10
11     <method name="CreateChannel">
12       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In0"/>
13       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.Out1"/>
14       <arg direction="in" type="a{sv}" name="request"/>
15       <arg direction="out" type="o" name="channel_object"/>
16       <arg direction="out" type="a{sv}" name="channel_properties"/>
17     </method>
18     <method name="EnsureChannel">
19       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In0"/>
20       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.Out2"/>
21       <arg direction="in" type="a{sv}" name="request"/>
22       <arg direction="out" type="b" name="yours"/>
23       <arg direction="out" type="o" name="channel_object"/>
24       <arg direction="out" type="a{sv}" name="channel_properties"/>
25     </method>
26     <signal name="NewChannels">
27       <annotation value="org::freedesktop::Telepathy::ChannelDetailsList" name="com.trolltech.QtDBus.QtTypeName.In0"/>
28       <arg type="a(oa{sv})" name="new_channels"/>
29     </signal>
30     <signal name="ChannelClosed">
31       <arg type="o" name="removed_channel_object"/>
32     </signal>
33   </interface>
34 </node>