Version 0.7-0
[vicar] / src / data / xml / org.freedesktop.Telepathy.ConnectionManager.ring.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.DBus.Introspectable">
4     <method name="Introspect">
5       <arg name="data" direction="out" type="s"/>
6     </method>
7   </interface>
8   <interface name="org.freedesktop.DBus.Properties">
9     <method name="Get">
10       <arg name="interface" direction="in" type="s"/>
11       <arg name="propname" direction="in" type="s"/>
12       <arg name="value" direction="out" type="v"/>
13     </method>
14     <method name="Set">
15       <arg name="interface" direction="in" type="s"/>
16       <arg name="propname" direction="in" type="s"/>
17       <arg name="value" direction="in" type="v"/>
18     </method>
19     <method name="GetAll">
20       <arg name="interface" direction="in" type="s"/>
21       <arg name="props" direction="out" type="a{sv}"/>
22     </method>
23   </interface>
24   <interface name="org.freedesktop.Telepathy.ConnectionManager">
25     <method name="RequestConnection">
26       <arg name="Protocol" type="s" direction="in"/>
27       <arg name="Parameters" type="a{sv}" direction="in"/>
28       <arg name="Bus_Name" type="s" direction="out"/>
29       <arg name="Object_Path" type="o" direction="out"/>
30     </method>
31     <method name="ListProtocols">
32       <arg name="Protocols" type="as" direction="out"/>
33     </method>
34     <method name="GetParameters">
35       <arg name="Protocol" type="s" direction="in"/>
36       <arg name="Parameters" type="a(susv)" direction="out"/>
37     </method>
38     <signal name="NewConnection">
39       <arg type="s"/>
40       <arg type="o"/>
41       <arg type="s"/>
42     </signal>
43   </interface>
44   <interface name="org.freedesktop.DBus.Properties">
45     <method name="GetAll">
46       <arg name="Interface_Name" type="s" direction="in"/>
47       <arg name="Properties" type="a{sv}" direction="out"/>
48     </method>
49     <method name="Set">
50       <arg name="Interface_Name" type="s" direction="in"/>
51       <arg name="Property_Name" type="s" direction="in"/>
52       <arg name="Value" type="v" direction="in"/>
53     </method>
54     <method name="Get">
55       <arg name="Interface_Name" type="s" direction="in"/>
56       <arg name="Property_Name" type="s" direction="in"/>
57       <arg name="Value" type="v" direction="out"/>
58     </method>
59     <signal name="PropertiesChanged">
60       <arg type="s"/>
61       <arg type="a{sv}"/>
62       <arg type="as"/>
63     </signal>
64   </interface>
65 </node>