Vicar release 0.6-1 (a.k.a I'm still here release)
[vicar] / src / data / xml / org.freedesktop.Telepathy.Connection.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" >
4     <property name="Interfaces" type="as" access="read" />
5     <method name="Connect" />
6     <method name="Disconnect" />
7     <method name="GetInterfaces" >
8       <arg direction="out" type="as" />
9     </method>
10     <method name="GetProtocol" >
11       <arg direction="out" type="s" />
12     </method>
13     <method name="GetSelfHandle" >
14       <arg direction="out" type="u" />
15     </method>
16     <method name="GetStatus" >
17       <arg direction="out" type="u" />
18     </method>
19     <method name="HoldHandles" >
20       <annotation value="QList&lt;uint>" name="com.trolltech.QtDBus.QtTypeName.In1" />
21       <arg direction="in" type="u" name="handle_type" />
22       <arg direction="in" type="au" name="handles" />
23     </method>
24     <method name="InspectHandles" >
25       <annotation value="QList&lt;uint>" name="com.trolltech.QtDBus.QtTypeName.In1" />
26       <arg direction="in" type="u" name="handle_type" />
27       <arg direction="in" type="au" name="handles" />
28       <arg direction="out" type="as" />
29     </method>
30     <method name="ListChannels" >
31       <annotation value="org::freedesktop::Telepathy::ChannelInfoList" name="com.trolltech.QtDBus.QtTypeName.Out0" />
32       <arg direction="out" type="a(osuu)" />
33     </method>
34     <method name="ReleaseHandles" >
35       <annotation value="QList&lt;uint>" name="com.trollteh.QtDBus.QtTypeName.In1" />
36       <arg direction="in" type="u" name="handle_type" />
37       <arg direction="in" type="au" name="handles" />
38     </method>
39     <method name="RequestChannel" >
40       <arg direction="in" type="s" name="type" />
41       <arg direction="in" type="u" name="handle_type" />
42       <arg direction="in" type="u" name="handle" />
43       <arg direction="in" type="b" name="suppress_handler" />
44       <arg direction="out" type="o" />
45     </method>
46     <method name="RequestHandles" >
47       <annotation value="QList&lt;uint>" name="com.trolltech.QtDBus.QtTypeName.Out0" />
48       <arg direction="in" type="u" name="handle_type" />
49       <arg direction="in" type="as" name="names" />
50       <arg direction="out" type="au" />
51     </method>
52     <signal name="NewChannel" >
53       <arg type="o" name="object_path" />
54       <arg type="s" name="channel_type" />
55       <arg type="u" name="handle_type" />
56       <arg type="u" name="handle" />
57       <arg type="b" name="suppress_handler" />
58     </signal>
59     <signal name="StatusChanged" >
60       <arg type="u" name="status" />
61       <arg type="u" name="reason" />
62     </signal>
63   </interface>
64   <interface name="org.freedesktop.Telepathy.Connection.Interface.Requests">
65     <property access="read" type="(a{sv}as)" name="RequestableChannelClasses">
66       <annotation name="com.trolltech.QtDBus.QtTypeName" value="org::freedesktop::Telepathy::RequestableChannelClassList"/>     
67     </property>
68     <method name="CreateChannel">
69       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In0"/>
70       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.Out1"/>
71       <arg direction="in" type="a{sv}" name="request"/>
72       <arg direction="out" type="o" name="channel_object"/>
73       <arg direction="out" type="a{sv}" name="channel_properties"/>
74     </method>
75     <method name="EnsureChannel">
76       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In0"/>
77       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.Out2"/>
78       <arg direction="in" type="a{sv}" name="request"/>
79       <arg direction="out" type="b" name="yours"/>
80       <arg direction="out" type="o" name="channel_object"/>
81       <arg direction="out" type="a{sv}" name="channel_properties"/>
82     </method>
83     <signal name="NewChannels">
84       <annotation value="org::freedesktop::Telepathy::ChannelDetailsList" name="com.trolltech.QtDBus.QtTypeName.In0"/>
85       <arg type="a(oa{sv})" name="new_channels"/>
86     </signal>
87     <signal name="ChannelClosed">
88       <arg type="o" name="removed_channel_object"/>
89     </signal>
90   </interface>
91  <interface name="org.freedesktop.Telepathy.Connection.Interface.Capabilities">
92     <method name="GetCapabilities">
93       <annotation value="QList&lt;uint&gt;" name="com.trolltech.QtDBus.QtTypeName.In0" />
94       <annotation value="org::freedesktop::Telepathy::ContactCapabilitiesList" name="com.trolltech.QtDBus.QtTypeName.Out0" />
95       <arg name="Handles" type="au" direction="in"/>
96       <arg name="Contact_Capabilities" type="a(usuu)" direction="out"/>
97     </method>
98
99     <method name="AdvertiseCapabilities">
100       <annotation value="org::freedesktop::Telepathy::CapabilityPairList" name="com.trolltech.QtDBus.QtTypeName.In0" />
101       <annotation value="org::freedesktop::Telepathy::CapabilityPairList" name="com.trolltech.QtDBus.QtTypeName.Out0" />
102       <arg name="Add" type="a(su)" direction="in"/>
103       <arg name="Remove" type="as" direction="in"/>
104       <arg name="Self_Capabilities" type="a(su)" direction="out"/>
105     </method>
106
107     <signal name="CapabilitiesChanged">
108       <annotation value="org::freedesktop::Telepathy::CapabilityChangeList" name="com.trolltech.QtDBus.QtTypeName.In0" />
109       <arg type="a(usuuuu)"/>
110     </signal>
111   </interface>
112 </node>