~ubuntu-branches/ubuntu/lucid/evolution-data-server/lucid-security

« back to all changes in this revision

Viewing changes to docs/reference/libedataserverui/html/EDestinationStore.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-12-16 22:11:22 UTC
  • mfrom: (1.1.76 upstream) (1.2.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091216221122-mjwmo4lk4co6sxkb
Tags: 2.28.2-1ubuntu1
* Resync on Debian
* New upstream version:
  - #602719 - Crash in ep_set_proxy with no proxy user or password
    (lp: #481457)
* debian/control:
  - don't use libgnome
  - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
* debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
  debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
  - install html documentation
* debian/evolution-data-server.install,
  debian/patches/45_libcamel_providers_version.patch:
  - use the upstream versioning, not a Debian-specific one  
* debian/rules:
  - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>EDestinationStore</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Graphical Utilities (libedataserverui)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Graphical Utilities (libedataserverui)">
9
9
<link rel="prev" href="libedataserverui-e-data-server-ui-marshal.html" title="e-data-server-ui-marshal">
32
32
                <a href="#EDestinationStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
33
33
</td></tr>
34
34
</table>
35
 
<div class="refentry" lang="en">
 
35
<div class="refentry" title="EDestinationStore">
36
36
<a name="EDestinationStore"></a><div class="titlepage"></div>
37
37
<div class="refnamediv"><table width="100%"><tr>
38
38
<td valign="top">
41
41
</td>
42
42
<td valign="top" align="right"></td>
43
43
</tr></table></div>
44
 
<div class="refsynopsisdiv">
 
44
<div class="refsynopsisdiv" title="Synopsis">
45
45
<a name="EDestinationStore.synopsis"></a><h2>Synopsis</h2>
46
46
<pre class="synopsis">
47
47
                    <a class="link" href="EDestinationStore.html#EDestinationStore-struct" title="EDestinationStore">EDestinationStore</a>;
48
48
enum                <a class="link" href="EDestinationStore.html#EDestinationStoreColumnType" title="enum EDestinationStoreColumnType">EDestinationStoreColumnType</a>;
49
49
<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> * <a class="link" href="EDestinationStore.html#e-destination-store-new" title="e_destination_store_new ()">e_destination_store_new</a>             (void);
50
 
EDestination *      <a class="link" href="EDestinationStore.html#e-destination-store-get-destination" title="e_destination_store_get_destination ()">e_destination_store_get_destination</a> (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
51
 
                                                         GtkTreeIter *iter);
52
 
GList *             <a class="link" href="EDestinationStore.html#e-destination-store-list-destinations" title="e_destination_store_list_destinations ()">e_destination_store_list_destinations</a>
 
50
<a
 
51
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
52
>EDestination</a> *      <a class="link" href="EDestinationStore.html#e-destination-store-get-destination" title="e_destination_store_get_destination ()">e_destination_store_get_destination</a> (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
 
53
                                                         <a
 
54
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
 
55
>GtkTreeIter</a> *iter);
 
56
<a
 
57
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
58
>GList</a> *             <a class="link" href="EDestinationStore.html#e-destination-store-list-destinations" title="e_destination_store_list_destinations ()">e_destination_store_list_destinations</a>
53
59
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store);
54
60
void                <a class="link" href="EDestinationStore.html#e-destination-store-insert-destination" title="e_destination_store_insert_destination ()">e_destination_store_insert_destination</a>
55
61
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
56
 
                                                         gint index,
57
 
                                                         EDestination *destination);
 
62
                                                         <a
 
63
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
64
>gint</a> index,
 
65
                                                         <a
 
66
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
67
>EDestination</a> *destination);
58
68
void                <a class="link" href="EDestinationStore.html#e-destination-store-append-destination" title="e_destination_store_append_destination ()">e_destination_store_append_destination</a>
59
69
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
60
 
                                                         EDestination *destination);
 
70
                                                         <a
 
71
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
72
>EDestination</a> *destination);
61
73
void                <a class="link" href="EDestinationStore.html#e-destination-store-remove-destination" title="e_destination_store_remove_destination ()">e_destination_store_remove_destination</a>
62
74
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
63
 
                                                         EDestination *destination);
 
75
                                                         <a
 
