Version 0.7-0
[vicar] / src / data / xml / org.freedesktop.Telepathy.ConnectionManager.vicar.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.ConnectionManager" >
4     <method name="GetParameters" >
5       <annotation value="org::freedesktop::Telepathy::ParameterDefinitionList" name="com.trolltech.QtDBus.QtTypeName.Out0" />
6       <arg direction="in" type="s" name="proto" />
7       <arg direction="out" type="a(susv)" />
8     </method>
9     <method name="ListProtocols" >
10       <arg direction="out" type="as" />
11     </method>
12     <method name="RequestConnection" >
13       <annotation value="QVariantMap" name="com.trolltech.QtDBus.QtTypeName.In1" />
14       <arg direction="in" type="s" name="proto" />
15       <arg direction="in" type="a{sv}" name="parameters" />
16       <arg direction="out" type="s" name="bus_name" />
17       <arg direction="out" type="o" name="object_path" />
18     </method>
19     <signal name="NewConnection" >
20       <arg type="s" name="bus_name" />
21       <arg type="o" name="object_path" />
22       <arg type="s" name="proto" />
23     </signal>
24   </interface>
25   <interface name="org.freedesktop.DBus.Properties">
26     <method name="Get">
27       <arg name="interface_name" type="s" direction="in"/>
28       <arg name="property_name" type="s" direction="in"/>
29       <arg name="value" type="v" direction="out"/>
30     </method>
31     <method name="Set">
32       <arg name="interface_name" type="s" direction="in"/>
33       <arg name="property_name" type="s" direction="in"/>
34       <arg name="value" type="v" direction="in"/>
35     </method>
36     <method name="GetAll">
37       <arg name="interface_name" type="s" direction="in"/>
38       <arg name="values" type="a{sv}" direction="out"/>
39       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
40     </method>
41   </interface>
42   <interface name="org.freedesktop.DBus.Introspectable">
43     <method name="Introspect">
44       <arg name="xml_data" type="s" direction="out"/>
45     </method>
46   </interface>
47 </node>