~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + 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/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.0">
 
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">
30
30
                  <a href="#EDestinationStore.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
31
</td></tr>
32
32
</table>
33
 
<div class="refentry" lang="en">
 
33
<div class="refentry" title="EDestinationStore">
34
34
<a name="EDestinationStore"></a><div class="titlepage"></div>
35
35
<div class="refnamediv"><table width="100%"><tr>
36
36
<td valign="top">
39
39
</td>
40
40
<td valign="top" align="right"></td>
41
41
</tr></table></div>
42
 
<div class="refsynopsisdiv">
 
42
<div class="refsynopsisdiv" title="Synopsis">
43
43
<a name="EDestinationStore.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">                    <a class="link" href="EDestinationStore.html#EDestinationStore-struct" title="EDestinationStore">EDestinationStore</a>;
45
45
enum                <a class="link" href="EDestinationStore.html#EDestinationStoreColumnType" title="enum EDestinationStoreColumnType">EDestinationStoreColumnType</a>;
46
46
<a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="returnvalue">EDestinationStore</span></a> * <a class="link" href="EDestinationStore.html#e-destination-store-new" title="e_destination_store_new ()">e_destination_store_new</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
47
 
<a href="../libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      <a class="link" href="EDestinationStore.html#e-destination-store-get-destination" title="e_destination_store_get_destination ()">e_destination_store_get_destination</a> (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
 
47
<span class="returnvalue">EDestination</span> *      <a class="link" href="EDestinationStore.html#e-destination-store-get-destination" title="e_destination_store_get_destination ()">e_destination_store_get_destination</a> (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
48
48
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
49
49
<span class="returnvalue">GList</span> *             <a class="link" href="EDestinationStore.html#e-destination-store-list-destinations" title="e_destination_store_list_destinations ()">e_destination_store_list_destinations</a>
50
50
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>);
51
51
<span class="returnvalue">void</span>                <a class="link" href="EDestinationStore.html#e-destination-store-insert-destination" title="e_destination_store_insert_destination ()">e_destination_store_insert_destination</a>
52
52
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
53
53
                                                         <em class="parameter"><code><span class="type">gint</span> index</code></em>,
54
 
                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);
 
54
                                                         <em class="parameter"><code><span class="type">EDestination</span> *destination</code></em>);
55
55
<span class="returnvalue">void</span>                <a class="link" href="EDestinationStore.html#e-destination-store-append-destination" title="e_destination_store_append_destination ()">e_destination_store_append_destination</a>
56
56
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
57
 
                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);
 
57
                                                         <em class="parameter"><code><span class="type">EDestination</span> *destination</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="EDestinationStore.html#e-destination-store-remove-destination" title="e_destination_store_remove_destination ()">e_destination_store_remove_destination</a>
59
59
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
60
 
                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);
 
60
                                                         <em class="parameter"><code><span class="type">EDestination</span> *destination</code></em>);
61
61
<span class="returnvalue">void</span>                <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>
62
62
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
63
63
                                                         <em class="parameter"><code><span class="type">gint</span> n</code></em>);
67
67
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);
68
68
</pre>
69
69
</div>
70
 
<div class="refsect1" lang="en">
 
70
<div class="refsect1" title="Object Hierarchy">
71
71
<a name="EDestinationStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
72
72
<pre class="synopsis">
73
73
  GObject
74
74
   +----EDestinationStore
75
75
</pre>
76
76
</div>
77
 
<div class="refsect1" lang="en">
 
77
<div class="refsect1" title="Implemented Interfaces">
78
78
<a name="EDestinationStore.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
79
79
<p>
80
80
EDestinationStore implements
81
81
 GtkTreeModel.</p>
82
82
</div>
83
 
<div class="refsect1" lang="en">
 
83
<div class="refsect1" title="Description">
84
84
<a name="EDestinationStore.description"></a><h2>Description</h2>
85
85
<p>
86
86
</p>
87
87
</div>
88
 
<div class="refsect1" lang="en">
 
88
<div class="refsect1" title="Details">
89
89
<a name="EDestinationStore.details"></a><h2>Details</h2>
90
 
<div class="refsect2" lang="en">
 
90
<div class="refsect2" title="EDestinationStore">
91
91
<a name="EDestinationStore-struct"></a><h3>EDestinationStore</h3>
92
92
<pre class="programlisting">typedef struct _EDestinationStore EDestinationStore;</pre>
93
93
<p>
94
94
</p>
95
95
</div>
96
96
<hr>
97
 