76
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
77
>EDestination</a> *destination);
64
78
void                <a class="link" href="EDestinationStore.html#e-destination-store-remove-destination-nth" title="e_destination_store_remove_destination_nth ()">e_destination_store_remove_destination_nth</a>
65
79
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
66
 
                                                         gint n);
67
 
guint               <a class="link" href="EDestinationStore.html#e-destination-store-get-destination-count" title="e_destination_store_get_destination_count ()">e_destination_store_get_destination_count</a>
 
80
                                                         <a
 
81
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
82
>gint</a> n);
 
83
<a
 
84
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
85
>guint</a>               <a class="link" href="EDestinationStore.html#e-destination-store-get-destination-count" title="e_destination_store_get_destination_count ()">e_destination_store_get_destination_count</a>
68
86
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store);
69
 
GtkTreePath *       <a class="link" href="EDestinationStore.html#e-destination-store-get-path" title="e_destination_store_get_path ()">e_destination_store_get_path</a>        (GtkTreeModel *tree_model,
70
 
                                                         GtkTreeIter *iter);
 
87
<a
 
88
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreePath"
 
89
>GtkTreePath</a> *       <a class="link" href="EDestinationStore.html#e-destination-store-get-path" title="e_destination_store_get_path ()">e_destination_store_get_path</a>        (<a
 
90
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
 
91
>GtkTreeModel</a> *tree_model,
 
92
                                                         <a
 
93
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
 
94
>GtkTreeIter</a> *iter);
71
95
</pre>
72
96
</div>
73
 
<div class="refsect1" lang="en">
 
97
<div class="refsect1" title="Object Hierarchy">
74
98
<a name="EDestinationStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
75
99
<pre class="synopsis">
76
 
  GObject
 
100
  <a
 
101
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
102
>GObject</a>
77
103
   +----EDestinationStore
78
104
</pre>
79
105
</div>
80
 
<div class="refsect1" lang="en">
 
106
<div class="refsect1" title="Implemented Interfaces">
81
107
<a name="EDestinationStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
82
108
<p>
83
109
EDestinationStore implements
84
 
 GtkTreeModel.</p>
 
110
 <a
 
111
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
 
112
>GtkTreeModel</a>.</p>
85
113
</div>
86
 
<div class="refsect1" lang="en">
 
114
<div class="refsect1" title="Description">
87
115
<a name="EDestinationStore.description"></a><h2>Description</h2>
88
116
<p>
89
117
</p>
90
118
</div>
91
 
<div class="refsect1" lang="en">
 
119
<div class="refsect1" title="Details">
92
120
<a name="EDestinationStore.details"></a><h2>Details</h2>
93
 
<div class="refsect2" lang="en">
 
121
<div class="refsect2" title="EDestinationStore">
94
122
<a name="EDestinationStore-struct"></a><h3>EDestinationStore</h3>
95
123
<pre class="programlisting">typedef struct _EDestinationStore EDestinationStore;</pre>
96
124
<p>
97
125
</p>
98
126
</div>
99
127
<hr>
100
 
<div class="refsect2" lang="en">
 
