Vicar release 0.6-1 (a.k.a I'm still here release)
[vicar] / src / data / xml / org.freedesktop.Telepathy.AccountManager.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node>
4   <interface name="org.freedesktop.DBus.Introspectable">
5     <method name="Introspect">
6       <arg name="data" direction="out" type="s"/>
7     </method>
8   </interface>
9   <interface name="org.freedesktop.DBus.Properties">
10     <method name="Get">
11       <arg name="interface" direction="in" type="s"/>
12       <arg name="propname" direction="in" type="s"/>
13       <arg name="value" direction="out" type="v"/>
14     </method>
15     <method name="Set">
16       <arg name="interface" direction="in" type="s"/>
17       <arg name="propname" direction="in" type="s"/>
18       <arg name="value" direction="in" type="v"/>
19     </method>
20     <method name="GetAll">
21       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
22       <arg name="interface" direction="in" type="s"/>
23       <arg name="props" direction="out" type="a{sv}"/>
24     </method>
25   </interface>
26   <interface name="com.nokia.AccountManager.Interface.Query">
27     <method name="FindAccounts">
28       <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
29       <arg name="params" type="a{sv}" direction="in"/>
30       <arg name="accounts" type="ao" direction="out"/>
31     </method>
32   </interface>
33   <interface name="org.freedesktop.Telepathy.AccountManager">
34     <method name="CreateAccount">
35       <annotation name="com.trolltech.QtDBus.QtTypeName.In3" value="QVariantMap"/>
36       <annotation name="com.trolltech.QtDBus.QtTypeName.In4" value="QVariantMap"/>
37       <arg name="Connection_Manager" type="s" direction="in"/>
38       <arg name="Protocol" type="s" direction="in"/>
39       <arg name="Display_Name" type="s" direction="in"/>
40       <arg name="Parameters" type="a{sv}" direction="in"/>
41       <arg name="Properties" type="a{sv}" direction="in"/>
42       <arg name="Account" type="o" direction="out"/>
43     </method>
44     <signal name="AccountValidityChanged">
45       <arg type="o"/>
46       <arg type="b"/>
47     </signal>
48     <signal name="AccountRemoved">
49       <arg type="o"/>
50     </signal>
51   </interface>
52   <interface name="org.freedesktop.DBus.Properties">
53     <method name="GetAll">
54       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
55       <arg name="Interface_Name" type="s" direction="in"/>
56       <arg name="Properties" type="a{sv}" direction="out"/>
57     </method>
58     <method name="Set">
59       <arg name="Interface_Name" type="s" direction="in"/>
60       <arg name="Property_Name" type="s" direction="in"/>
61       <arg name="Value" type="v" direction="in"/>
62     </method>
63     <method name="Get">
64       <arg name="Interface_Name" type="s" direction="in"/>
65       <arg name="Property_Name" type="s" direction="in"/>
66       <arg name="Value" type="v" direction="out"/>
67     </method>
68   </interface>
69 </node>