~ubuntu-branches/ubuntu/dapper/evolution-data-server/dapper-updates

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libebook/html/EVCard.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-02-27 22:17:31 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060227221731-8qmgp0o0d2ooncle
Tags: 1.5.92-0ubuntu1
* New upstream version
* debian/patches/01_weather_calendar_fix.patch:
  - fixed with the new version
* debian/patches/04_external_libdb_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html xmlns:cf="http://docbook.sourceforge.net/xmlns/chunkfast/1.0">
 
1
<html>
3
2
<head>
4
3
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
4
<title>EVCard</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.0">
 
5
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
6
<link rel="start" href="index.html" title="Evolution API Reference: libebook, the Addressbook Library">
8
7
<link rel="up" href="ch01.html" title="Evolution API Reference: libebook, the Addressbook Library">
9
8
<link rel="prev" href="EContact.html" title="EContact">
13
12
<link rel="chapter" href="ch01.html" title="Evolution API Reference: libebook, the Addressbook Library">
14
13
</head>
15
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
17
 
<tr valign="middle">
 
15
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
18
16
<td><a accesskey="p" href="EContact.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
19
17
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
20
18
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
21
19
<th width="100%" align="center">Evolution API Reference: libebook, the Addressbook Library</th>
22
20
<td><a accesskey="n" href="EBookListener.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23
 
</tr>
24
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
25
 
                  &#160;|&#160;
26
 
                  <a href="#desc" class="shortcut">Description</a>
27
 
                  &#160;|&#160;
28
 
                  <a href="#object_hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr>
29
 
</table>
 
21
</tr></table>
30
22
<div class="refentry" lang="en">
31
23
<a name="EVCard"></a><div class="titlepage"></div>
32
24
<div class="refnamediv"><table width="100%"><tr>
33
25
<td valign="top">
34
 
<h2><span class="refentrytitle"><a name="top_of_page"></a>EVCard</span></h2>
 
26
<h2><span class="refentrytitle">EVCard</span></h2>
35
27
<p>EVCard &#8212; Contact data in the VCard format.</p>
36
28
</td>
37
29
<td valign="top" align="right"></td>
38
30
</tr></table></div>
39
31
<div class="refsynopsisdiv">
40
 
<a name="synopsis"></a><h2>Synopsis</h2>
 
32
<h2>Synopsis</h2>
41
33
<pre class="synopsis">
42
34
 
43
35
 
106
98
void        <a href="EVCard.html#e-vcard-attribute-param-remove-values">e_vcard_attribute_param_remove_values</a>
107
99
                                            (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);
108
100
<a
109
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
101
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
110
102
>GList</a>*      <a href="EVCard.html#e-vcard-get-attributes">e_vcard_get_attributes</a>          (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard);
111
103
const char* <a href="EVCard.html#e-vcard-attribute-get-group">e_vcard_attribute_get_group</a>     (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);
112
104
const char* <a href="EVCard.html#e-vcard-attribute-get-name">e_vcard_attribute_get_name</a>      (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);
113
105
<a
114
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
106
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
115
107
>GList</a>*      <a href="EVCard.html#e-vcard-attribute-get-values">e_vcard_attribute_get_values</a>    (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);
116
108
<a
117
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
109
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
118
110
>GList</a>*      <a href="EVCard.html#e-vcard-attribute-get-values-decoded">e_vcard_attribute_get_values_decoded</a>
119
111
                                            (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);
120
112
<a
121
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
113
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
122
114
>GList</a>*      <a href="EVCard.html#e-vcard-attribute-get-params">e_vcard_attribute_get_params</a>    (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);
123
115
const char* <a href="EVCard.html#e-vcard-attribute-param-get-name">e_vcard_attribute_param_get_name</a>
124
116
                                            (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);
125
117
<a
126
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
118
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
127
119
>GList</a>*      <a href="EVCard.html#e-vcard-attribute-param-get-values">e_vcard_attribute_param_get_values</a>
128
120
                                            (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);
129
121
#define     <a href="EVCard.html#EVC-ADR:CAPS">EVC_ADR</a>
174
166
</pre>
175
167
</div>
176
168
<div class="refsect1" lang="en">
177
 
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
 
169
<a name="id2578466"></a><h2>Object Hierarchy</h2>
178
170
<pre class="synopsis">
179
171
 
180
172
  <a
181
 
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
173
href="/opt/gnome/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
182
174
>GObject</a>
183
175
   +----EVCard
184
176
         +----<a href="EContact.html" title="EContact">EContact</a>
185
177
</pre>
186
178
</div>
187
179
<div class="refsect1" lang="en">
188
 
<a name="desc"></a><h2>Description</h2>
 
180
<a name="id2578492"></a><h2>Description</h2>
189
181
<p>
190
182
Does the low-level parsing work for contact information. This data is more conveniently accessed through the EContact object.
191
183
</p>
192
184
</div>
193
185
<div class="refsect1" lang="en">
194
 
<a name="details"></a><h2>Details</h2>
 
186
<a name="id2578505"></a><h2>Details</h2>
195
187
<div class="refsect2" lang="en">
196
 
<a name="id2580747"></a><h3>
 
188
<a name="id2578511"></a><h3>
197
189
<a name="EVCard-struct"></a>EVCard</h3>
198
 
<a class="indexterm" name="id2580759"></a><pre class="programlisting">typedef struct _EVCard EVCard;</pre>
 
190
<a class="indexterm" name="id2578522"></a><pre class="programlisting">typedef struct _EVCard EVCard;</pre>
199
191
<p>
200
192
 
201
193
</p>
202
194
</div>
203
195
<hr>
204
196
<div class="refsect2" lang="en">
205
 
<a name="id2580774"></a><h3>
 
197
<a name="id2578537"></a><h3>
206
198
<a name="EVCardFormat"></a>enum EVCardFormat</h3>
207
 
