1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <interface name="org.kde.kmail.groupware">
4 <signal name="incidenceAdded">
5 <arg name="type" type="s" direction="out"/>
6 <arg name="folder" type="s" direction="out"/>
7 <arg name="sernum" type="u" direction="out"/>
8 <arg name="format" type="i" direction="out"/>
9 <arg name="entry" type="s" direction="out"/>
11 <signal name="asyncLoadResult">
12 <arg name="incidences" type="a{us}" direction="out"/>
13 <arg name="type" type="s" direction="out"/>
14 <arg name="folder" type="s" direction="out"/>
15 <annotation name="com.trolltech.QtDBus.QtTypeName.In0" value="const QMap<quint32, QString> &"/>
17 <signal name="incidenceDeleted">
18 <arg name="type" type="s" direction="out"/>
19 <arg name="folder" type="s" direction="out"/>
20 <arg name="uid" type="s" direction="out"/>
22 <signal name="signalRefresh">
23 <arg name="type" type="s" direction="out"/>
24 <arg name="folder" type="s" direction="out"/>
26 <signal name="subresourceAdded">
27 <arg name="type" type="s" direction="out"/>
28 <arg name="resource" type="s" direction="out"/>
29 <arg name="label" type="s" direction="out"/>
30 <arg name="writable" type="b" direction="out"/>
31 <arg name="alarmRelevant" type="b" direction="out"/>
33 <signal name="subresourceDeleted">
34 <arg name="type" type="s" direction="out"/>
35 <arg name="resource" type="s" direction="out"/>
37 <method name="isWritableFolder">
38 <arg type="b" direction="out"/>
39 <arg name="type" type="s" direction="in"/>
40 <arg name="resource" type="s" direction="in"/>
42 <method name="incidencesKolabCount">
43 <arg type="i" direction="out"/>
44 <arg name="mimetype" type="s" direction="in"/>
45 <arg name="resource" type="s" direction="in"/>
47 <method name="triggerSync">
48 <arg type="b" direction="out"/>
49 <arg type="s" direction="in"/>
51 <method name="deleteIncidenceKolab">
52 <arg type="b" direction="out"/>
53 <arg name="resource" type="s" direction="in"/>
54 <arg name="sernum" type="u" direction="in"/>
56 <method name="storageFormat">
57 <arg name="resource" type="s" direction="in"/>
58 <arg type="i" direction="out"/>
60 <method name="getAttachment">
61 <arg type="s" direction="out"/>
62 <arg name="resource" type="s" direction="in"/>
63 <arg name="sernum" type="u" direction="in"/>
64 <arg name="filename" type="s" direction="in"/>
66 <method name="attachmentMimetype">
67 <arg type="s" direction="out"/>
68 <arg name="resource" type="s" direction="in"/>
69 <arg name="sernum" type="u" direction="in"/>
70 <arg name="filename" type="s" direction="in"/>
72 <method name="listAttachments">
73 <arg type="as" direction="out"/>
74 <arg name="resource" type="s" direction="in"/>
75 <arg name="sernum" type="u" direction="in"/>
77 <method name="update">
78 <arg type="u" direction="out"/>
79 <arg name="resource" type="s" direction="in"/>
80 <arg name="sernum" type="u" direction="in"/>
81 <arg name="subject" type="s" direction="in"/>
82 <arg name="plainTextBody" type="s" direction="in"/>
83 <arg name="customHeaders" type="a(ays)" direction="in"/>
84 <arg name="attachmentURLs" type="as" direction="in"/>
85 <arg name="attachmentMimetypes" type="as" direction="in"/>
86 <arg name="attachmentNames" type="as" direction="in"/>
87 <arg name="deletedAttachments" type="as" direction="in"/>
88 <annotation name="com.trolltech.QtDBus.QtTypeName.In4" value="const KMail::CustomHeader::List &"/>
90 <method name="incidencesKolab">
91 <arg type="a(us)" direction="out"/>
92 <arg name="mimetype" type="s" direction="in"/>
93 <arg name="resource" type="s" direction="in"/>
94 <arg name="startIndex" type="i" direction="in"/>
95 <arg name="nbMessages" type="i" direction="in"/>
96 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="KMail::SernumDataPair::List"/>
98 <method name="subresourcesKolab">
99 <arg type="a(ssbb)" direction="out"/>
100 <arg name="contentsType" type="s" direction="in"/>
101 <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="KMail::SubResource::List"/>
103 <method name="addSubresource">
104 <arg type="b" direction="out"/>
105 <arg name="resource" type="s" direction="in"/>
106 <arg name="parentRes" type="s" direction="in"/>
107 <arg name="contentsType" type="s" direction="in"/>
109 <method name="removeSubresource">
110 <arg type="b" direction="out"/>
111 <arg name="resource" type="s" direction="in"/>