~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to doc/reference/shell/tmpl/e-attachment-store.sgml

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-26 12:24:40 UTC
  • mfrom: (1.1.86 upstream)
  • Revision ID: package-import@ubuntu.com-20110926122440-nn0pyj1yj4j0k784
Tags: 3.2.0-0ubuntu1
* New upstream release.
* debian/control: bump e-d-s Build-Depends to 3.2.0. 
* debian/patches/*git*.patch: remove left over patches we already no longer
  apply.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
e-attachment-store
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
<!-- ##### SECTION See_Also ##### -->
13
 
<para>
14
 
 
15
 
</para>
16
 
 
17
 
<!-- ##### SECTION Stability_Level ##### -->
18
 
 
19
 
 
20
 
<!-- ##### SECTION Image ##### -->
21
 
 
22
 
 
23
 
<!-- ##### STRUCT EAttachmentStore ##### -->
24
 
<para>
25
 
 
26
 
</para>
27
 
 
28
 
@parent: 
29
 
@priv: 
30
 
 
31
 
<!-- ##### FUNCTION e_attachment_store_new ##### -->
32
 
<para>
33
 
 
34
 
</para>
35
 
 
36
 
@void: 
37
 
@Returns: 
38
 
 
39
 
 
40
 
<!-- ##### FUNCTION e_attachment_store_add_attachment ##### -->
41
 
<para>
42
 
 
43
 
</para>
44
 
 
45
 
@store: 
46
 
@attachment: 
47
 
 
48
 
 
49
 
<!-- ##### FUNCTION e_attachment_store_remove_attachment ##### -->
50
 
<para>
51
 
 
52
 
</para>
53
 
 
54
 
@store: 
55
 
@attachment: 
56
 
@Returns: 
57
 
 
58
 
 
59
 
<!-- ##### FUNCTION e_attachment_store_add_to_multipart ##### -->
60
 
<para>
61
 
 
62
 
</para>
63
 
 
64
 
@store: 
65
 
@multipart: 
66
 
@default_charset: 
67
 
 
68
 
 
69
 
<!-- ##### FUNCTION e_attachment_store_get_attachments ##### -->
70
 
<para>
71
 
 
72
 
</para>
73
 
 
74
 
@store: 
75
 
@Returns: 
76
 
 
77
 
 
78
 
<!-- ##### FUNCTION e_attachment_store_get_current_folder_uri ##### -->
79
 
<para>
80
 
 
81
 
</para>
82
 
 
83
 
@store: 
84
 
@Returns: 
85
 
 
86
 
 
87
 
<!-- ##### FUNCTION e_attachment_store_set_current_folder_uri ##### -->
88
 
<para>
89
 
 
90
 
</para>
91
 
 
92
 
@store: 
93
 
@current_folder: 
94
 
 
95
 
 
96
 
<!-- ##### FUNCTION e_attachment_store_get_num_attachments ##### -->
97
 
<para>
98
 
 
99
 
</para>
100
 
 
101
 
@store: 
102
 
@Returns: 
103
 
 
104
 
 
105
 
<!-- ##### FUNCTION e_attachment_store_get_num_loading ##### -->
106
 
<para>
107
 
 
108
 
</para>
109
 
 
110
 
@store: 
111
 
@Returns: 
112
 
 
113
 
 
114
 
<!-- ##### FUNCTION e_attachment_store_get_total_size ##### -->
115
 
<para>
116
 
 
117
 
</para>
118
 
 
119
 
@store: 
120
 
@Returns: 
121
 
 
122
 
 
123
 
<!-- ##### FUNCTION e_attachment_store_run_file_chooser_dialog ##### -->
124
 
<para>
125
 
 
126
 
</para>
127
 
 
128
 
@store: 
129
 
@dialog: 
130
 
@Returns: 
131
 
 
132
 
 
133
 
<!-- ##### FUNCTION e_attachment_store_run_load_dialog ##### -->
134
 
<para>
135
 
 
136
 
</para>
137
 
 
138
 
@store: 
139
 
@parent: 
140
 
 
141
 
 
142
 
<!-- ##### FUNCTION e_attachment_store_run_save_dialog ##### -->
143
 
<para>
144
 
 
145
 
</para>
146
 
 
147
 
@store: 
148
 
@attachment_list: 
149
 
@parent: 
150
 
@Returns: 
151
 
 
152
 
 
153
 
<!-- ##### FUNCTION e_attachment_store_get_uris_async ##### -->
154
 
<para>
155
 
 
156
 
</para>
157
 
 
158
 
@store: 
159
 
@attachment_list: 
160
 
@callback: 
161
 
@user_data: 
162
 
 
163
 
 
164
 
<!-- ##### FUNCTION e_attachment_store_get_uris_finish ##### -->
165
 
<para>
166
 
 
167
 
</para>
168
 
 
169
 
@store: 
170
 
@result: 
171
 
@error: 
172
 
@Returns: 
173
 
 
174
 
 
175
 
<!-- ##### FUNCTION e_attachment_store_load_async ##### -->
176
 
<para>
177
 
 
178
 
</para>
179
 
 
180
 
@store: 
181
 
@attachment_list: 
182
 
@callback: 
183
 
@user_data: 
184
 
 
185
 
 
186
 
<!-- ##### FUNCTION e_attachment_store_load_finish ##### -->
187
 
<para>
188
 
 
189
 
</para>
190
 
 
191
 
@store: 
192
 
@result: 
193
 
@error: 
194
 
@Returns: 
195
 
 
196
 
 
197
 
<!-- ##### FUNCTION e_attachment_store_save_async ##### -->
198
 
<para>
199
 
 
200
 
</para>
201
 
 
202
 
@store: 
203
 
@destination: 
204
 
@callback: 
205
 
@user_data: 
206
 
 
207
 
 
208
 
<!-- ##### FUNCTION e_attachment_store_save_finish ##### -->
209
 
<para>
210
 
 
211
 
</para>
212
 
 
213
 
@store: 
214
 
@result: 
215
 
@error: 
216
 
@Returns: 
217
 
 
218