128
<div class="refsect2" title="enum EDestinationStoreColumnType">
101
129
<a name="EDestinationStoreColumnType"></a><h3>enum EDestinationStoreColumnType</h3>
102
130
<pre class="programlisting">typedef enum
103
131
{
113
141
</p>
114
142
</div>
115
143
<hr>
116
 
<div class="refsect2" lang="en">
 
144
<div class="refsect2" title="e_destination_store_new ()">
117
145
<a name="e-destination-store-new"></a><h3>e_destination_store_new ()</h3>
118
146
<pre class="programlisting"><a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> * e_destination_store_new             (void);</pre>
119
147
<p>
130
158
</table></div>
131
159
</div>
132
160
<hr>
133
 
<div class="refsect2" lang="en">
 
161
<div class="refsect2" title="e_destination_store_get_destination ()">
134
162
<a name="e-destination-store-get-destination"></a><h3>e_destination_store_get_destination ()</h3>
135
 
<pre class="programlisting">EDestination *      e_destination_store_get_destination (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
136
 
                                                         GtkTreeIter *iter);</pre>
 
163
<pre class="programlisting"><a
 
164
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
165
>EDestination</a> *      e_destination_store_get_destination (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
 
166
                                                         <a
 
167
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
 
168
>GtkTreeIter</a> *iter);</pre>
137
169
<p>
138
 
Gets the <span class="type">EDestination</span> from <em class="parameter"><code>destination_store</code></em> at <em class="parameter"><code>iter</code></em>.</p>
 
170
Gets the <a
 
171
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
172
><span class="type">EDestination</span></a> from <em class="parameter"><code>destination_store</code></em> at <em class="parameter"><code>iter</code></em>.</p>
139
173
<p>
140
174
</p>
141
175
<div class="variablelist"><table border="0">
148
182
</tr>
149
183
<tr>
150
184
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
151
 
<td> a <span class="type">GtkTreeIter</span>
 
185
<td> a <a
 
186
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
 
187
><span class="type">GtkTreeIter</span></a>
152
188
</td>
153
189
</tr>
154
190
<tr>
155
191
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
156
 
<td> An <span class="type">EDestination</span>.
 
192
<td> An <a
 
193
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
194
><span class="type">EDestination</span></a>.
157
195
</td>
158
196
</tr>
159
197
</tbody>
160
198
</table></div>
161
199
</div>
162
200
<hr>
163
 
<div class="refsect2" lang="en">
 
201
<div class="refsect2" title="e_destination_store_list_destinations ()">
164
202
<a name="e-destination-store-list-destinations"></a><h3>e_destination_store_list_destinations ()</h3>
165
 
<pre class="programlisting">GList *             e_destination_store_list_destinations
 
203
<pre class="programlisting"><a
 
204
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
205
>GList</a> *             e_destination_store_list_destinations
166
206
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store);</pre>
167
207
<p>
168
208
Gets a list of all the <span class="type">EDestinations</span> in <em class="parameter"><code>destination_store</code></em>.</p>
178
218
</tr>
179
219
<tr>
180
220
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
181
 
<td> A <span class="type">GList</span> of pointers to <span class="type">EDestination</span>. The list is owned
182
 
by the caller, but the <span class="type">EDestination</span> elements aren't.
 
221
<td> A <a
 
222
href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
223
><span class="type">GList</span></a> of pointers to <a
 
224
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
225
><span class="type">EDestination</span></a>. The list is owned
 
226
by the caller, but the <a
 
227
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
228
><span class="type">EDestination</span></a> elements aren't.
183
229
</td>
184
230
</tr>
185
231
</tbody>
186
232
</table></div>
187
233
</div>
188
234
<hr>
189
 
<div class="refsect2" lang="en">
 
235
<div class="refsect2" title="e_destination_store_insert_destination ()">
190
236
<a name="e-destination-store-insert-destination"></a><h3>e_destination_store_insert_destination ()</h3>
191
237
<pre class="programlisting">void                e_destination_store_insert_destination
192
238
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
193
 
                                                         gint index,
194
 
                                                         EDestination *destination);</pre>
 
239
                                                         <a
 
240
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
241
>gint</a> index,
 
242
                                                         <a
 
243
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
244
>EDestination</a> *destination);</pre>
195
245
<p>
196
246
Inserts <em class="parameter"><code>destination</code></em> into <em class="parameter"><code>destination_store</code></em> at the position
197
247
indicated by <em class="parameter"><code>index</code></em>. <em class="parameter"><code>destination_store</code></em> will ref <em class="parameter"><code>destination</code></em>.</p>
212
262
</tr>
213
263
<tr>
214
264
<td><p><span class="term"><em class="parameter"><code>destination</code></em> :</span></p></td>
215
 
<td> an <span class="type">EDestination</span> to insert
 
265
<td> an <a
 
266
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
267
><span class="type">EDestination</span></a> to insert
216
268
</td>
217
269
</tr>
218
270
</tbody>
219
271
</table></div>
220
272
</div>
221
273
<hr>
222
 
<div class="refsect2" lang="en">
 
274
<div class="refsect2" title="e_destination_store_append_destination ()">
223
275
<a name="e-destination-store-append-destination"></a><h3>e_destination_store_append_destination ()</h3>
224
276
<pre class="programlisting">void                e_destination_store_append_destination
225
277
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
226
 
                                                         EDestination *destination);</pre>
 
