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

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/camel-camel-operation.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>camel-operation</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="Camel Reference Manual">
8
8
<link rel="up" href="Fundamentals.html" title="Fundamentals">
9
9
<link rel="prev" href="camel-CamelObject.html" title="CamelObject">
43
43
                <a href="#camel-camel-operation.description" class="shortcut">Description</a>
44
44
</td></tr>
45
45
</table>
46
 
<div class="refentry" lang="en">
 
46
<div class="refentry" title="camel-operation">
47
47
<a name="camel-camel-operation"></a><div class="titlepage"></div>
48
48
<div class="refnamediv"><table width="100%"><tr>
49
49
<td valign="top">
52
52
</td>
53
53
<td valign="top" align="right"></td>
54
54
</tr></table></div>
55
 
<div class="refsynopsisdiv">
 
55
<div class="refsynopsisdiv" title="Synopsis">
56
56
<a name="camel-camel-operation.synopsis"></a><h2>Synopsis</h2>
57
57
<pre class="synopsis">
58
58
                    <a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a>;
59
59
void                (<a class="link" href="camel-camel-operation.html#CamelOperationStatusFunc" title="CamelOperationStatusFunc ()">*CamelOperationStatusFunc</a>)         (struct _CamelOperation *op,
60
 
                                                         const gchar *what,
61
 
                                                         gint pc,
62
 
                                                         gpointer data);
 
60
                                                         const <a
 
61
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
62
>gchar</a> *what,
 
63
                                                         <a
 
64
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
65
>gint</a> pc,
 
66
                                                         <a
 
67
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
68
>gpointer</a> data);
63
69
enum                <a class="link" href="camel-camel-operation.html#camel-operation-status-t" title="enum camel_operation_status_t">camel_operation_status_t</a>;
64
70
<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *    <a class="link" href="camel-camel-operation.html#camel-operation-new" title="camel_operation_new ()">camel_operation_new</a>                 (<a class="link" href="camel-camel-operation.html#CamelOperationStatusFunc" title="CamelOperationStatusFunc ()">CamelOperationStatusFunc</a> status,
65
 
                                                         gpointer status_data);
 
71
                                                         <a
 