<div class="refsect2" lang="en">
 
97
<div class="refsect2" title="enum EDestinationStoreColumnType">
98
98
<a name="EDestinationStoreColumnType"></a><h3>enum EDestinationStoreColumnType</h3>
99
99
<pre class="programlisting">typedef enum
100
100
{
110
110
</p>
111
111
</div>
112
112
<hr>
113
 
<div class="refsect2" lang="en">
 
113
<div class="refsect2" title="e_destination_store_new ()">
114
114
<a name="e-destination-store-new"></a><h3>e_destination_store_new ()</h3>
115
115
<pre class="programlisting"><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="returnvalue">EDestinationStore</span></a> * e_destination_store_new             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
116
116
<p>
117
 
Creates a new <a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a>.</p>
 
117
Creates a new <a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a>.
 
118
</p>
118
119
<div class="variablelist"><table border="0">
119
120
<col align="left" valign="top">
120
121
<tbody><tr>
125
126
</table></div>
126
127
</div>
127
128
<hr>
128
 
<div class="refsect2" lang="en">
 
129
<div class="refsect2" title="e_destination_store_get_destination ()">
129
130
<a name="e-destination-store-get-destination"></a><h3>e_destination_store_get_destination ()</h3>
130
 
<pre class="programlisting"><a href="../libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      e_destination_store_get_destination (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
 
131
<pre class="programlisting"><span class="returnvalue">EDestination</span> *      e_destination_store_get_destination (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
131
132
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);</pre>
132
133
<p>
133
 
Gets the <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> from <em class="parameter"><code>destination_store</code></em> at <em class="parameter"><code>iter</code></em>.</p>
 
134
Gets the <span class="type">EDestination</span> from <em class="parameter"><code>destination_store</code></em> at <em class="parameter"><code>iter</code></em>.
 
135
</p>
134
136
<div class="variablelist"><table border="0">
135
137
<col align="left" valign="top">
136
138
<tbody>
146
148
</tr>
147
149
<tr>
148
150
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
149
 
<td> An <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a>.
 
151
<td> An <span class="type">EDestination</span>.
150
152
</td>
151
153
</tr>
152
154
</tbody>
153
155
</table></div>
154
156
</div>
155
157
<hr>
156
 
<div class="refsect2" lang="en">
 
158
<div class="refsect2" title="e_destination_store_list_destinations ()">
157
159
<a name="e-destination-store-list-destinations"></a><h3>e_destination_store_list_destinations ()</h3>
158
160
<pre class="programlisting"><span class="returnvalue">GList</span> *             e_destination_store_list_destinations
159
161
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>);</pre>
160
162
<p>
161
 
Gets a list of all the <a href="../libebook/EDestination.html"><span class="type">EDestinations</span></a> in <em class="parameter"><code>destination_store</code></em>.</p>
 
163
Gets a list of all the <span class="type">EDestinations</span> in <em class="parameter"><code>destination_store</code></em>.
 
164
</p>
162
165
<div class="variablelist"><table border="0">
163
166
<col align="left" valign="top">
164
167
<tbody>
169
172
</tr>
170
173
<tr>
171
174
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
172
 
<td> A <span class="type">GList</span> of pointers to <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a>. The list is owned
173
 
by the caller, but the <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> elements aren't.
 
175
<td> A <span class="type">GList</span> of pointers to <span class="type">EDestination</span>. The list is owned
 
176
by the caller, but the <span class="type">EDestination</span> elements aren't.
174
177
</td>
175
178
</tr>
176
179
</tbody>
177
180
</table></div>
178
181
</div>
179
182
<hr>
180
 
<div class="refsect2" lang="en">
 
183
<div class="refsect2" title="e_destination_store_insert_destination ()">
181
184
<a name="e-destination-store-insert-destination"></a><h3>e_destination_store_insert_destination ()</h3>
182
185
<pre class="programlisting"><span class="returnvalue">void</span>                e_destination_store_insert_destination
183
186
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
184
187
                                                         <em class="parameter"><code><span class="type">gint</span> index</code></em>,
185
 
                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);</pre>
 
188
                                                         <em class="parameter"><code><span class="type">EDestination</span> *destination</code></em>);</pre>
186
189
<p>
187
190
Inserts <em class="parameter"><code>destination</code></em> into <em class="parameter"><code>destination_store</code></em> at the position
188
 
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>
 
191
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>.
 
