Vicar release 0.6-1 (a.k.a I'm still here release)
[vicar] / src / data / xml / org.freedesktop.Telepathy.Account.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.Account.Interface.Stats">
27     <signal name="StatsChanged">
28       <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
29       <arg type="a{sv}"/>
30     </signal>
31   </interface>
32   <interface name="com.nokia.Account.Interface.Compat">
33     <method name="SetHasBeenOnline">
34     </method>
35     <signal name="CompatPropertyChanged">
36       <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
37       <arg type="a{sv}"/>
38     </signal>
39   </interface>
40   <interface name="com.nokia.Account.Interface.ChannelRequests">
41     <method name="Cancel">
42       <arg name="Request" type="o" direction="in"/>
43     </method>
44     <method name="EnsureChannel">
45       <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
46       <arg name="Requested_Properties" type="a{sv}" direction="in"/>
47       <arg name="User_Action_Time" type="t" direction="in"/>
48       <arg name="Preferred_Handler" type="s" direction="in"/>
49       <arg name="Request" type="o" direction="out"/>
50     </method>
51     <method name="Create">
52       <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
53       <arg name="Requested_Properties" type="a{sv}" direction="in"/>
54       <arg name="User_Action_Time" type="t" direction="in"/>
55       <arg name="Preferred_Handler" type="s" direction="in"/>
56       <arg name="Request" type="o" direction="out"/>
57     </method>
58     <signal name="Succeeded">
59       <arg type="o"/>
60     </signal>
61     <signal name="Failed">
62       <arg type="o"/>
63       <arg type="s"/>
64       <arg type="s"/>
65     </signal>
66   </interface>
67   <interface name="org.freedesktop.Telepathy.Account.Interface.Avatar">
68     <signal name="AvatarChanged">
69     </signal>
70   </interface>
71   <interface name="org.freedesktop.Telepathy.Account">
72     <method name="Reconnect">
73     </method>
74     <method name="UpdateParameters">
75       <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
76       <arg name="Set" type="a{sv}" direction="in"/>
77       <arg name="Unset" type="as" direction="in"/>
78       <arg name="Reconnect_Required" type="as" direction="out"/>
79     </method>
80     <method name="Remove">
81     </method>
82     <signal name="AccountPropertyChanged">
83       <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="QVariantMap"/>
84       <arg type="a{sv}"/>
85     </signal>
86     <signal name="Removed">
87     </signal>
88   </interface>
89   <interface name="org.freedesktop.DBus.Properties">
90     <method name="GetAll">
91       <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
92       <arg name="Interface_Name" type="s" direction="in"/>
93       <arg name="Properties" type="a{sv}" direction="out"/>
94     </method>
95     <method name="Set">
96       <arg name="Interface_Name" type="s" direction="in"/>
97       <arg name="Property_Name" type="s" direction="in"/>
98       <arg name="Value" type="v" direction="in"/>
99     </method>
100     <method name="Get">
101       <arg name="Interface_Name" type="s" direction="in"/>
102       <arg name="Property_Name" type="s" direction="in"/>
103       <arg name="Value" type="v" direction="out"/>
104     </method>
105   </interface>
106 </node>