<a class="indexterm" name="id2580787"></a><pre class="programlisting">typedef enum {
 
199
<a class="indexterm" name="id2578547"></a><pre class="programlisting">typedef enum {
208
200
        EVC_FORMAT_VCARD_21,
209
201
        EVC_FORMAT_VCARD_30
210
202
} EVCardFormat;
215
207
</div>
216
208
<hr>
217
209
<div class="refsect2" lang="en">
218
 
<a name="id2580804"></a><h3>
 
210
<a name="id2578564"></a><h3>
219
211
<a name="EVCardAttribute"></a>EVCardAttribute</h3>
220
 
<a class="indexterm" name="id2580816"></a><pre class="programlisting">typedef struct _EVCardAttribute EVCardAttribute;</pre>
 
212
<a class="indexterm" name="id2578574"></a><pre class="programlisting">typedef struct _EVCardAttribute EVCardAttribute;</pre>
221
213
<p>
222
214
 
223
215
</p>
224
216
</div>
225
217
<hr>
226
218
<div class="refsect2" lang="en">
227
 
<a name="id2580832"></a><h3>
 
219
<a name="id2578591"></a><h3>
228
220
<a name="EVCardAttributeParam"></a>EVCardAttributeParam</h3>
229
 
<a class="indexterm" name="id2580844"></a><pre class="programlisting">typedef struct _EVCardAttributeParam EVCardAttributeParam;</pre>
 
221
<a class="indexterm" name="id2578600"></a><pre class="programlisting">typedef struct _EVCardAttributeParam EVCardAttributeParam;</pre>
230
222
<p>
231
223
 
232
224
</p>
233
225
</div>
234
226
<hr>
235
227
<div class="refsect2" lang="en">
236
 
<a name="id2580860"></a><h3>
 
228
<a name="id2578616"></a><h3>
237
229
<a name="e-vcard-construct"></a>e_vcard_construct ()</h3>
238
 
<a class="indexterm" name="id2580872"></a><pre class="programlisting">void        e_vcard_construct               (<a href="EVCard.html" title="EVCard">EVCard</a> *evc,
 
230
<a class="indexterm" name="id2578626"></a><pre class="programlisting">void        e_vcard_construct               (<a href="EVCard.html" title="EVCard">EVCard</a> *evc,
239
231
                                             const char *str);</pre>
240
232
<p>
241
233
 
262
254
</div>
263
255
<hr>
264
256
<div class="refsect2" lang="en">
265
 
<a name="id2580939"></a><h3>
 
257
<a name="id2578692"></a><h3>
266
258
<a name="e-vcard-new"></a>e_vcard_new ()</h3>
267
 
<a class="indexterm" name="id2580951"></a><pre class="programlisting"><a href="EVCard.html" title="EVCard">EVCard</a>*     e_vcard_new                     (void);</pre>
 
259
<a class="indexterm" name="id2578702"></a><pre class="programlisting"><a href="EVCard.html" title="EVCard">EVCard</a>*     e_vcard_new                     (void);</pre>
268
260
<p>
269
261
Creates a new, blank <a href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a>.</p>
270
262
<p>
282
274
</div>
283
275
<hr>
284
276
<div class="refsect2" lang="en">
285
 
<a name="id2581005"></a><h3>
 
277
<a name="id2578756"></a><h3>
286
278
<a name="e-vcard-new-from-string"></a>e_vcard_new_from_string ()</h3>
287
 
<a class="indexterm" name="id2581016"></a><pre class="programlisting"><a href="EVCard.html" title="EVCard">EVCard</a>*     e_vcard_new_from_string         (const char *str);</pre>
 
279
<a class="indexterm" name="id2578765"></a><pre class="programlisting"><a href="EVCard.html" title="EVCard">EVCard</a>*     e_vcard_new_from_string         (const char *str);</pre>
288
280
<p>
289
281
Creates a new <a href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a> from the passed-in string
290
282
representation.</p>
311
303
</div>
312
304
<hr>
313
305
<div class="refsect2" lang="en">
314
 
<a name="id2581091"></a><h3>
 
306
<a name="id2578841"></a><h3>
315
307
<a name="e-vcard-to-string"></a>e_vcard_to_string ()</h3>
316
 
<a class="indexterm" name="id2581104"></a><pre class="programlisting">char*       e_vcard_to_string               (<a href="EVCard.html" title="EVCard">EVCard</a> *evc,
 
308
<a class="indexterm" name="id2578851"></a><pre class="programlisting">char*       e_vcard_to_string               (<a href="EVCard.html" title="EVCard">EVCard</a> *evc,
317
309
                                             <a href="EVCard.html#EVCardFormat">EVCardFormat</a> format);</pre>
318
310
<p>
319
311
Exports <em class="parameter"><code>evc</code></em> to a string representation, specified
347
339
</div>
348
340
<hr>
349
341
<div class="refsect2" lang="en">
350
 
<a name="id2581205"></a><h3>
 
342
<a name="id2578952"></a><h3>
351
343
<a name="e-vcard-dump-structure"></a>e_vcard_dump_structure ()</h3>
352
 
<a class="indexterm" name="id2581216"></a><pre class="programlisting">void        e_vcard_dump_structure          (<a href="EVCard.html" title="EVCard">EVCard</a> *evc);</pre>
 
344
<a class="indexterm" name="id2578961"></a><pre class="programlisting">void        e_vcard_dump_structure          (<a href="EVCard.html" title="EVCard">EVCard</a> *evc);</pre>
353
345
<p>
354
346
Prints a dump of <em class="parameter"><code>evc</code></em>'s structure to stdout. Used for
355
347
debugging.</p>
368
360
</div>
369
361
<hr>
370
362
<div class="refsect2" lang="en">
371
 
<a name="id2581279"></a><h3>
 
363
<a name="id2579024"></a><h3>
372
364
<a name="e-vcard-attribute-new"></a>e_vcard_attribute_new ()</h3>
373
 
<a class="indexterm" name="id2581290"></a><pre class="programlisting"><a href="EVCard.html#EVCardAttribute">EVCardAttribute</a>* e_vcard_attribute_new      (const char *attr_group,
 
365
<a class="indexterm" name="id2579033"></a><pre class="programlisting"><a href="EVCard.html#EVCardAttribute">EVCardAttribute</a>* e_vcard_attribute_new      (const char *attr_group,
374
366
                                             const char *attr_name);</pre>
375
367
<p>
376
368
Creates a new <a href="EVCard.html#EVCardAttribute"><span class="type">EVCardAttribute</span></a> with the specified group and
404
396
</div>
405
397
<hr>
406
398
<div class="refsect2" lang="en">
407
 
<a name="id2581388"></a><h3>
 
399
<a name="id2579130"></a><h3>
408
400
<a name="e-vcard-attribute-free"></a>e_vcard_attribute_free ()</h3>
409
 
<a class="indexterm" name="id2581399"></a><pre class="programlisting">void        e_vcard_attribute_free          (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
401
<a class="indexterm" name="id2579139"></a><pre class="programlisting">void        e_vcard_attribute_free          (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
410
402
<p>
411
403
Frees an attribute, its values and its parameters.</p>
412
404
<p>
424
416
</div>
425
417
<hr>
426
418
<div class="refsect2" lang="en">
427
 
<a name="id2588169"></a><h3>
 
419
<a name="id2579189"></a><h3>
428
420
<a name="e-vcard-attribute-copy"></a>e_vcard_attribute_copy ()</h3>
429
 
<a class="indexterm" name="id2588179"></a><pre class="programlisting"><a href="EVCard.html#EVCardAttribute">EVCardAttribute</a>* e_vcard_attribute_copy     (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
421
<a class="indexterm" name="id2579198"></a><pre class="programlisting"><a href="EVCard.html#EVCardAttribute">EVCardAttribute</a>* e_vcard_attribute_copy     (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
430
422
<p>
431
423
Makes a copy of <em class="parameter"><code>attr</code></em>.</p>
432
424
<p>
452
444
</div>
453
445
<hr>
454
446
<div class="refsect2" lang="en">
455
 
<a name="id2588251"></a><h3>
 
447
<a name="id2579278"></a><h3>
456
448
<a name="e-vcard-remove-attributes"></a>e_vcard_remove_attributes ()</h3>
457
 
<a class="indexterm" name="id2588263"></a><pre class="programlisting">void        e_vcard_remove_attributes       (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard,
 
449
<a class="indexterm" name="id2579288"></a><pre class="programlisting">void        e_vcard_remove_attributes       (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard,
458
450
                                             const char *attr_group,
459
451
                                             const char *attr_name);</pre>
460
452
<p>
491
483
</div>
492
484
<hr>
493
485
<div class="refsect2" lang="en">
494
 
<a name="id2588371"></a><h3>
 
486
<a name="id2586006"></a><h3>
495
487
<a name="e-vcard-remove-attribute"></a>e_vcard_remove_attribute ()</h3>
496
 
<a class="indexterm" name="id2588382"></a><pre class="programlisting">void        e_vcard_remove_attribute        (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard,
 
488
<a class="indexterm" name="id2586014"></a><pre class="programlisting">void        e_vcard_remove_attribute        (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard,
497
489
                                             <a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
498
490
<p>
499
491
Removes <em class="parameter"><code>attr</code></em> from <em class="parameter"><code>evc</code></em> and frees it.</p>
520
512
</div>
521
513
<hr>
522
514
<div class="refsect2" lang="en">
523
 
<a name="id2588472"></a><h3>
 
515
<a name="id2586098"></a><h3>
524
516
<a name="e-vcard-add-attribute"></a>e_vcard_add_attribute ()</h3>
525
 
<a class="indexterm" name="id2588484"></a><pre class="programlisting">void        e_vcard_add_attribute           (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard,
 
517
<a class="indexterm" name="id2586107"></a><pre class="programlisting">void        e_vcard_add_attribute           (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard,
526
518
                                             <a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
527
519
<p>
528
520
Adds <em class="parameter"><code>attr</code></em> to <em class="parameter"><code>evc</code></em>.</p>
549
541
</div>
550
542
<hr>
551
543
<div class="refsect2" lang="en">
552
 
<a name="id2588573"></a><h3>
 
544
<a name="id2586197"></a><h3>
553
545
<a name="e-vcard-add-attribute-with-value"></a>e_vcard_add_attribute_with_value ()</h3>
554
 
<a class="indexterm" name="id2588587"></a><pre class="programlisting">void        e_vcard_add_attribute_with_value
 
546
<a class="indexterm" name="id2586208"></a><pre class="programlisting">void        e_vcard_add_attribute_with_value
555
547
                                            (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard,
556
548
                                             <a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
557
549
                                             const char *value);</pre>
586
578
</div>
587
579
<hr>
588
580
<div class="refsect2" lang="en">
589
 
<a name="id2588713"></a><h3>
 
581
<a name="id2586334"></a><h3>
590
582
<a name="e-vcard-add-attribute-with-values"></a>e_vcard_add_attribute_with_values ()</h3>
591
 
<a class="indexterm" name="id2588727"></a><pre class="programlisting">void        e_vcard_add_attribute_with_values
 
583
<a class="indexterm" name="id2586346"></a><pre class="programlisting">void        e_vcard_add_attribute_with_values
592
584
                                            (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard,
593
585
                                             <a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
594
586
                                             ...);</pre>
623
615
</div>
624
616
<hr>
625
617
<div class="refsect2" lang="en">
626
 
<a name="id2588846"></a><h3>
 
618
<a name="id2586465"></a><h3>
627
619
<a name="e-vcard-attribute-add-value"></a>e_vcard_attribute_add_value ()</h3>
628
 
<a class="indexterm" name="id2588858"></a><pre class="programlisting">void        e_vcard_attribute_add_value     (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
 
620
<a class="indexterm" name="id2586475"></a><pre class="programlisting">void        e_vcard_attribute_add_value     (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
629
621
                                             const char *value);</pre>
630
622
<p>
631
623
Adds <em class="parameter"><code>value</code></em> to <em class="parameter"><code>attr</code></em>'s list of values.</p>
652
644
</div>
653
645
<hr>
654
646
<div class="refsect2" lang="en">
655
 
<a name="id2558924"></a><h3>
 
647
<a name="id2586565"></a><h3>
656
648
<a name="e-vcard-attribute-add-value-decoded"></a>e_vcard_attribute_add_value_decoded ()</h3>
657
 
<a class="indexterm" name="id2588946"></a><pre class="programlisting">void        e_vcard_attribute_add_value_decoded
 
649
<a class="indexterm" name="id2586576"></a><pre class="programlisting">void        e_vcard_attribute_add_value_decoded
658
650
                                            (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
659
651
                                             const char *value,
660
652
                                             int len);</pre>
690
682
</div>
691
683
<hr>
692
684
<div class="refsect2" lang="en">
693
 
<a name="id2589052"></a><h3>
 
685
<a name="id2586696"></a><h3>
694
686
<a name="e-vcard-attribute-add-values"></a>e_vcard_attribute_add_values ()</h3>
695
 
<a class="indexterm" name="id2589064"></a><pre class="programlisting">void        e_vcard_attribute_add_values    (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
 
687
<a class="indexterm" name="id2586707"></a><pre class="programlisting">void        e_vcard_attribute_add_values    (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
696
688
                                             ...);</pre>
697
689
<p>
698
690
Adds a list of values to <em class="parameter"><code>attr</code></em>.</p>
722
714
</div>
723
715
<hr>
724
716
<div class="refsect2" lang="en">
725
 
<a name="id2589140"></a><h3>
 
717
<a name="id2586791"></a><h3>
726
718
<a name="e-vcard-attribute-remove-values"></a>e_vcard_attribute_remove_values ()</h3>
727
 
<a class="indexterm" name="id2589152"></a><pre class="programlisting">void        e_vcard_attribute_remove_values (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
719
<a class="indexterm" name="id2586802"></a><pre class="programlisting">void        e_vcard_attribute_remove_values (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
728
720
<p>
729
721
Removes all values from <em class="parameter"><code>attr</code></em>.</p>
730
722
<p>
742
734
</div>
743
735
<hr>
744
736
<div class="refsect2" lang="en">
745
 
<a name="id2589208"></a><h3>
 
737
<a name="id2586865"></a><h3>
746
738
<a name="e-vcard-attribute-remove-params"></a>e_vcard_attribute_remove_params ()</h3>
747
 
<a class="indexterm" name="id2589221"></a><pre class="programlisting">void        e_vcard_attribute_remove_params (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
739
<a class="indexterm" name="id2586876"></a><pre class="programlisting">void        e_vcard_attribute_remove_params (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
748
740
<p>
749
741
Removes all parameters from <em class="parameter"><code>attr</code></em>.</p>
750
742
<p>
762
754
</div>
763
755
<hr>
764
756
<div class="refsect2" lang="en">
765
 
<a name="id2589277"></a><h3>
 
757
<a name="id2586940"></a><h3>
766
758
<a name="e-vcard-attribute-param-new"></a>e_vcard_attribute_param_new ()</h3>
767
 
<a class="indexterm" name="id2589288"></a><pre class="programlisting"><a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a>* e_vcard_attribute_param_new
 
759
<a class="indexterm" name="id2586950"></a><pre class="programlisting"><a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a>* e_vcard_attribute_param_new
768
760
                                            (const char *param_name);</pre>
769
761
<p>
770
762
Creates a new parameter named <em class="parameter"><code>name</code></em>.</p>
791
783
</div>
792
784
<hr>
793
785
<div class="refsect2" lang="en">
794
 
<a name="id2589354"></a><h3>
 
786
<a name="id2587023"></a><h3>
795
787
<a name="e-vcard-attribute-param-free"></a>e_vcard_attribute_param_free ()</h3>
796
 
<a class="indexterm" name="id2589367"></a><pre class="programlisting">void        e_vcard_attribute_param_free    (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
 
788
<a class="indexterm" name="id2587034"></a><pre class="programlisting">void        e_vcard_attribute_param_free    (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
797
789
<p>
798
790
Frees <em class="parameter"><code>param</code></em> and its values.</p>
799
791
<p>
811
803
</div>
812
804
<hr>
813
805
<div class="refsect2" lang="en">
814
 
<a name="id2589423"></a><h3>
 
806
<a name="id2587096"></a><h3>
815
807
<a name="e-vcard-attribute-param-copy"></a>e_vcard_attribute_param_copy ()</h3>
816
 
<a class="indexterm" name="id2589435"></a><pre class="programlisting"><a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a>* e_vcard_attribute_param_copy
 
808
<a class="indexterm" name="id2587107"></a><pre class="programlisting"><a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a>* e_vcard_attribute_param_copy
817
809
                                            (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
818
810
<p>
819
811
Makes a copy of <em class="parameter"><code>param</code></em>.</p>
840
832
</div>
841
833
<hr>
842
834
<div class="refsect2" lang="en">
843
 
<a name="id2589513"></a><h3>
 
835
<a name="id2587192"></a><h3>
844
836
<a name="e-vcard-attribute-add-param"></a>e_vcard_attribute_add_param ()</h3>
845
 
<a class="indexterm" name="id2589524"></a><pre class="programlisting">void        e_vcard_attribute_add_param     (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
 
837
<a class="indexterm" name="id2587202"></a><pre class="programlisting">void        e_vcard_attribute_add_param     (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
846
838
                                             <a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
847
839
<p>
848
840
Adds <em class="parameter"><code>param</code></em> to <em class="parameter"><code>attr</code></em>'s list of parameters.</p>
869
861
</div>
870
862
<hr>
871
863
<div class="refsect2" lang="en">
872
 
<a name="id2589609"></a><h3>
 
864
<a name="id2587297"></a><h3>
873
865
<a name="e-vcard-attribute-add-param-with-value"></a>e_vcard_attribute_add_param_with_value ()</h3>
874
 
<a class="indexterm" name="id2589622"></a><pre class="programlisting">void        e_vcard_attribute_add_param_with_value
 
866
<a class="indexterm" name="id2587309"></a><pre class="programlisting">void        e_vcard_attribute_add_param_with_value
875
867
                                            (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
876
868
                                             <a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param,
877
869
                                             const char *value);</pre>
906
898
</div>
907
899
<hr>
908
900
<div class="refsect2" lang="en">
909
 
<a name="id2589739"></a><h3>
 
901
<a name="id2587440"></a><h3>
910
902
<a name="e-vcard-attribute-add-param-with-values"></a>e_vcard_attribute_add_param_with_values ()</h3>
911
 
<a class="indexterm" name="id2589752"></a><pre class="programlisting">void        e_vcard_attribute_add_param_with_values
 
903
<a class="indexterm" name="id2587451"></a><pre class="programlisting">void        e_vcard_attribute_add_param_with_values
912
904
                                            (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr,
913
905
                                             <a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param,
914
906
                                             ...);</pre>
947
939
</div>
948
940
<hr>
949
941
<div class="refsect2" lang="en">
950
 
<a name="id2589864"></a><h3>
 
942
<a name="id2587577"></a><h3>
951
943
<a name="e-vcard-attribute-param-add-value"></a>e_vcard_attribute_param_add_value ()</h3>
952
 
<a class="indexterm" name="id2589878"></a><pre class="programlisting">void        e_vcard_attribute_param_add_value
 
944
<a class="indexterm" name="id2587588"></a><pre class="programlisting">void        e_vcard_attribute_param_add_value
953
945
                                            (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param,
954
946
                                             const char *value);</pre>
955
947
<p>
977
969
</div>
978
970
<hr>
979
971
<div class="refsect2" lang="en">
980
 
<a name="id2589958"></a><h3>
 
972
<a name="id2587678"></a><h3>
981
973
<a name="e-vcard-attribute-param-add-values"></a>e_vcard_attribute_param_add_values ()</h3>
982
 
<a class="indexterm" name="id2589971"></a><pre class="programlisting">void        e_vcard_attribute_param_add_values
 
974
<a class="indexterm" name="id2587689"></a><pre class="programlisting">void        e_vcard_attribute_param_add_values
983
975
                                            (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param,
984
976
                                             ...);</pre>
985
977
<p>
1010
1002
</div>
1011
1003
<hr>
1012
1004
<div class="refsect2" lang="en">
1013
 
<a name="id2590047"></a><h3>
 
1005
<a name="id2587772"></a><h3>
1014
1006
<a name="e-vcard-attribute-param-remove-values"></a>e_vcard_attribute_param_remove_values ()</h3>
1015
 
<a class="indexterm" name="id2590060"></a><pre class="programlisting">void        e_vcard_attribute_param_remove_values
 
1007
<a class="indexterm" name="id2587784"></a><pre class="programlisting">void        e_vcard_attribute_param_remove_values
1016
1008
                                            (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
1017
1009
<p>
1018
1010
Removes and frees all values from <em class="parameter"><code>param</code></em>.</p>
1031
1023
</div>
1032
1024
<hr>
1033
1025
<div class="refsect2" lang="en">
1034
 
<a name="id2590117"></a><h3>
 
1026
<a name="id2587847"></a><h3>
1035
1027
<a name="e-vcard-get-attributes"></a>e_vcard_get_attributes ()</h3>
1036
 
<a class="indexterm" name="id2590127"></a><pre class="programlisting"><a
1037
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1028
<a class="indexterm" name="id2587856"></a><pre class="programlisting"><a
 
1029
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
1038
1030
>GList</a>*      e_vcard_get_attributes          (<a href="EVCard.html" title="EVCard">EVCard</a> *evcard);</pre>
1039
1031
<p>
1040
1032
Gets the list of attributes from <em class="parameter"><code>evcard</code></em>. The list and its
1062
1054
</div>
1063
1055
<hr>
1064
1056
<div class="refsect2" lang="en">
1065
 
<a name="id2590206"></a><h3>
 
1057
<a name="id2587928"></a><h3>
1066
1058
<a name="e-vcard-attribute-get-group"></a>e_vcard_attribute_get_group ()</h3>
1067
 
<a class="indexterm" name="id2590217"></a><pre class="programlisting">const char* e_vcard_attribute_get_group     (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
1059
<a class="indexterm" name="id2587937"></a><pre class="programlisting">const char* e_vcard_attribute_get_group     (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1068
1060
<p>
1069
1061
Gets the group name of <em class="parameter"><code>attr</code></em>.</p>
1070
1062
<p>
1090
1082
</div>
1091
1083
<hr>
1092
1084
<div class="refsect2" lang="en">
1093
 
<a name="id2590283"></a><h3>
 
1085
<a name="id2588003"></a><h3>
1094
1086
<a name="e-vcard-attribute-get-name"></a>e_vcard_attribute_get_name ()</h3>
1095
 
<a class="indexterm" name="id2590294"></a><pre class="programlisting">const char* e_vcard_attribute_get_name      (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
1087
<a class="indexterm" name="id2588012"></a><pre class="programlisting">const char* e_vcard_attribute_get_name      (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1096
1088
<p>
1097
1089
Gets the name of <em class="parameter"><code>attr</code></em>.</p>
1098
1090
<p>
1118
1110
</div>
1119
1111
<hr>
1120
1112
<div class="refsect2" lang="en">
1121
 
<a name="id2590360"></a><h3>
 
1113
<a name="id2588078"></a><h3>
1122
1114
<a name="e-vcard-attribute-get-values"></a>e_vcard_attribute_get_values ()</h3>
1123
 
<a class="indexterm" name="id2590372"></a><pre class="programlisting"><a
1124
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1115
<a class="indexterm" name="id2588089"></a><pre class="programlisting"><a
 
1116
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
1125
1117
>GList</a>*      e_vcard_attribute_get_values    (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1126
1118
<p>
1127
1119
Gets the list of values from <em class="parameter"><code>attr</code></em>. The list and its
1149
1141
</div>
1150
1142
<hr>
1151
1143
<div class="refsect2" lang="en">
1152
 
<a name="id2590445"></a><h3>
 
1144
<a name="id2588161"></a><h3>
1153
1145
<a name="e-vcard-attribute-get-values-decoded"></a>e_vcard_attribute_get_values_decoded ()</h3>
1154
 
<a class="indexterm" name="id2590457"></a><pre class="programlisting"><a
1155
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1146
<a class="indexterm" name="id2588172"></a><pre class="programlisting"><a
 
1147
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
1156
1148
>GList</a>*      e_vcard_attribute_get_values_decoded
1157
1149
                                            (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1158
1150
<p>
1175
1167
<td>
1176
1168
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
1177
1169
<td> A list of values of type <a
1178
 
href="../glib/glib-Strings.html#GString"
 
1170
href="/opt/gnome/share/gtk-doc/html/glib/glib-Strings.html#GString"
1179
1171
><span class="type">GString</span></a>.
1180
1172
</td>
1181
1173
</tr>
1184
1176
</div>
1185
1177
<hr>
1186
1178
<div class="refsect2" lang="en">
1187
 
<a name="id2590537"></a><h3>
 
1179
<a name="id2588251"></a><h3>
1188
1180
<a name="e-vcard-attribute-get-params"></a>e_vcard_attribute_get_params ()</h3>
1189
 
<a class="indexterm" name="id2590550"></a><pre class="programlisting"><a
1190
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1181
<a class="indexterm" name="id2588262"></a><pre class="programlisting"><a
 
1182
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
1191
1183
>GList</a>*      e_vcard_attribute_get_params    (<a href="EVCard.html#EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1192
1184
<p>
1193
1185
Gets the list of parameters from <em class="parameter"><code>attr</code></em>. The list and its
1215
1207
</div>
1216
1208
<hr>
1217
1209
<div class="refsect2" lang="en">
1218
 
<a name="id2590629"></a><h3>
 
1210
<a name="id2588341"></a><h3>
1219
1211
<a name="e-vcard-attribute-param-get-name"></a>e_vcard_attribute_param_get_name ()</h3>
1220
 
<a class="indexterm" name="id2590641"></a><pre class="programlisting">const char* e_vcard_attribute_param_get_name
 
1212
<a class="indexterm" name="id2588351"></a><pre class="programlisting">const char* e_vcard_attribute_param_get_name
1221
1213
                                            (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
1222
1214
<p>
1223
1215
Gets the name of <em class="parameter"><code>param</code></em>.</p>
1244
1236
</div>
1245
1237
<hr>
1246
1238
<div class="refsect2" lang="en">
1247
 
<a name="id2590709"></a><h3>
 
1239
<a name="id2588419"></a><h3>
1248
1240
<a name="e-vcard-attribute-param-get-values"></a>e_vcard_attribute_param_get_values ()</h3>
1249
 
<a class="indexterm" name="id2590722"></a><pre class="programlisting"><a
1250
 
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1241
<a class="indexterm" name="id2588430"></a><pre class="programlisting"><a
 
1242
href="/opt/gnome/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
1251
1243
>GList</a>*      e_vcard_attribute_param_get_values
1252
1244
                                            (<a href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
1253
1245
<p>
1276
1268
</div>
1277
1269
<hr>
1278
1270
<div class="refsect2" lang="en">
1279
 
<a name="id2590796"></a><h3>
 
1271
<a name="id2588504"></a><h3>
1280
1272
<a name="EVC-ADR:CAPS"></a>EVC_ADR</h3>
1281
 
<a class="indexterm" name="id2590806"></a><pre class="programlisting">#define EVC_ADR             "ADR"
 
1273
<a class="indexterm" name="id2588512"></a><pre class="programlisting">#define EVC_ADR             "ADR"
1282
1274
</pre>
1283
1275
<p>
1284
1276
 
1286
1278
</div>
1287
1279
<hr>
1288
1280
<div class="refsect2" lang="en">
1289
 
<a name="id2590820"></a><h3>
 
1281
<a name="id2588526"></a><h3>
1290
1282
<a name="EVC-BDAY:CAPS"></a>EVC_BDAY</h3>
1291
 
<a class="indexterm" name="id2590831"></a><pre class="programlisting">#define EVC_BDAY            "BDAY"
 
1283
<a class="indexterm" name="id2588535"></a><pre class="programlisting">#define EVC_BDAY            "BDAY"
1292
1284
</pre>
1293
1285
<p>
1294
1286
Birthday
1296
1288
</div>
1297
1289
<hr>
1298
1290
<div class="refsect2" lang="en">
1299
 
<a name="id2590845"></a><h3>
 
1291
<a name="id2588549"></a><h3>
1300
1292
<a name="EVC-CALURI:CAPS"></a>EVC_CALURI</h3>
1301
 
<a class="indexterm" name="id2590855"></a><pre class="programlisting">#define EVC_CALURI          "CALURI"
 
1293
<a class="indexterm" name="id2588558"></a><pre class="programlisting">#define EVC_CALURI          "CALURI"
1302
1294
</pre>
1303
1295
<p>
1304
1296
Calendar URL
1306
1298
</div>
1307
1299
<hr>
1308
1300
<div class="refsect2" lang="en">
1309
 
<a name="id2590870"></a><h3>
 
1301
<a name="id2588572"></a><h3>
1310
1302
<a name="EVC-CATEGORIES:CAPS"></a>EVC_CATEGORIES</h3>
1311
 
<a class="indexterm" name="id2590880"></a><pre class="programlisting">#define EVC_CATEGORIES      "CATEGORIES"
 
1303
<a class="indexterm" name="id2588580"></a><pre class="programlisting">#define EVC_CATEGORIES      "CATEGORIES"
1312
1304
</pre>
1313
1305
<p>
1314
1306
Categories
1316
1308
</div>
1317
1309
<hr>
1318
1310
<div class="refsect2" lang="en">
1319
 
<a name="id2590895"></a><h3>
 
1311
<a name="id2588595"></a><h3>
1320
1312
<a name="EVC-EMAIL:CAPS"></a>EVC_EMAIL</h3>
1321
 
<a class="indexterm" name="id2590905"></a><pre class="programlisting">#define EVC_EMAIL           "EMAIL"
 
1313
<a class="indexterm" name="id2588603"></a><pre class="programlisting">#define EVC_EMAIL           "EMAIL"
1322
1314
</pre>
1323
1315
<p>
1324
1316
Email address
1326
1318
</div>
1327
1319
<hr>
1328
1320
<div class="refsect2" lang="en">
1329
 
<a name="id2590919"></a><h3>
 
1321
<a name="id2588618"></a><h3>
1330
1322
<a name="EVC-ENCODING:CAPS"></a>EVC_ENCODING</h3>
1331
 
<a class="indexterm" name="id2590930"></a><pre class="programlisting">#define EVC_ENCODING        "ENCODING"
 
1323
<a class="indexterm" name="id2588626"></a><pre class="programlisting">#define EVC_ENCODING        "ENCODING"
1332
1324
</pre>
1333
1325
<p>
1334
1326
 
1336
1328
</div>
1337
1329
<hr>
1338
1330
<div class="refsect2" lang="en">
1339
 
<a name="id2590944"></a><h3>
 
1331
<a name="id2588640"></a><h3>
1340
1332
<a name="EVC-FBURL:CAPS"></a>EVC_FBURL</h3>
1341
 
<a class="indexterm" name="id2590955"></a><pre class="programlisting">#define EVC_FBURL           "FBURL"
 
1333
<a class="indexterm" name="id2588649"></a><pre class="programlisting">#define EVC_FBURL           "FBURL"
1342
1334
</pre>
1343
1335
<p>
1344
1336
 
1346
1338
</div>
1347
1339
<hr>
1348
1340
<div class="refsect2" lang="en">
1349
 
<a name="id2590969"></a><h3>
 
1341
<a name="id2588663"></a><h3>
1350
1342
<a name="EVC-FN:CAPS"></a>EVC_FN</h3>
1351
 
<a class="indexterm" name="id2590979"></a><pre class="programlisting">#define EVC_FN              "FN"
 
1343
<a class="indexterm" name="id2588672"></a><pre class="programlisting">#define EVC_FN              "FN"
1352
1344
</pre>
1353
1345
<p>
1354
1346
 
1356
1348
</div>
1357
1349
<hr>
1358
1350
<div class="refsect2" lang="en">
1359
 
<a name="id2590995"></a><h3>
 
1351
<a name="id2588686"></a><h3>
1360
1352
<a name="EVC-ICSCALENDAR:CAPS"></a>EVC_ICSCALENDAR</h3>
1361
 
<a class="indexterm" name="id2591009"></a><pre class="programlisting">#define EVC_ICSCALENDAR     "ICSCALENDAR" /* XXX should this be X-EVOLUTION-ICSCALENDAR? */
 
1353
<a class="indexterm" name="id2588694"></a><pre class="programlisting">#define EVC_ICSCALENDAR     "ICSCALENDAR" /* XXX should this be X-EVOLUTION-ICSCALENDAR? */
1362
1354
</pre>
1363
1355
<p>
1364
1356
 
1366
1358
</div>
1367
1359
<hr>
1368
1360
<div class="refsect2" lang="en">
1369
 
<a name="id2591026"></a><h3>
 
1361
<a name="id2588710"></a><h3>
1370
1362
<a name="EVC-LABEL:CAPS"></a>EVC_LABEL</h3>
1371
 
<a class="indexterm" name="id2591039"></a><pre class="programlisting">#define EVC_LABEL           "LABEL"
 
1363
<a class="indexterm" name="id2588718"></a><pre class="programlisting">#define EVC_LABEL           "LABEL"
1372
1364
</pre>
1373
1365
<p>
1374
1366
 
1376
1368
</div>
1377
1369
<hr>
1378
1370
<div class="refsect2" lang="en">
1379
 
<a name="id2591055"></a><h3>
 
1371
<a name="id2588732"></a><h3>
1380
1372
<a name="EVC-LOGO:CAPS"></a>EVC_LOGO</h3>
1381
 
<a class="indexterm" name="id2591068"></a><pre class="programlisting">#define EVC_LOGO            "LOGO"
 
1373
<a class="indexterm" name="id2588741"></a><pre class="programlisting">#define EVC_LOGO            "LOGO"
1382
1374
</pre>
1383
1375
<p>
1384
1376
 
1386
1378
</div>
1387
1379
<hr>
1388
1380
<div class="refsect2" lang="en">
1389
 
<a name="id2591084"></a><h3>
 
1381
<a name="id2588755"></a><h3>
1390
1382
<a name="EVC-MAILER:CAPS"></a>EVC_MAILER</h3>
1391
 
<a class="indexterm" name="id2591097"></a><pre class="programlisting">#define EVC_MAILER          "MAILER"
 
1383
<a class="indexterm" name="id2588763"></a><pre class="programlisting">#define EVC_MAILER          "MAILER"
1392
1384
</pre>
1393
1385
<p>
1394
1386
 
1396
1388
</div>
1397
1389
<hr>
1398
1390
<div class="refsect2" lang="en">
1399
 
<a name="id2591113"></a><h3>
 
1391
<a name="id2588778"></a><h3>
1400
1392
<a name="EVC-NICKNAME:CAPS"></a>EVC_NICKNAME</h3>
1401
 
<a class="indexterm" name="id2591126"></a><pre class="programlisting">#define EVC_NICKNAME        "NICKNAME"
 
1393
<a class="indexterm" name="id2588786"></a><pre class="programlisting">#define EVC_NICKNAME        "NICKNAME"
1402
1394
</pre>
1403
1395
<p>
1404
1396
Nickname
1406
1398
</div>
1407
1399
<hr>
1408
1400
<div class="refsect2" lang="en">
1409
 
<a name="id2591143"></a><h3>
 
1401
<a name="id2588801"></a><h3>
1410
1402
<a name="EVC-N:CAPS"></a>EVC_N</h3>
1411
 
<a class="indexterm" name="id2591155"></a><pre class="programlisting">#define EVC_N               "N"
 
1403
<a class="indexterm" name="id2588809"></a><pre class="programlisting">#define EVC_N               "N"
1412
1404
</pre>
1413
1405
<p>
1414
1406
 
1416
1408
</div>
1417
1409
<hr>
1418
1410
<div class="refsect2" lang="en">
1419
 
<a name="id2591171"></a><h3>
 
1411
<a name="id2588823"></a><h3>
1420
1412
<a name="EVC-NOTE:CAPS"></a>EVC_NOTE</h3>
1421
 
<a class="indexterm" name="id2591185"></a><pre class="programlisting">#define EVC_NOTE            "NOTE"
 
1413
<a class="indexterm" name="id2588832"></a><pre class="programlisting">#define EVC_NOTE            "NOTE"
1422
1414
</pre>
1423
1415
<p>
1424
1416
 
1426
1418
</div>
1427
1419
<hr>
1428
1420
<div class="refsect2" lang="en">
1429
 
<a name="id2591201"></a><h3>
 
1421
<a name="id2588846"></a><h3>
1430
1422
<a name="EVC-ORG:CAPS"></a>EVC_ORG</h3>
1431
 
<a class="indexterm" name="id2591214"></a><pre class="programlisting">#define EVC_ORG             "ORG"
 
1423
<a class="indexterm" name="id2588854"></a><pre class="programlisting">#define EVC_ORG             "ORG"
1432
1424
</pre>
1433
1425
<p>
1434
1426
Organisation
1436
1428
</div>
1437
1429
<hr>
1438
1430
<div class="refsect2" lang="en">
1439
 
<a name="id2591230"></a><h3>
 
1431
<a name="id2588869"></a><h3>
1440
1432
<a name="EVC-PHOTO:CAPS"></a>EVC_PHOTO</h3>
1441
 
<a class="indexterm" name="id2591244"></a><pre class="programlisting">#define EVC_PHOTO           "PHOTO"
 
1433
<a class="indexterm" name="id2588877"></a><pre class="programlisting">#define EVC_PHOTO           "PHOTO"
1442
1434
</pre>
1443
1435
<p>
1444
1436
Photo
1446
1438
</div>
1447
1439
<hr>
1448
1440
<div class="refsect2" lang="en">
1449
 
<a name="id2591260"></a><h3>
 
1441
<a name="id2588891"></a><h3>
1450
1442
<a name="EVC-PRODID:CAPS"></a>EVC_PRODID</h3>
1451
 
<a class="indexterm" name="id2591273"></a><pre class="programlisting">#define EVC_PRODID          "PRODID"
 
1443
<a class="indexterm" name="id2588900"></a><pre class="programlisting">#define EVC_PRODID          "PRODID"
1452
1444
</pre>
1453
1445
<p>
1454
1446
 
1456
1448
</div>
1457
1449
<hr>
1458
1450
<div class="refsect2" lang="en">
1459
 
<a name="id2591289"></a><h3>
 
1451
<a name="id2588914"></a><h3>
1460
1452
<a name="EVC-QUOTEDPRINTABLE:CAPS"></a>EVC_QUOTEDPRINTABLE</h3>
1461
 
<a class="indexterm" name="id2591303"></a><pre class="programlisting">#define EVC_QUOTEDPRINTABLE "QUOTED-PRINTABLE"
 
1453
<a class="indexterm" name="id2588923"></a><pre class="programlisting">#define EVC_QUOTEDPRINTABLE "QUOTED-PRINTABLE"
1462
1454
</pre>
1463
1455
<p>
1464
1456
 
1466
1458
</div>
1467
1459
<hr>
1468
1460
<div class="refsect2" lang="en">
1469
 
<a name="id2591319"></a><h3>
 
1461
<a name="id2588937"></a><h3>
1470
1462
<a name="EVC-REV:CAPS"></a>EVC_REV</h3>
1471
 
<a class="indexterm" name="id2591332"></a><pre class="programlisting">#define EVC_REV             "REV"
 
1463
<a class="indexterm" name="id2588946"></a><pre class="programlisting">#define EVC_REV             "REV"
1472
1464
</pre>
1473
1465
<p>
1474
1466
 
1476
1468
</div>
1477
1469
<hr>
1478
1470
<div class="refsect2" lang="en">
1479
 
<a name="id2591347"></a><h3>
 
1471
<a name="id2588960"></a><h3>
1480
1472
<a name="EVC-ROLE:CAPS"></a>EVC_ROLE</h3>
1481
 
<a class="indexterm" name="id2591361"></a><pre class="programlisting">#define EVC_ROLE            "ROLE"
 
1473
<a class="indexterm" name="id2588968"></a><pre class="programlisting">#define EVC_ROLE            "ROLE"
1482
1474
</pre>
1483
1475
<p>
1484
1476
Role
1486
1478
</div>
1487
1479
<hr>
1488
1480
<div class="refsect2" lang="en">
1489
 
<a name="id2591377"></a><h3>
 
1481
<a name="id2588982"></a><h3>
1490
1482
<a name="EVC-TEL:CAPS"></a>EVC_TEL</h3>
1491
 
<a class="indexterm" name="id2591390"></a><pre class="programlisting">#define EVC_TEL             "TEL"
 
1483
<a class="indexterm" name="id2588991"></a><pre class="programlisting">#define EVC_TEL             "TEL"
1492
1484
</pre>
1493
1485
<p>
1494
1486
Telephone
1496
1488
</div>
1497
1489
<hr>
1498
1490
<div class="refsect2" lang="en">
1499
 
<a name="id2591406"></a><h3>
 
1491
<a name="id2589005"></a><h3>
1500
1492
<a name="EVC-TITLE:CAPS"></a>EVC_TITLE</h3>
1501
 
<a class="indexterm" name="id2591420"></a><pre class="programlisting">#define EVC_TITLE           "TITLE"
 
1493
<a class="indexterm" name="id2589014"></a><pre class="programlisting">#define EVC_TITLE           "TITLE"
1502
1494
</pre>
1503
1495
<p>
1504
1496
Title
1506
1498
</div>
1507
1499
<hr>
1508
1500
<div class="refsect2" lang="en">
1509
 
<a name="id2591436"></a><h3>
 
1501
<a name="id2589028"></a><h3>
1510
1502
<a name="EVC-TYPE:CAPS"></a>EVC_TYPE</h3>
1511
 
<a class="indexterm" name="id2591449"></a><pre class="programlisting">#define EVC_TYPE            "TYPE"
 
1503
<a class="indexterm" name="id2589036"></a><pre class="programlisting">#define EVC_TYPE            "TYPE"
1512
1504
</pre>
1513
1505
<p>
1514
1506
 
1516
1508
</div>
1517
1509
<hr>
1518
1510
<div class="refsect2" lang="en">
1519
 
<a name="id2591465"></a><h3>
 
1511
<a name="id2589051"></a><h3>
1520
1512
<a name="EVC-UID:CAPS"></a>EVC_UID</h3>
1521
 
<a class="indexterm" name="id2591479"></a><pre class="programlisting">#define EVC_UID             "UID"
 
1513
<a class="indexterm" name="id2589059"></a><pre class="programlisting">#define EVC_UID             "UID"
1522
1514
</pre>
1523
1515
<p>
1524
1516
Unique ID
1526
1518
</div>
1527
1519
<hr>
1528
1520
<div class="refsect2" lang="en">
1529
 
<a name="id2591494"></a><h3>
 
1521
<a name="id2589073"></a><h3>
1530
1522
<a name="EVC-URL:CAPS"></a>EVC_URL</h3>
1531
 
<a class="indexterm" name="id2591507"></a><pre class="programlisting">#define EVC_URL             "URL"
 
1523
<a class="indexterm" name="id2589082"></a><pre class="programlisting">#define EVC_URL             "URL"
1532
1524
</pre>
1533
1525
<p>
1534
1526
Home page URL
1536
1528
</div>
1537
1529
<hr>
1538
1530
<div class="refsect2" lang="en">
1539
 
<a name="id2591523"></a><h3>
 
1531
<a name="id2589096"></a><h3>
1540
1532
<a name="EVC-VALUE:CAPS"></a>EVC_VALUE</h3>
1541
 
<a class="indexterm" name="id2591536"></a><pre class="programlisting">#define EVC_VALUE           "VALUE"
 
1533
<a class="indexterm" name="id2589104"></a><pre class="programlisting">#define EVC_VALUE           "VALUE"
1542
1534
</pre>
1543
1535
<p>
1544
1536
 
1546
1538
</div>
1547
1539
<hr>
1548
1540
<div class="refsect2" lang="en">
1549
 
<a name="id2591552"></a><h3>
 
1541
<a name="id2589119"></a><h3>
1550
1542
<a name="EVC-VERSION:CAPS"></a>EVC_VERSION</h3>
1551
 
<a class="indexterm" name="id2591565"></a><pre class="programlisting">#define EVC_VERSION         "VERSION"
 
1543
<a class="indexterm" name="id2589127"></a><pre class="programlisting">#define EVC_VERSION         "VERSION"
1552
1544
</pre>
1553
1545
<p>
1554
1546
 
1556
1548
</div>
1557
1549
<hr>
1558
1550
<div class="refsect2" lang="en">
1559
 
<a name="id2591581"></a><h3>
 
1551
<a name="id2589142"></a><h3>
1560
1552
<a name="EVC-X-AIM:CAPS"></a>EVC_X_AIM</h3>
1561
 
<a class="indexterm" name="id2591595"></a><pre class="programlisting">#define EVC_X_AIM              "X-AIM"
 
1553
<a class="indexterm" name="id2589150"></a><pre class="programlisting">#define EVC_X_AIM              "X-AIM"
1562
1554
</pre>
1563
1555
<p>
1564
1556
AIM ID
1566
1558
</div>
1567
1559
<hr>
1568
1560
<div class="refsect2" lang="en">
1569
 
<a name="id2591610"></a><h3>
 
1561
<a name="id2589164"></a><h3>
1570
1562
<a name="EVC-X-ANNIVERSARY:CAPS"></a>EVC_X_ANNIVERSARY</h3>
1571
 
<a class="indexterm" name="id2591625"></a><pre class="programlisting">#define EVC_X_ANNIVERSARY      "X-EVOLUTION-ANNIVERSARY"
 
1563
<a class="indexterm" name="id2589173"></a><pre class="programlisting">#define EVC_X_ANNIVERSARY      "X-EVOLUTION-ANNIVERSARY"
1572
1564
</pre>
1573
1565
<p>
1574
1566
Wedding anniversary
1576
1568
</div>
1577
1569
<hr>
1578
1570
<div class="refsect2" lang="en">
1579
 
<a name="id2591641"></a><h3>
 
1571
<a name="id2589187"></a><h3>
1580
1572
<a name="EVC-X-ASSISTANT:CAPS"></a>EVC_X_ASSISTANT</h3>
1581
 
<a class="indexterm" name="id2591655"></a><pre class="programlisting">#define EVC_X_ASSISTANT        "X-EVOLUTION-ASSISTANT"
 
1573
<a class="indexterm" name="id2589196"></a><pre class="programlisting">#define EVC_X_ASSISTANT        "X-EVOLUTION-ASSISTANT"
1582
1574
</pre>
1583
1575
<p>
1584
1576
Assistant
1586
1578
</div>
1587
1579
<hr>
1588
1580
<div class="refsect2" lang="en">
1589
 
<a name="id2591671"></a><h3>
 
1581
<a name="id2589210"></a><h3>
1590
1582
<a name="EVC-X-BIRTHDAY:CAPS"></a>EVC_X_BIRTHDAY</h3>
1591
 
<a class="indexterm" name="id2591684"></a><pre class="programlisting">#define EVC_X_BIRTHDAY         "X-EVOLUTION-BIRTHDAY"
 
1583
<a class="indexterm" name="id2589219"></a><pre class="programlisting">#define EVC_X_BIRTHDAY         "X-EVOLUTION-BIRTHDAY"
1592
1584
</pre>
1593
1585
<p>
1594
1586
Birthday
1596
1588
</div>
1597
1589
<hr>
1598
1590
<div class="refsect2" lang="en">
1599
 
<a name="id2591701"></a><h3>
 
1591
<a name="id2589234"></a><h3>
1600
1592
<a name="EVC-X-BLOG-URL:CAPS"></a>EVC_X_BLOG_URL</h3>
1601
 
<a class="indexterm" name="id2591714"></a><pre class="programlisting">#define EVC_X_BLOG_URL         "X-EVOLUTION-BLOG-URL"
 
1593
<a class="indexterm" name="id2589242"></a><pre class="programlisting">#define EVC_X_BLOG_URL         "X-EVOLUTION-BLOG-URL"
1602
1594
</pre>
1603
1595
<p>
1604
1596
Blog URL
1606
1598
</div>
1607
1599
<hr>
1608
1600
<div class="refsect2" lang="en">
1609
 
<a name="id2591730"></a><h3>
 
1601
<a name="id2589257"></a><h3>
1610
1602
<a name="EVC-X-FILE-AS:CAPS"></a>EVC_X_FILE_AS</h3>
1611
 
<a class="indexterm" name="id2591743"></a><pre class="programlisting">#define EVC_X_FILE_AS          "X-EVOLUTION-FILE-AS"
 
1603
<a class="indexterm" name="id2589265"></a><pre class="programlisting">#define EVC_X_FILE_AS          "X-EVOLUTION-FILE-AS"
1612
1604
</pre>
1613
1605
<p>
1614
1606
File As
1616
1608
</div>
1617
1609
<hr>
1618
1610
<div class="refsect2" lang="en">
1619
 
<a name="id2591760"></a><h3>
 
1611
<a name="id2589280"></a><h3>
1620
1612
<a name="EVC-X-ICQ:CAPS"></a>EVC_X_ICQ</h3>
1621
 
<a class="indexterm" name="id2591773"></a><pre class="programlisting">#define EVC_X_ICQ              "X-ICQ"
 
1613
<a class="indexterm" name="id2589288"></a><pre class="programlisting">#define EVC_X_ICQ              "X-ICQ"
1622
1614
</pre>
1623
1615
<p>
1624
1616
ICQ number
1626
1618
</div>
1627
1619
<hr>
1628
1620
<div class="refsect2" lang="en">
1629
 
<a name="id2591789"></a><h3>
 
1621
<a name="id2589302"></a><h3>
1630
1622
<a name="EVC-X-JABBER:CAPS"></a>EVC_X_JABBER</h3>
1631
 
<a class="indexterm" name="id2591802"></a><pre class="programlisting">#define EVC_X_JABBER           "X-JABBER"
 
1623
<a class="indexterm" name="id2589311"></a><pre class="programlisting">#define EVC_X_JABBER           "X-JABBER"
1632
1624
</pre>
1633
1625
<p>
1634
1626
Jabber ID
1636
1628
</div>
1637
1629
<hr>
1638
1630
<div class="refsect2" lang="en">
1639
 
<a name="id2591818"></a><h3>
 
1631
<a name="id2589325"></a><h3>
1640
1632
<a name="EVC-X-LIST-SHOW-ADDRESSES:CAPS"></a>EVC_X_LIST_SHOW_ADDRESSES</h3>
1641
 
<a class="indexterm" name="id2591833"></a><pre class="programlisting">#define EVC_X_LIST_SHOW_ADDRESSES "X-EVOLUTION-LIST-SHOW_ADDRESSES"
 
1633
<a class="indexterm" name="id2589336"></a><pre class="programlisting">#define EVC_X_LIST_SHOW_ADDRESSES "X-EVOLUTION-LIST-SHOW_ADDRESSES"
1642
1634
</pre>
1643
1635
<p>
1644
1636
 
1646
1638
</div>
1647
1639
<hr>
1648
1640
<div class="refsect2" lang="en">
1649
 
<a name="id2591850"></a><h3>
 
1641
<a name="id2589351"></a><h3>
1650
1642
<a name="EVC-X-LIST:CAPS"></a>EVC_X_LIST</h3>
1651
 
<a class="indexterm" name="id2591863"></a><pre class="programlisting">#define EVC_X_LIST                "X-EVOLUTION-LIST"
 
1643
<a class="indexterm" name="id2589359"></a><pre class="programlisting">#define EVC_X_LIST                "X-EVOLUTION-LIST"
1652
1644
</pre>
1653
1645
<p>
1654
1646
 
1656
1648
</div>
1657
1649
<hr>
1658
1650
<div class="refsect2" lang="en">
1659
 
<a name="id2591879"></a><h3>
 
1651
<a name="id2589374"></a><h3>
1660
1652
<a name="EVC-X-MANAGER:CAPS"></a>EVC_X_MANAGER</h3>
1661
 
<a class="indexterm" name="id2591892"></a><pre class="programlisting">#define EVC_X_MANAGER             "X-EVOLUTION-MANAGER"
 
1653
<a class="indexterm" name="id2589382"></a><pre class="programlisting">#define EVC_X_MANAGER             "X-EVOLUTION-MANAGER"
1662
1654
</pre>
1663
1655
<p>
1664
1656
Mananger
1666
1658
</div>
1667
1659
<hr>
1668
1660
<div class="refsect2" lang="en">
1669
 
<a name="id2591909"></a><h3>
 
1661
<a name="id2589396"></a><h3>
1670
1662
<a name="EVC-X-MSN:CAPS"></a>EVC_X_MSN</h3>
1671
 
<a class="indexterm" name="id2591922"></a><pre class="programlisting">#define EVC_X_MSN                 "X-MSN"
 
1663
<a class="indexterm" name="id2589406"></a><pre class="programlisting">#define EVC_X_MSN                 "X-MSN"
1672
1664
</pre>
1673
1665
<p>
1674
1666
MSN ID
1676
1668
</div>
1677
1669
<hr>
1678
1670
<div class="refsect2" lang="en">
1679
 
<a name="id2591938"></a><h3>
 
1671
<a name="id2589422"></a><h3>
1680
1672
<a name="EVC-X-SPOUSE:CAPS"></a>EVC_X_SPOUSE</h3>
1681
 
<a class="indexterm" name="id2591951"></a><pre class="programlisting">#define EVC_X_SPOUSE              "X-EVOLUTION-SPOUSE"
 
1673
<a class="indexterm" name="id2589433"></a><pre class="programlisting">#define EVC_X_SPOUSE              "X-EVOLUTION-SPOUSE"
1682
1674
</pre>
1683
1675
<p>
1684
1676
Spouse
1686
1678
</div>
1687
1679
<hr>
1688
1680
<div class="refsect2" lang="en">
1689
 
<a name="id2591967"></a><h3>
 
1681
<a name="id2589449"></a><h3>
1690
1682
<a name="EVC-X-WANTS-HTML:CAPS"></a>EVC_X_WANTS_HTML</h3>
1691
 
<a class="indexterm" name="id2591982"></a><pre class="programlisting">#define EVC_X_WANTS_HTML          "X-MOZILLA-HTML"
 
1683
<a class="indexterm" name="id2589461"></a><pre class="programlisting">#define EVC_X_WANTS_HTML          "X-MOZILLA-HTML"
1692
1684
</pre>
1693
1685
<p>
1694
1686
Wants HTML mail
1696
1688
</div>
1697
1689
<hr>
1698
1690
<div class="refsect2" lang="en">
1699
 
<a name="id2591998"></a><h3>
 
1691
<a name="id2589478"></a><h3>
1700
1692
<a name="EVC-X-YAHOO:CAPS"></a>EVC_X_YAHOO</h3>
1701
 
<a class="indexterm" name="id2592011"></a><pre class="programlisting">#define EVC_X_YAHOO               "X-YAHOO"
 
1693
<a class="indexterm" name="id2589488"></a><pre class="programlisting">#define EVC_X_YAHOO               "X-YAHOO"
1702
1694
</pre>
1703
1695
<p>
1704
1696
Yahoo ID
1706
1698
</div>
1707
1699
</div>
1708
1700
<div class="refsect1" lang="en">
1709
 
<a name="id2592028"></a><h2>See Also</h2>
 
1701
<a name="id2589506"></a><h2>See Also</h2>
1710
1702
<p>
1711
1703
<span class="type">e-contact</span>
1712
1704
</p>
1713
1705
</div>
1714
1706
</div>
 
1707
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
 
1708
<td align="left"><a accesskey="p" href="EContact.html"><b>&lt;&lt;&#160;EContact</b></a></td>
 
1709
<td align="right"><a accesskey="n" href="EBookListener.html"><b>EBookListener&#160;&gt;&gt;</b></a></td>
 
1710
</tr></table>
1715
1711
</body>
1716
1712
</html>