192
</p>
189
193
<div class="variablelist"><table border="0">
190
194
<col align="left" valign="top">
191
195
<tbody>
201
205
</tr>
202
206
<tr>
203
207
<td><p><span class="term"><em class="parameter"><code>destination</code></em> :</span></p></td>
204
 
<td>an <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> to insert
 
208
<td>an <span class="type">EDestination</span> to insert
205
209
</td>
206
210
</tr>
207
211
</tbody>
208
212
</table></div>
209
213
</div>
210
214
<hr>
211
 
<div class="refsect2" lang="en">
 
215
<div class="refsect2" title="e_destination_store_append_destination ()">
212
216
<a name="e-destination-store-append-destination"></a><h3>e_destination_store_append_destination ()</h3>
213
217
<pre class="programlisting"><span class="returnvalue">void</span>                e_destination_store_append_destination
214
218
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
215
 
                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);</pre>
 
219
                                                         <em class="parameter"><code><span class="type">EDestination</span> *destination</code></em>);</pre>
216
220
<p>
217
221
Appends <em class="parameter"><code>destination</code></em> to the list of destinations in <em class="parameter"><code>destination_store</code></em>.
218
 
<em class="parameter"><code>destination_store</code></em> will ref <em class="parameter"><code>destination</code></em>.</p>
 
222
<em class="parameter"><code>destination_store</code></em> will ref <em class="parameter"><code>destination</code></em>.
 
223
</p>
219
224
<div class="variablelist"><table border="0">
220
225
<col align="left" valign="top">
221
226
<tbody>
226
231
</tr>
227
232
<tr>
228
233
<td><p><span class="term"><em class="parameter"><code>destination</code></em> :</span></p></td>
229
 
<td>an <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a>
 
234
<td>an <span class="type">EDestination</span>
230
235
</td>
231
236
</tr>
232
237
</tbody>
233
238
</table></div>
234
239
</div>
235
240
<hr>
236
 
<div class="refsect2" lang="en">
 
241
<div class="refsect2" title="e_destination_store_remove_destination ()">
237
242
<a name="e-destination-store-remove-destination"></a><h3>e_destination_store_remove_destination ()</h3>
238
243
<pre class="programlisting"><span class="returnvalue">void</span>                e_destination_store_remove_destination
239
244
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
240
 
                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);</pre>
 
245
                                                         <em class="parameter"><code><span class="type">EDestination</span> *destination</code></em>);</pre>
241
246
<p>
242
247
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
243
 
unref <em class="parameter"><code>destination</code></em>.</p>
 
248
unref <em class="parameter"><code>destination</code></em>.
 
249
</p>
244
250
<div class="variablelist"><table border="0">
245
251
<col align="left" valign="top">
246
252
<tbody>
251
257
</tr>
252
258
<tr>
253
259
<td><p><span class="term"><em class="parameter"><code>destination</code></em> :</span></p></td>
254
 
<td>an <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> to remove
 
260
<td>an <span class="type">EDestination</span> to remove
255
261
</td>
256
262
</tr>
257
263
</tbody>
258
264
</table></div>
259
265
</div>
260
266
<hr>
261
 
<div class="refsect2" lang="en">
 
267
<div class="refsect2" title="e_destination_store_remove_destination_nth ()">
262
268
<a name="e-destination-store-remove-destination-nth"></a><h3>e_destination_store_remove_destination_nth ()</h3>
263
269
<pre class="programlisting"><span class="returnvalue">void</span>                e_destination_store_remove_destination_nth
264
270
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
282
288
</table></div>
283
289
</div>
284
290
<hr>
285
 
<div class="refsect2" lang="en">
 
291
<div class="refsect2" title="e_destination_store_get_destination_count ()">
286
292
<a name="e-destination-store-get-destination-count"></a><h3>e_destination_store_get_destination_count ()</h3>
287
293
<pre class="programlisting"><span class="returnvalue">guint</span>               e_destination_store_get_destination_count
288
294
                                                        (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>);</pre>
305
311
</table></div>
306
312
</div>
307
313
<hr>
308
 
<div class="refsect2" lang="en">
 
314
<div class="refsect2" title="e_destination_store_get_path ()">
309
315
<a name="e-destination-store-get-path"></a><h3>e_destination_store_get_path ()</h3>
310
316
<pre class="programlisting"><span class="returnvalue">GtkTreePath</span> *       e_destination_store_get_path        (<em class="parameter"><code><span class="type">GtkTreeModel</span> *tree_model</code></em>,
311
317
                                                         <em class="parameter"><code><span class="type">GtkTreeIter</span> *iter</code></em>);</pre>