278
                                                         <a
 
279
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
280
>EDestination</a> *destination);</pre>
227
281
<p>
228
282
Appends <em class="parameter"><code>destination</code></em> to the list of destinations in <em class="parameter"><code>destination_store</code></em>.
229
283
<em class="parameter"><code>destination_store</code></em> will ref <em class="parameter"><code>destination</code></em>.</p>
239
293
</tr>
240
294
<tr>
241
295
<td><p><span class="term"><em class="parameter"><code>destination</code></em> :</span></p></td>
242
 
<td> an <span class="type">EDestination</span>
 
296
<td> an <a
 
297
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
298
><span class="type">EDestination</span></a>
243
299
</td>
244
300
</tr>
245
301
</tbody>
246
302
</table></div>
247
303
</div>
248
304
<hr>
249
 
<div class="refsect2" lang="en">
 
305
<div class="refsect2" title="e_destination_store_remove_destination ()">
250
306
<a name="e-destination-store-remove-destination"></a><h3>e_destination_store_remove_destination ()</h3>
251
307
<pre class="programlisting">void                e_destination_store_remove_destination
252
308
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
253
 
                                                         EDestination *destination);</pre>
 
309
                                                         <a
 
310
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
311
>EDestination</a> *destination);</pre>
254
312
<p>
255
313
Removes <em class="parameter"><code>destination</code></em> from <em class="parameter"><code>destination_store</code></em>. <em class="parameter"><code>destination_store</code></em> will
256
314
unref <em class="parameter"><code>destination</code></em>.</p>
266
324
</tr>
267
325
<tr>
268
326
<td><p><span class="term"><em class="parameter"><code>destination</code></em> :</span></p></td>
269
 
<td> an <span class="type">EDestination</span> to remove
 
327
<td> an <a
 
328
href="/usr/share/gtk-doc/html/libebook/EDestination.html"
 
329
><span class="type">EDestination</span></a> to remove
270
330
</td>
271
331
</tr>
272
332
</tbody>
273
333
</table></div>
274
334
</div>
275
335
<hr>
276
 
<div class="refsect2" lang="en">
 
336
<div class="refsect2" title="e_destination_store_remove_destination_nth ()">
277
337
<a name="e-destination-store-remove-destination-nth"></a><h3>e_destination_store_remove_destination_nth ()</h3>
278
338
<pre class="programlisting">void                e_destination_store_remove_destination_nth
279
339
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store,
280
 
                                                         gint n);</pre>
 
340
                                                         <a
 
341
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
342
>gint</a> n);</pre>
281
343
<p>
282
344
</p>
283
345
<div class="variablelist"><table border="0">
297
359
</table></div>
298
360
</div>
299
361
<hr>
300
 
<div class="refsect2" lang="en">
 
362
<div class="refsect2" title="e_destination_store_get_destination_count ()">
301
363
<a name="e-destination-store-get-destination-count"></a><h3>e_destination_store_get_destination_count ()</h3>
302
 
<pre class="programlisting">guint               e_destination_store_get_destination_count
 
364
<pre class="programlisting"><a
 
365
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
 
366
>guint</a>               e_destination_store_get_destination_count
303
367
                                                        (<a class="link" href="EDestinationStore.html" title="EDestinationStore">EDestinationStore</a> *destination_store);</pre>
304
368
<p>
305
369
</p>
320
384
</table></div>
321
385
</div>
322
386
<hr>
323
 
<div class="refsect2" lang="en">
 
387
<div class="refsect2" title="e_destination_store_get_path ()">
324
388
<a name="e-destination-store-get-path"></a><h3>e_destination_store_get_path ()</h3>
325
 
<pre class="programlisting">GtkTreePath *       e_destination_store_get_path        (GtkTreeModel *tree_model,
326
 
                                                         GtkTreeIter *iter);</pre>
 
389
<pre class="programlisting"><a
 
390
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreePath"
 
391
>GtkTreePath</a> *       e_destination_store_get_path        (<a
 
392
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
 
393
>GtkTreeModel</a> *tree_model,
 
394
                                                         <a
 
395
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
 
396
>GtkTreeIter</a> *iter);</pre>
327
397
<p>
328
398
</p>
329
399
<div class="variablelist"><table border="0">