72
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
73
>gpointer</a> status_data);
66
74
void                <a class="link" href="camel-camel-operation.html#camel-operation-mute" title="camel_operation_mute ()">camel_operation_mute</a>                (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
67
75
void                <a class="link" href="camel-camel-operation.html#camel-operation-ref" title="camel_operation_ref ()">camel_operation_ref</a>                 (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
68
76
void                <a class="link" href="camel-camel-operation.html#camel-operation-unref" title="camel_operation_unref ()">camel_operation_unref</a>               (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
72
80
void                <a class="link" href="camel-camel-operation.html#camel-operation-unregister" title="camel_operation_unregister ()">camel_operation_unregister</a>          (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
73
81
void                <a class="link" href="camel-camel-operation.html#camel-operation-cancel-block" title="camel_operation_cancel_block ()">camel_operation_cancel_block</a>        (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
74
82
void                <a class="link" href="camel-camel-operation.html#camel-operation-cancel-unblock" title="camel_operation_cancel_unblock ()">camel_operation_cancel_unblock</a>      (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
75
 
gint                <a class="link" href="camel-camel-operation.html#camel-operation-cancel-check" title="camel_operation_cancel_check ()">camel_operation_cancel_check</a>        (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
76
 
gint                <a class="link" href="camel-camel-operation.html#camel-operation-cancel-fd" title="camel_operation_cancel_fd ()">camel_operation_cancel_fd</a>           (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
 
83
<a
 
84
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
85
>gint</a>                <a class="link" href="camel-camel-operation.html#camel-operation-cancel-check" title="camel_operation_cancel_check ()">camel_operation_cancel_check</a>        (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
 
86
<a
 
87
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
88
>gint</a>                <a class="link" href="camel-camel-operation.html#camel-operation-cancel-fd" title="camel_operation_cancel_fd ()">camel_operation_cancel_fd</a>           (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
77
89
struct PRFileDesc * <a class="link" href="camel-camel-operation.html#camel-operation-cancel-prfd" title="camel_operation_cancel_prfd ()">camel_operation_cancel_prfd</a>         (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
78
90
<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *    <a class="link" href="camel-camel-operation.html#camel-operation-registered" title="camel_operation_registered ()">camel_operation_registered</a>          (void);
79
91
void                <a class="link" href="camel-camel-operation.html#camel-operation-start" title="camel_operation_start ()">camel_operation_start</a>               (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc,
80
 
                                                         const gchar *what,
 
92
                                                         const <a
 
93
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
94
>gchar</a> *what,
81
95
                                                         ...);
82
96
void                <a class="link" href="camel-camel-operation.html#camel-operation-start-transient" title="camel_operation_start_transient ()">camel_operation_start_transient</a>     (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc,
83
 
                                                         const gchar *what,
 
97
                                                         const <a
 
98
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
99
>gchar</a> *what,
84
100
                                                         ...);
85
101
void                <a class="link" href="camel-camel-operation.html#camel-operation-progress" title="camel_operation_progress ()">camel_operation_progress</a>            (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc,
86
 
                                                         gint pc);
 
102
                                                         <a
 
103
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
104
>gint</a> pc);
87
105
void                <a class="link" href="camel-camel-operation.html#camel-operation-progress-count" title="camel_operation_progress_count ()">camel_operation_progress_count</a>      (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc,
88
 
                                                         gint sofar);
 
106
                                                         <a
 
107
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
108
>gint</a> sofar);
89
109
void                <a class="link" href="camel-camel-operation.html#camel-operation-end" title="camel_operation_end ()">camel_operation_end</a>                 (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);
90
110
</pre>
91
111
</div>
92
 
<div class="refsect1" lang="en">
 
112
<div class="refsect1" title="Description">
93
113
<a name="camel-camel-operation.description"></a><h2>Description</h2>
94
114
<p>
95
115
</p>
96
116
</div>
97
 
<div class="refsect1" lang="en">
 
117
<div class="refsect1" title="Details">
98
118
<a name="camel-camel-operation.details"></a><h2>Details</h2>
99
 
<div class="refsect2" lang="en">
 
119
<div class="refsect2" title="CamelOperation">
100
120
<a name="CamelOperation"></a><h3>CamelOperation</h3>
101
121
<pre class="programlisting">typedef struct _CamelOperation CamelOperation;</pre>
102
122
<p>
103
123
</p>
104
124
</div>
105
125
<hr>
106
 
<div class="refsect2" lang="en">
 
126
<div class="refsect2" title="CamelOperationStatusFunc ()">
107
127
<a name="CamelOperationStatusFunc"></a><h3>CamelOperationStatusFunc ()</h3>
108
128
<pre class="programlisting">void                (*CamelOperationStatusFunc)         (struct _CamelOperation *op,
109
 
                                                         const gchar *what,
110
 
                                                         gint pc,
111
 
                                                         gpointer data);</pre>
 
129
                                                         const <a
 
130
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
131
>gchar</a> *what,
 
132
                                                         <a
 
133
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
134
>gint</a> pc,
 
135
                                                         <a
 
136
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
137
>gpointer</a> data);</pre>
112
138
<p>
113
139
</p>
114
140
<div class="variablelist"><table border="0">
138
164
</table></div>
139
165
</div>
140
166
<hr>
141
 
<div class="refsect2" lang="en">
 
167
<div class="refsect2" title="enum camel_operation_status_t">
142
168
<a name="camel-operation-status-t"></a><h3>enum camel_operation_status_t</h3>
143
169
<pre class="programlisting">typedef enum _camel_operation_status_t {
144
170
        CAMEL_OPERATION_START = -1,
149
175
</p>
150
176
</div>
151
177
<hr>
152
 
<div class="refsect2" lang="en">
 
178
<div class="refsect2" title="camel_operation_new ()">
153
179
<a name="camel-operation-new"></a><h3>camel_operation_new ()</h3>
154
180
<pre class="programlisting"><a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *    camel_operation_new                 (<a class="link" href="camel-camel-operation.html#CamelOperationStatusFunc" title="CamelOperationStatusFunc ()">CamelOperationStatusFunc</a> status,
155
 
                                                         gpointer status_data);</pre>
 
181
                                                         <a
 
182
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
183
>gpointer</a> status_data);</pre>
156
184
<p>
157
185
Create a new camel operation handle.  Camel operation handles can
158
186
be used in a multithreaded application (or a single operation
184
212
</table></div>
185
213
</div>
186
214
<hr>
187
 
<div class="refsect2" lang="en">
 
215
<div class="refsect2" title="camel_operation_mute ()">
188
216
<a name="camel-operation-mute"></a><h3>camel_operation_mute ()</h3>
189
217
<pre class="programlisting">void                camel_operation_mute                (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
190
218
<p>
202
230
</table></div>
203
231
</div>
204
232
<hr>
205
 
<div class="refsect2" lang="en">
 
233
<div class="refsect2" title="camel_operation_ref ()">
206
234
<a name="camel-operation-ref"></a><h3>camel_operation_ref ()</h3>
207
235
<pre class="programlisting">void                camel_operation_ref                 (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
208
236
<p>
219
247
</table></div>
220
248
</div>
221
249
<hr>
222
 
<div class="refsect2" lang="en">
 
250
<div class="refsect2" title="camel_operation_unref ()">
223
251
<a name="camel-operation-unref"></a><h3>camel_operation_unref ()</h3>
224
252
<pre class="programlisting">void                camel_operation_unref               (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
225
253
<p>
236
264
</table></div>
237
265
</div>
238
266
<hr>
239
 
<div class="refsect2" lang="en">
 
267
<div class="refsect2" title="camel_operation_cancel ()">
240
268
<a name="camel-operation-cancel"></a><h3>camel_operation_cancel ()</h3>
241
269
<pre class="programlisting">void                camel_operation_cancel              (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
242
270
<p>
254
282
</table></div>
255
283
</div>
256
284
<hr>
257
 
<div class="refsect2" lang="en">
 
285
<div class="refsect2" title="camel_operation_uncancel ()">
258
286
<a name="camel-operation-uncancel"></a><h3>camel_operation_uncancel ()</h3>
259
287
<pre class="programlisting">void                camel_operation_uncancel            (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
260
288
<p>
277
305
</table></div>
278
306
</div>
279
307
<hr>
280
 
<div class="refsect2" lang="en">
 
308
<div class="refsect2" title="camel_operation_register ()">
281
309
<a name="camel-operation-register"></a><h3>camel_operation_register ()</h3>
282
310
<pre class="programlisting"><a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *    camel_operation_register            (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
283
311
<p>
308
336
</table></div>
309
337
</div>
310
338
<hr>
311
 
<div class="refsect2" lang="en">
 
339
<div class="refsect2" title="camel_operation_unregister ()">
312
340
<a name="camel-operation-unregister"></a><h3>camel_operation_unregister ()</h3>
313
341
<pre class="programlisting">void                camel_operation_unregister          (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
314
342
<p>
325
353
</table></div>
326
354
</div>
327
355
<hr>
328
 
<div class="refsect2" lang="en">
 
356
<div class="refsect2" title="camel_operation_cancel_block ()">
329
357
<a name="camel-operation-cancel-block"></a><h3>camel_operation_cancel_block ()</h3>
330
358
<pre class="programlisting">void                camel_operation_cancel_block        (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
331
359
<p>
343
371
</table></div>
344
372
</div>
345
373
<hr>
346
 
<div class="refsect2" lang="en">
 
374
<div class="refsect2" title="camel_operation_cancel_unblock ()">
347
375
<a name="camel-operation-cancel-unblock"></a><h3>camel_operation_cancel_unblock ()</h3>
348
376
<pre class="programlisting">void                camel_operation_cancel_unblock      (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
349
377
<p>
362
390
</table></div>
363
391
</div>
364
392
<hr>
365
 
<div class="refsect2" lang="en">
 
393
<div class="refsect2" title="camel_operation_cancel_check ()">
366
394
<a name="camel-operation-cancel-check"></a><h3>camel_operation_cancel_check ()</h3>
367
 
<pre class="programlisting">gint                camel_operation_cancel_check        (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
 
395
<pre class="programlisting"><a
 
396
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
397
>gint</a>                camel_operation_cancel_check        (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
368
398
<p>
369
399
Check if cancellation has been applied to <em class="parameter"><code>cc</code></em>.  If <em class="parameter"><code>cc</code></em> is NULL,
370
400
then the CamelOperation registered for the current thread is used.</p>
387
417
</table></div>
388
418
</div>
389
419
<hr>
390
 
<div class="refsect2" lang="en">
 
420
<div class="refsect2" title="camel_operation_cancel_fd ()">
391
421
<a name="camel-operation-cancel-fd"></a><h3>camel_operation_cancel_fd ()</h3>
392
 
<pre class="programlisting">gint                camel_operation_cancel_fd           (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
 
422
<pre class="programlisting"><a
 
423
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
424
>gint</a>                camel_operation_cancel_fd           (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
393
425
<p>
394
426
Retrieve a file descriptor that can be waited on (select, or poll)
395
427
for read, to asynchronously detect cancellation.</p>
413
445
</table></div>
414
446
</div>
415
447
<hr>
416
 
<div class="refsect2" lang="en">
 
448
<div class="refsect2" title="camel_operation_cancel_prfd ()">
417
449
<a name="camel-operation-cancel-prfd"></a><h3>camel_operation_cancel_prfd ()</h3>
418
450
<pre class="programlisting">struct PRFileDesc * camel_operation_cancel_prfd         (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
419
451
<p>
439
471
</table></div>
440
472
</div>
441
473
<hr>
442
 
<div class="refsect2" lang="en">
 
474
<div class="refsect2" title="camel_operation_registered ()">
443
475
<a name="camel-operation-registered"></a><h3>camel_operation_registered ()</h3>
444
476
<pre class="programlisting"><a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *    camel_operation_registered          (void);</pre>
445
477
<p>
450
482
<col align="left" valign="top">
451
483
<tbody><tr>
452
484
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
453
 
<td> the registered operation, or <code class="literal">NULL</code> if none registered.
 
485
<td> the registered operation, or <a
 
486
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
 
487
><code class="literal">NULL</code></a> if none registered.
454
488
</td>
455
489
</tr></tbody>
456
490
</table></div>
457
491
</div>
458
492
<hr>
459
 
<div class="refsect2" lang="en">
 
493
<div class="refsect2" title="camel_operation_start ()">
460
494
<a name="camel-operation-start"></a><h3>camel_operation_start ()</h3>
461
495
<pre class="programlisting">void                camel_operation_start               (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc,
462
 
                                                         const gchar *what,
 
496
                                                         const <a
 
497
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
498
>gchar</a> *what,
463
499
                                                         ...);</pre>
464
500
<p>
465
501
Report the start of an operation.  All start operations should have
488
524
</table></div>
489
525
</div>
490
526
<hr>
491
 
<div class="refsect2" lang="en">
 
527
<div class="refsect2" title="camel_operation_start_transient ()">
492
528
<a name="camel-operation-start-transient"></a><h3>camel_operation_start_transient ()</h3>
493
529
<pre class="programlisting">void                camel_operation_start_transient     (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc,
494
 
                                                         const gchar *what,
 
530
                                                         const <a
 
531
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
532
>gchar</a> *what,
495
533
                                                         ...);</pre>
496
534
<p>
497
535
Start a transient event.  We only update this to the display if it
521
559
</table></div>
522
560
</div>
523
561
<hr>
524
 
<div class="refsect2" lang="en">
 
562
<div class="refsect2" title="camel_operation_progress ()">
525
563
<a name="camel-operation-progress"></a><h3>camel_operation_progress ()</h3>
526
564
<pre class="programlisting">void                camel_operation_progress            (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc,
527
 
                                                         gint pc);</pre>
 
565
                                                         <a
 
566
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
567
>gint</a> pc);</pre>
528
568
<p>
529
569
Report progress on the current operation.  If <em class="parameter"><code>cc</code></em> is NULL, then the
530
570
currently registered operation is used.  <em class="parameter"><code>pc</code></em> reports the current
552
592
</table></div>
553
593
</div>
554
594
<hr>
555
 
<div class="refsect2" lang="en">
 
595
<div class="refsect2" title="camel_operation_progress_count ()">
556
596
<a name="camel-operation-progress-count"></a><h3>camel_operation_progress_count ()</h3>
557
597
<pre class="programlisting">void                camel_operation_progress_count      (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc,
558
 
                                                         gint sofar);</pre>
 
598
                                                         <a
 
599
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
600
>gint</a> sofar);</pre>
559
601
<p>
560
602
</p>
561
603
<p>
577
619
</table></div>
578
620
</div>
579
621
<hr>
580
 
<div class="refsect2" lang="en">
 
622
<div class="refsect2" title="camel_operation_end ()">
581
623
<a name="camel-operation-end"></a><h3>camel_operation_end ()</h3>
582
624
<pre class="programlisting">void                camel_operation_end                 (<a class="link" href="camel-camel-operation.html#CamelOperation" title="CamelOperation">CamelOperation</a> *cc);</pre>
583
625
<p>