File: ix01.html

package info (click to toggle)
evolution-data-server 2.22.3-1.1%2Blenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 69,336 kB
  • ctags: 44,478
  • sloc: ansic: 341,205; xml: 65,790; tcl: 30,499; sh: 19,137; perl: 11,529; cpp: 8,264; java: 7,653; makefile: 6,871; awk: 1,338; yacc: 1,105; sed: 772; cs: 505; lex: 134; python: 30; asm: 14
file content (856 lines) | stat: -rw-r--r-- 53,077 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
<link rel="start" href="index.html" title="Evolution API Reference: libebook, the Addressbook Library">
<link rel="up" href="index.html" title="Evolution API Reference: libebook, the Addressbook Library">
<link rel="prev" href="libebook-ENameWestern.html" title="e-name-western">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Evolution API Reference: libebook, the Addressbook Library">
<link rel="index" href="ix01.html" title="Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="libebook-ENameWestern.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Evolution API Reference: libebook, the Addressbook Library</th>
<td> </td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h2 class="title">
<a name="id2582012"></a>Index</h2></div></div></div>
<div class="index"><div class="indexdiv">
<h3>E</h3>
<dl>
<dt>EAddressWestern, <a class="indexterm" href="libebook-EAddressWestern.html#EAddressWestern">EAddressWestern</a>
</dt>
<dt>EBook, <a class="indexterm" href="EBook.html#EBook-struct">EBook</a>
</dt>
<dt>EBook::auth-required, <a class="indexterm" href="EBook.html#EBook-auth-required">The "auth-required" signal</a>
</dt>
<dt>EBook::backend-died, <a class="indexterm" href="EBook.html#EBook-backend-died">The "backend-died" signal</a>
</dt>
<dt>EBook::connection-status, <a class="indexterm" href="EBook.html#EBook-connection-status">The "connection-status" signal</a>
</dt>
<dt>EBook::writable-status, <a class="indexterm" href="EBook.html#EBook-writable-status">The "writable-status" signal</a>
</dt>
<dt>EBookBookViewCallback, <a class="indexterm" href="EBook.html#EBookBookViewCallback">EBookBookViewCallback ()</a>
</dt>
<dt>EBookCallback, <a class="indexterm" href="EBook.html#EBookCallback">EBookCallback ()</a>
</dt>
<dt>EBookChange, <a class="indexterm" href="libebook-e-book-types.html#EBookChange">EBookChange</a>
</dt>
<dt>EBookChangeType, <a class="indexterm" href="libebook-e-book-types.html#EBookChangeType">enum EBookChangeType</a>
</dt>
<dt>EBookContactCallback, <a class="indexterm" href="EBook.html#EBookContactCallback">EBookContactCallback ()</a>
</dt>
<dt>EBookEListCallback, <a class="indexterm" href="EBook.html#EBookEListCallback">EBookEListCallback ()</a>
</dt>
<dt>EBookIdCallback, <a class="indexterm" href="EBook.html#EBookIdCallback">EBookIdCallback ()</a>
</dt>
<dt>EBookListCallback, <a class="indexterm" href="EBook.html#EBookListCallback">EBookListCallback ()</a>
</dt>
<dt>EBookListener, <a class="indexterm" href="EBookListener.html#EBookListener-struct">EBookListener</a>
</dt>
<dt>EBookListener::response, <a class="indexterm" href="EBookListener.html#EBookListener-response">The "response" signal</a>
</dt>
<dt>EBookListenerOperation, <a class="indexterm" href="EBookListener.html#EBookListenerOperation">enum EBookListenerOperation</a>
</dt>
<dt>EBookListenerResponse, <a class="indexterm" href="EBookListener.html#EBookListenerResponse">EBookListenerResponse</a>
</dt>
<dt>EBookOpenProgressCallback, <a class="indexterm" href="EBook.html#EBookOpenProgressCallback">EBookOpenProgressCallback ()</a>
</dt>
<dt>EBookQuery, <a class="indexterm" href="libebook-e-book-query.html#EBookQuery">EBookQuery</a>
</dt>
<dt>EBookQueryTest, <a class="indexterm" href="libebook-e-book-query.html#EBookQueryTest">enum EBookQueryTest</a>
</dt>
<dt>EBookStatus, <a class="indexterm" href="libebook-e-book-types.html#EBookStatus">enum EBookStatus</a>
</dt>
<dt>EBookView, <a class="indexterm" href="EBookView.html#EBookView-struct">EBookView</a>
</dt>
<dt>EBookView::contacts-added, <a class="indexterm" href="EBookView.html#EBookView-contacts-added">The "contacts-added" signal</a>
</dt>
<dt>EBookView::contacts-changed, <a class="indexterm" href="EBookView.html#EBookView-contacts-changed">The "contacts-changed" signal</a>
</dt>
<dt>EBookView::contacts-removed, <a class="indexterm" href="EBookView.html#EBookView-contacts-removed">The "contacts-removed" signal</a>
</dt>
<dt>EBookView::sequence-complete, <a class="indexterm" href="EBookView.html#EBookView-sequence-complete">The "sequence-complete" signal</a>
</dt>
<dt>EBookView::status-message, <a class="indexterm" href="EBookView.html#EBookView-status-message">The "status-message" signal</a>
</dt>
<dt>EBookViewListener, <a class="indexterm" href="EBookViewListener.html#EBookViewListener-struct">EBookViewListener</a>
</dt>
<dt>EBookViewListener::response, <a class="indexterm" href="EBookViewListener.html#EBookViewListener-response">The "response" signal</a>
</dt>
<dt>EBookViewListenerOperation, <a class="indexterm" href="EBookViewListener.html#EBookViewListenerOperation">enum EBookViewListenerOperation</a>
</dt>
<dt>EBookViewListenerResponse, <a class="indexterm" href="EBookViewListener.html#EBookViewListenerResponse">EBookViewListenerResponse</a>
</dt>
<dt>EBookViewStatus, <a class="indexterm" href="libebook-e-book-types.html#EBookViewStatus">enum EBookViewStatus</a>
</dt>
<dt>EContact, <a class="indexterm" href="EContact.html#EContact-struct">EContact</a>
</dt>
<dt>EContact:address, <a class="indexterm" href="EContact.html#EContact--address">The "address" property</a>
</dt>
<dt>EContact:address-home, <a class="indexterm" href="EContact.html#EContact--address-home">The "address-home" property</a>
</dt>
<dt>EContact:address-label-home, <a class="indexterm" href="EContact.html#EContact--address-label-home">The "address-label-home" property</a>
</dt>
<dt>EContact:address-label-other, <a class="indexterm" href="EContact.html#EContact--address-label-other">The "address-label-other" property</a>
</dt>
<dt>EContact:address-label-work, <a class="indexterm" href="EContact.html#EContact--address-label-work">The "address-label-work" property</a>
</dt>
<dt>EContact:address-other, <a class="indexterm" href="EContact.html#EContact--address-other">The "address-other" property</a>
</dt>
<dt>EContact:address-work, <a class="indexterm" href="EContact.html#EContact--address-work">The "address-work" property</a>
</dt>
<dt>EContact:anniversary, <a class="indexterm" href="EContact.html#EContact--anniversary">The "anniversary" property</a>
</dt>
<dt>EContact:assistant, <a class="indexterm" href="EContact.html#EContact--assistant">The "assistant" property</a>
</dt>
<dt>EContact:assistant-phone, <a class="indexterm" href="EContact.html#EContact--assistant-phone">The "assistant-phone" property</a>
</dt>
<dt>EContact:birth-date, <a class="indexterm" href="EContact.html#EContact--birth-date">The "birth-date" property</a>
</dt>
<dt>EContact:blog-url, <a class="indexterm" href="EContact.html#EContact--blog-url">The "blog-url" property</a>
</dt>
<dt>EContact:book-uri, <a class="indexterm" href="EContact.html#EContact--book-uri">The "book-uri" property</a>
</dt>
<dt>EContact:business-fax, <a class="indexterm" href="EContact.html#EContact--business-fax">The "business-fax" property</a>
</dt>
<dt>EContact:business-phone, <a class="indexterm" href="EContact.html#EContact--business-phone">The "business-phone" property</a>
</dt>
<dt>EContact:business-phone-2, <a class="indexterm" href="EContact.html#EContact--business-phone-2">The "business-phone-2" property</a>
</dt>
<dt>EContact:callback-phone, <a class="indexterm" href="EContact.html#EContact--callback-phone">The "callback-phone" property</a>
</dt>
<dt>EContact:caluri, <a class="indexterm" href="EContact.html#EContact--caluri">The "caluri" property</a>
</dt>
<dt>EContact:car-phone, <a class="indexterm" href="EContact.html#EContact--car-phone">The "car-phone" property</a>
</dt>
<dt>EContact:categories, <a class="indexterm" href="EContact.html#EContact--categories">The "categories" property</a>
</dt>
<dt>EContact:category-list, <a class="indexterm" href="EContact.html#EContact--category-list">The "category-list" property</a>
</dt>
<dt>EContact:company-phone, <a class="indexterm" href="EContact.html#EContact--company-phone">The "company-phone" property</a>
</dt>
<dt>EContact:email, <a class="indexterm" href="EContact.html#EContact--email">The "email" property</a>
</dt>
<dt>EContact:email-1, <a class="indexterm" href="EContact.html#EContact--email-1">The "email-1" property</a>
</dt>
<dt>EContact:email-2, <a class="indexterm" href="EContact.html#EContact--email-2">The "email-2" property</a>
</dt>
<dt>EContact:email-3, <a class="indexterm" href="EContact.html#EContact--email-3">The "email-3" property</a>
</dt>
<dt>EContact:email-4, <a class="indexterm" href="EContact.html#EContact--email-4">The "email-4" property</a>
</dt>
<dt>EContact:family-name, <a class="indexterm" href="EContact.html#EContact--family-name">The "family-name" property</a>
</dt>
<dt>EContact:fburl, <a class="indexterm" href="EContact.html#EContact--fburl">The "fburl" property</a>
</dt>
<dt>EContact:file-as, <a class="indexterm" href="EContact.html#EContact--file-as">The "file-as" property</a>
</dt>
<dt>EContact:full-name, <a class="indexterm" href="EContact.html#EContact--full-name">The "full-name" property</a>
</dt>
<dt>EContact:geo, <a class="indexterm" href="EContact.html#EContact--geo">The "geo" property</a>
</dt>
<dt>EContact:given-name, <a class="indexterm" href="EContact.html#EContact--given-name">The "given-name" property</a>
</dt>
<dt>EContact:home-fax, <a class="indexterm" href="EContact.html#EContact--home-fax">The "home-fax" property</a>
</dt>
<dt>EContact:home-phone, <a class="indexterm" href="EContact.html#EContact--home-phone">The "home-phone" property</a>
</dt>
<dt>EContact:home-phone-2, <a class="indexterm" href="EContact.html#EContact--home-phone-2">The "home-phone-2" property</a>
</dt>
<dt>EContact:homepage-url, <a class="indexterm" href="EContact.html#EContact--homepage-url">The "homepage-url" property</a>
</dt>
<dt>EContact:icscalendar, <a class="indexterm" href="EContact.html#EContact--icscalendar">The "icscalendar" property</a>
</dt>
<dt>EContact:id, <a class="indexterm" href="EContact.html#EContact--id">The "id" property</a>
</dt>
<dt>EContact:im-aim, <a class="indexterm" href="EContact.html#EContact--im-aim">The "im-aim" property</a>
</dt>
<dt>EContact:im-aim-home-1, <a class="indexterm" href="EContact.html#EContact--im-aim-home-1">The "im-aim-home-1" property</a>
</dt>
<dt>EContact:im-aim-home-2, <a class="indexterm" href="EContact.html#EContact--im-aim-home-2">The "im-aim-home-2" property</a>
</dt>
<dt>EContact:im-aim-home-3, <a class="indexterm" href="EContact.html#EContact--im-aim-home-3">The "im-aim-home-3" property</a>
</dt>
<dt>EContact:im-aim-work-1, <a class="indexterm" href="EContact.html#EContact--im-aim-work-1">The "im-aim-work-1" property</a>
</dt>
<dt>EContact:im-aim-work-2, <a class="indexterm" href="EContact.html#EContact--im-aim-work-2">The "im-aim-work-2" property</a>
</dt>
<dt>EContact:im-aim-work-3, <a class="indexterm" href="EContact.html#EContact--im-aim-work-3">The "im-aim-work-3" property</a>
</dt>
<dt>EContact:im-gadugadu, <a class="indexterm" href="EContact.html#EContact--im-gadugadu">The "im-gadugadu" property</a>
</dt>
<dt>EContact:im-gadugadu-home-1, <a class="indexterm" href="EContact.html#EContact--im-gadugadu-home-1">The "im-gadugadu-home-1" property</a>
</dt>
<dt>EContact:im-gadugadu-home-2, <a class="indexterm" href="EContact.html#EContact--im-gadugadu-home-2">The "im-gadugadu-home-2" property</a>
</dt>
<dt>EContact:im-gadugadu-home-3, <a class="indexterm" href="EContact.html#EContact--im-gadugadu-home-3">The "im-gadugadu-home-3" property</a>
</dt>
<dt>EContact:im-gadugadu-work-1, <a class="indexterm" href="EContact.html#EContact--im-gadugadu-work-1">The "im-gadugadu-work-1" property</a>
</dt>
<dt>EContact:im-gadugadu-work-2, <a class="indexterm" href="EContact.html#EContact--im-gadugadu-work-2">The "im-gadugadu-work-2" property</a>
</dt>
<dt>EContact:im-gadugadu-work-3, <a class="indexterm" href="EContact.html#EContact--im-gadugadu-work-3">The "im-gadugadu-work-3" property</a>
</dt>
<dt>EContact:im-groupwise, <a class="indexterm" href="EContact.html#EContact--im-groupwise">The "im-groupwise" property</a>
</dt>
<dt>EContact:im-groupwise-home-1, <a class="indexterm" href="EContact.html#EContact--im-groupwise-home-1">The "im-groupwise-home-1" property</a>
</dt>
<dt>EContact:im-groupwise-home-2, <a class="indexterm" href="EContact.html#EContact--im-groupwise-home-2">The "im-groupwise-home-2" property</a>
</dt>
<dt>EContact:im-groupwise-home-3, <a class="indexterm" href="EContact.html#EContact--im-groupwise-home-3">The "im-groupwise-home-3" property</a>
</dt>
<dt>EContact:im-groupwise-work-1, <a class="indexterm" href="EContact.html#EContact--im-groupwise-work-1">The "im-groupwise-work-1" property</a>
</dt>
<dt>EContact:im-groupwise-work-2, <a class="indexterm" href="EContact.html#EContact--im-groupwise-work-2">The "im-groupwise-work-2" property</a>
</dt>
<dt>EContact:im-groupwise-work-3, <a class="indexterm" href="EContact.html#EContact--im-groupwise-work-3">The "im-groupwise-work-3" property</a>
</dt>
<dt>EContact:im-icq, <a class="indexterm" href="EContact.html#EContact--im-icq">The "im-icq" property</a>
</dt>
<dt>EContact:im-icq-home-1, <a class="indexterm" href="EContact.html#EContact--im-icq-home-1">The "im-icq-home-1" property</a>
</dt>
<dt>EContact:im-icq-home-2, <a class="indexterm" href="EContact.html#EContact--im-icq-home-2">The "im-icq-home-2" property</a>
</dt>
<dt>EContact:im-icq-home-3, <a class="indexterm" href="EContact.html#EContact--im-icq-home-3">The "im-icq-home-3" property</a>
</dt>
<dt>EContact:im-icq-work-1, <a class="indexterm" href="EContact.html#EContact--im-icq-work-1">The "im-icq-work-1" property</a>
</dt>
<dt>EContact:im-icq-work-2, <a class="indexterm" href="EContact.html#EContact--im-icq-work-2">The "im-icq-work-2" property</a>
</dt>
<dt>EContact:im-icq-work-3, <a class="indexterm" href="EContact.html#EContact--im-icq-work-3">The "im-icq-work-3" property</a>
</dt>
<dt>EContact:im-jabber, <a class="indexterm" href="EContact.html#EContact--im-jabber">The "im-jabber" property</a>
</dt>
<dt>EContact:im-jabber-home-1, <a class="indexterm" href="EContact.html#EContact--im-jabber-home-1">The "im-jabber-home-1" property</a>
</dt>
<dt>EContact:im-jabber-home-2, <a class="indexterm" href="EContact.html#EContact--im-jabber-home-2">The "im-jabber-home-2" property</a>
</dt>
<dt>EContact:im-jabber-home-3, <a class="indexterm" href="EContact.html#EContact--im-jabber-home-3">The "im-jabber-home-3" property</a>
</dt>
<dt>EContact:im-jabber-work-1, <a class="indexterm" href="EContact.html#EContact--im-jabber-work-1">The "im-jabber-work-1" property</a>
</dt>
<dt>EContact:im-jabber-work-2, <a class="indexterm" href="EContact.html#EContact--im-jabber-work-2">The "im-jabber-work-2" property</a>
</dt>
<dt>EContact:im-jabber-work-3, <a class="indexterm" href="EContact.html#EContact--im-jabber-work-3">The "im-jabber-work-3" property</a>
</dt>
<dt>EContact:im-msn, <a class="indexterm" href="EContact.html#EContact--im-msn">The "im-msn" property</a>
</dt>
<dt>EContact:im-msn-home-1, <a class="indexterm" href="EContact.html#EContact--im-msn-home-1">The "im-msn-home-1" property</a>
</dt>
<dt>EContact:im-msn-home-2, <a class="indexterm" href="EContact.html#EContact--im-msn-home-2">The "im-msn-home-2" property</a>
</dt>
<dt>EContact:im-msn-home-3, <a class="indexterm" href="EContact.html#EContact--im-msn-home-3">The "im-msn-home-3" property</a>
</dt>
<dt>EContact:im-msn-work-1, <a class="indexterm" href="EContact.html#EContact--im-msn-work-1">The "im-msn-work-1" property</a>
</dt>
<dt>EContact:im-msn-work-2, <a class="indexterm" href="EContact.html#EContact--im-msn-work-2">The "im-msn-work-2" property</a>
</dt>
<dt>EContact:im-msn-work-3, <a class="indexterm" href="EContact.html#EContact--im-msn-work-3">The "im-msn-work-3" property</a>
</dt>
<dt>EContact:im-yahoo, <a class="indexterm" href="EContact.html#EContact--im-yahoo">The "im-yahoo" property</a>
</dt>
<dt>EContact:im-yahoo-home-1, <a class="indexterm" href="EContact.html#EContact--im-yahoo-home-1">The "im-yahoo-home-1" property</a>
</dt>
<dt>EContact:im-yahoo-home-2, <a class="indexterm" href="EContact.html#EContact--im-yahoo-home-2">The "im-yahoo-home-2" property</a>
</dt>
<dt>EContact:im-yahoo-home-3, <a class="indexterm" href="EContact.html#EContact--im-yahoo-home-3">The "im-yahoo-home-3" property</a>
</dt>
<dt>EContact:im-yahoo-work-1, <a class="indexterm" href="EContact.html#EContact--im-yahoo-work-1">The "im-yahoo-work-1" property</a>
</dt>
<dt>EContact:im-yahoo-work-2, <a class="indexterm" href="EContact.html#EContact--im-yahoo-work-2">The "im-yahoo-work-2" property</a>
</dt>
<dt>EContact:im-yahoo-work-3, <a class="indexterm" href="EContact.html#EContact--im-yahoo-work-3">The "im-yahoo-work-3" property</a>
</dt>
<dt>EContact:isdn-phone, <a class="indexterm" href="EContact.html#EContact--isdn-phone">The "isdn-phone" property</a>
</dt>
<dt>EContact:list, <a class="indexterm" href="EContact.html#EContact--list">The "list" property</a>
</dt>
<dt>EContact:list-show-addresses, <a class="indexterm" href="EContact.html#EContact--list-show-addresses">The "list-show-addresses" property</a>
</dt>
<dt>EContact:logo, <a class="indexterm" href="EContact.html#EContact--logo">The "logo" property</a>
</dt>
<dt>EContact:mailer, <a class="indexterm" href="EContact.html#EContact--mailer">The "mailer" property</a>
</dt>
<dt>EContact:manager, <a class="indexterm" href="EContact.html#EContact--manager">The "manager" property</a>
</dt>
<dt>EContact:mobile-phone, <a class="indexterm" href="EContact.html#EContact--mobile-phone">The "mobile-phone" property</a>
</dt>
<dt>EContact:name, <a class="indexterm" href="EContact.html#EContact--name">The "name" property</a>
</dt>
<dt>EContact:name-or-org, <a class="indexterm" href="EContact.html#EContact--name-or-org">The "name-or-org" property</a>
</dt>
<dt>EContact:nickname, <a class="indexterm" href="EContact.html#EContact--nickname">The "nickname" property</a>
</dt>
<dt>EContact:note, <a class="indexterm" href="EContact.html#EContact--note">The "note" property</a>
</dt>
<dt>EContact:office, <a class="indexterm" href="EContact.html#EContact--office">The "office" property</a>
</dt>
<dt>EContact:org, <a class="indexterm" href="EContact.html#EContact--org">The "org" property</a>
</dt>
<dt>EContact:org-unit, <a class="indexterm" href="EContact.html#EContact--org-unit">The "org-unit" property</a>
</dt>
<dt>EContact:other-fax, <a class="indexterm" href="EContact.html#EContact--other-fax">The "other-fax" property</a>
</dt>
<dt>EContact:other-phone, <a class="indexterm" href="EContact.html#EContact--other-phone">The "other-phone" property</a>
</dt>
<dt>EContact:pager, <a class="indexterm" href="EContact.html#EContact--pager">The "pager" property</a>
</dt>
<dt>EContact:phone, <a class="indexterm" href="EContact.html#EContact--phone">The "phone" property</a>
</dt>
<dt>EContact:photo, <a class="indexterm" href="EContact.html#EContact--photo">The "photo" property</a>
</dt>
<dt>EContact:primary-phone, <a class="indexterm" href="EContact.html#EContact--primary-phone">The "primary-phone" property</a>
</dt>
<dt>EContact:radio, <a class="indexterm" href="EContact.html#EContact--radio">The "radio" property</a>
</dt>
<dt>EContact:Rev, <a class="indexterm" href="EContact.html#EContact--Rev">The "Rev" property</a>
</dt>
<dt>EContact:role, <a class="indexterm" href="EContact.html#EContact--role">The "role" property</a>
</dt>
<dt>EContact:spouse, <a class="indexterm" href="EContact.html#EContact--spouse">The "spouse" property</a>
</dt>
<dt>EContact:telex, <a class="indexterm" href="EContact.html#EContact--telex">The "telex" property</a>
</dt>
<dt>EContact:title, <a class="indexterm" href="EContact.html#EContact--title">The "title" property</a>
</dt>
<dt>EContact:tty, <a class="indexterm" href="EContact.html#EContact--tty">The "tty" property</a>
</dt>
<dt>EContact:video-url, <a class="indexterm" href="EContact.html#EContact--video-url">The "video-url" property</a>
</dt>
<dt>EContact:wants-html, <a class="indexterm" href="EContact.html#EContact--wants-html">The "wants-html" property</a>
</dt>
<dt>EContact:x509Cert, <a class="indexterm" href="EContact.html#EContact--x509Cert">The "x509Cert" property</a>
</dt>
<dt>EContactAddress, <a class="indexterm" href="EContact.html#EContactAddress">EContactAddress</a>
</dt>
<dt>EContactCert, <a class="indexterm" href="EContact.html#EContactCert">EContactCert</a>
</dt>
<dt>EContactDate, <a class="indexterm" href="EContact.html#EContactDate">EContactDate</a>
</dt>
<dt>EContactField, <a class="indexterm" href="EContact.html#EContactField">enum EContactField</a>
</dt>
<dt>EContactGeo, <a class="indexterm" href="EContact.html#EContactGeo">EContactGeo</a>
</dt>
<dt>EContactName, <a class="indexterm" href="EContact.html#EContactName">EContactName</a>
</dt>
<dt>EContactPhoto, <a class="indexterm" href="EContact.html#EContactPhoto">EContactPhoto</a>
</dt>
<dt>EDestination, <a class="indexterm" href="EDestination.html#EDestination-struct">EDestination</a>
</dt>
<dt>EDestination::changed, <a class="indexterm" href="EDestination.html#EDestination-changed">The "changed" signal</a>
</dt>
<dt>ENameWestern, <a class="indexterm" href="libebook-ENameWestern.html#ENameWestern">ENameWestern</a>
</dt>
<dt>EVCard, <a class="indexterm" href="EVCard.html#EVCard-struct">EVCard</a>
</dt>
<dt>EVCardAttribute, <a class="indexterm" href="EVCard.html#EVCardAttribute">EVCardAttribute</a>
</dt>
<dt>EVCardAttributeParam, <a class="indexterm" href="EVCard.html#EVCardAttributeParam">EVCardAttributeParam</a>
</dt>
<dt>EVCardFormat, <a class="indexterm" href="EVCard.html#EVCardFormat">enum EVCardFormat</a>
</dt>
<dt>EVC_ADR, <a class="indexterm" href="EVCard.html#EVC-ADR:CAPS">EVC_ADR</a>
</dt>
<dt>EVC_BDAY, <a class="indexterm" href="EVCard.html#EVC-BDAY:CAPS">EVC_BDAY</a>
</dt>
<dt>EVC_CALURI, <a class="indexterm" href="EVCard.html#EVC-CALURI:CAPS">EVC_CALURI</a>
</dt>
<dt>EVC_CATEGORIES, <a class="indexterm" href="EVCard.html#EVC-CATEGORIES:CAPS">EVC_CATEGORIES</a>
</dt>
<dt>EVC_EMAIL, <a class="indexterm" href="EVCard.html#EVC-EMAIL:CAPS">EVC_EMAIL</a>
</dt>
<dt>EVC_ENCODING, <a class="indexterm" href="EVCard.html#EVC-ENCODING:CAPS">EVC_ENCODING</a>
</dt>
<dt>EVC_FBURL, <a class="indexterm" href="EVCard.html#EVC-FBURL:CAPS">EVC_FBURL</a>
</dt>
<dt>EVC_FN, <a class="indexterm" href="EVCard.html#EVC-FN:CAPS">EVC_FN</a>
</dt>
<dt>EVC_GEO, <a class="indexterm" href="EVCard.html#EVC-GEO:CAPS">EVC_GEO</a>
</dt>
<dt>EVC_ICSCALENDAR, <a class="indexterm" href="EVCard.html#EVC-ICSCALENDAR:CAPS">EVC_ICSCALENDAR</a>
</dt>
<dt>EVC_KEY, <a class="indexterm" href="EVCard.html#EVC-KEY:CAPS">EVC_KEY</a>
</dt>
<dt>EVC_LABEL, <a class="indexterm" href="EVCard.html#EVC-LABEL:CAPS">EVC_LABEL</a>
</dt>
<dt>EVC_LOGO, <a class="indexterm" href="EVCard.html#EVC-LOGO:CAPS">EVC_LOGO</a>
</dt>
<dt>EVC_MAILER, <a class="indexterm" href="EVCard.html#EVC-MAILER:CAPS">EVC_MAILER</a>
</dt>
<dt>EVC_N, <a class="indexterm" href="EVCard.html#EVC-N:CAPS">EVC_N</a>
</dt>
<dt>EVC_NICKNAME, <a class="indexterm" href="EVCard.html#EVC-NICKNAME:CAPS">EVC_NICKNAME</a>
</dt>
<dt>EVC_NOTE, <a class="indexterm" href="EVCard.html#EVC-NOTE:CAPS">EVC_NOTE</a>
</dt>
<dt>EVC_ORG, <a class="indexterm" href="EVCard.html#EVC-ORG:CAPS">EVC_ORG</a>
</dt>
<dt>EVC_PHOTO, <a class="indexterm" href="EVCard.html#EVC-PHOTO:CAPS">EVC_PHOTO</a>
</dt>
<dt>EVC_PRODID, <a class="indexterm" href="EVCard.html#EVC-PRODID:CAPS">EVC_PRODID</a>
</dt>
<dt>EVC_QUOTEDPRINTABLE, <a class="indexterm" href="EVCard.html#EVC-QUOTEDPRINTABLE:CAPS">EVC_QUOTEDPRINTABLE</a>
</dt>
<dt>EVC_REV, <a class="indexterm" href="EVCard.html#EVC-REV:CAPS">EVC_REV</a>
</dt>
<dt>EVC_ROLE, <a class="indexterm" href="EVCard.html#EVC-ROLE:CAPS">EVC_ROLE</a>
</dt>
<dt>EVC_TEL, <a class="indexterm" href="EVCard.html#EVC-TEL:CAPS">EVC_TEL</a>
</dt>
<dt>EVC_TITLE, <a class="indexterm" href="EVCard.html#EVC-TITLE:CAPS">EVC_TITLE</a>
</dt>
<dt>EVC_TYPE, <a class="indexterm" href="EVCard.html#EVC-TYPE:CAPS">EVC_TYPE</a>
</dt>
<dt>EVC_UID, <a class="indexterm" href="EVCard.html#EVC-UID:CAPS">EVC_UID</a>
</dt>
<dt>EVC_URL, <a class="indexterm" href="EVCard.html#EVC-URL:CAPS">EVC_URL</a>
</dt>
<dt>EVC_VALUE, <a class="indexterm" href="EVCard.html#EVC-VALUE:CAPS">EVC_VALUE</a>
</dt>
<dt>EVC_VERSION, <a class="indexterm" href="EVCard.html#EVC-VERSION:CAPS">EVC_VERSION</a>
</dt>
<dt>EVC_X_AIM, <a class="indexterm" href="EVCard.html#EVC-X-AIM:CAPS">EVC_X_AIM</a>
</dt>
<dt>EVC_X_ANNIVERSARY, <a class="indexterm" href="EVCard.html#EVC-X-ANNIVERSARY:CAPS">EVC_X_ANNIVERSARY</a>
</dt>
<dt>EVC_X_ASSISTANT, <a class="indexterm" href="EVCard.html#EVC-X-ASSISTANT:CAPS">EVC_X_ASSISTANT</a>
</dt>
<dt>EVC_X_BIRTHDAY, <a class="indexterm" href="EVCard.html#EVC-X-BIRTHDAY:CAPS">EVC_X_BIRTHDAY</a>
</dt>
<dt>EVC_X_BLOG_URL, <a class="indexterm" href="EVCard.html#EVC-X-BLOG-URL:CAPS">EVC_X_BLOG_URL</a>
</dt>
<dt>EVC_X_BOOK_URI, <a class="indexterm" href="EVCard.html#EVC-X-BOOK-URI:CAPS">EVC_X_BOOK_URI</a>
</dt>
<dt>EVC_X_CALLBACK, <a class="indexterm" href="EVCard.html#EVC-X-CALLBACK:CAPS">EVC_X_CALLBACK</a>
</dt>
<dt>EVC_X_COMPANY, <a class="indexterm" href="EVCard.html#EVC-X-COMPANY:CAPS">EVC_X_COMPANY</a>
</dt>
<dt>EVC_X_DEST_CONTACT_UID, <a class="indexterm" href="EVCard.html#EVC-X-DEST-CONTACT-UID:CAPS">EVC_X_DEST_CONTACT_UID</a>
</dt>
<dt>EVC_X_DEST_EMAIL, <a class="indexterm" href="EVCard.html#EVC-X-DEST-EMAIL:CAPS">EVC_X_DEST_EMAIL</a>
</dt>
<dt>EVC_X_DEST_EMAIL_NUM, <a class="indexterm" href="EVCard.html#EVC-X-DEST-EMAIL-NUM:CAPS">EVC_X_DEST_EMAIL_NUM</a>
</dt>
<dt>EVC_X_DEST_HTML_MAIL, <a class="indexterm" href="EVCard.html#EVC-X-DEST-HTML-MAIL:CAPS">EVC_X_DEST_HTML_MAIL</a>
</dt>
<dt>EVC_X_DEST_NAME, <a class="indexterm" href="EVCard.html#EVC-X-DEST-NAME:CAPS">EVC_X_DEST_NAME</a>
</dt>
<dt>EVC_X_DEST_SOURCE_UID, <a class="indexterm" href="EVCard.html#EVC-X-DEST-SOURCE-UID:CAPS">EVC_X_DEST_SOURCE_UID</a>
</dt>
<dt>EVC_X_FILE_AS, <a class="indexterm" href="EVCard.html#EVC-X-FILE-AS:CAPS">EVC_X_FILE_AS</a>
</dt>
<dt>EVC_X_GADUGADU, <a class="indexterm" href="EVCard.html#EVC-X-GADUGADU:CAPS">EVC_X_GADUGADU</a>
</dt>
<dt>EVC_X_GROUPWISE, <a class="indexterm" href="EVCard.html#EVC-X-GROUPWISE:CAPS">EVC_X_GROUPWISE</a>
</dt>
<dt>EVC_X_ICQ, <a class="indexterm" href="EVCard.html#EVC-X-ICQ:CAPS">EVC_X_ICQ</a>
</dt>
<dt>EVC_X_JABBER, <a class="indexterm" href="EVCard.html#EVC-X-JABBER:CAPS">EVC_X_JABBER</a>
</dt>
<dt>EVC_X_LIST, <a class="indexterm" href="EVCard.html#EVC-X-LIST:CAPS">EVC_X_LIST</a>
</dt>
<dt>EVC_X_LIST_SHOW_ADDRESSES, <a class="indexterm" href="EVCard.html#EVC-X-LIST-SHOW-ADDRESSES:CAPS">EVC_X_LIST_SHOW_ADDRESSES</a>
</dt>
<dt>EVC_X_MANAGER, <a class="indexterm" href="EVCard.html#EVC-X-MANAGER:CAPS">EVC_X_MANAGER</a>
</dt>
<dt>EVC_X_MSN, <a class="indexterm" href="EVCard.html#EVC-X-MSN:CAPS">EVC_X_MSN</a>
</dt>
<dt>EVC_X_RADIO, <a class="indexterm" href="EVCard.html#EVC-X-RADIO:CAPS">EVC_X_RADIO</a>
</dt>
<dt>EVC_X_SPOUSE, <a class="indexterm" href="EVCard.html#EVC-X-SPOUSE:CAPS">EVC_X_SPOUSE</a>
</dt>
<dt>EVC_X_TELEX, <a class="indexterm" href="EVCard.html#EVC-X-TELEX:CAPS">EVC_X_TELEX</a>
</dt>
<dt>EVC_X_TTYTDD, <a class="indexterm" href="EVCard.html#EVC-X-TTYTDD:CAPS">EVC_X_TTYTDD</a>
</dt>
<dt>EVC_X_VIDEO_URL, <a class="indexterm" href="EVCard.html#EVC-X-VIDEO-URL:CAPS">EVC_X_VIDEO_URL</a>
</dt>
<dt>EVC_X_WANTS_HTML, <a class="indexterm" href="EVCard.html#EVC-X-WANTS-HTML:CAPS">EVC_X_WANTS_HTML</a>
</dt>
<dt>EVC_X_YAHOO, <a class="indexterm" href="EVCard.html#EVC-X-YAHOO:CAPS">EVC_X_YAHOO</a>
</dt>
<dt>e_address_western_free, <a class="indexterm" href="libebook-EAddressWestern.html#e-address-western-free">e_address_western_free ()</a>
</dt>
<dt>e_address_western_parse, <a class="indexterm" href="libebook-EAddressWestern.html#e-address-western-parse">e_address_western_parse ()</a>
</dt>
<dt>e_book_add_contact, <a class="indexterm" href="EBook.html#e-book-add-contact">e_book_add_contact ()</a>
</dt>
<dt>e_book_async_add_contact, <a class="indexterm" href="EBook.html#e-book-async-add-contact">e_book_async_add_contact ()</a>
</dt>
<dt>e_book_async_authenticate_user, <a class="indexterm" href="EBook.html#e-book-async-authenticate-user">e_book_async_authenticate_user ()</a>
</dt>
<dt>e_book_async_commit_contact, <a class="indexterm" href="EBook.html#e-book-async-commit-contact">e_book_async_commit_contact ()</a>
</dt>
<dt>e_book_async_get_book_view, <a class="indexterm" href="EBook.html#e-book-async-get-book-view">e_book_async_get_book_view ()</a>
</dt>
<dt>e_book_async_get_changes, <a class="indexterm" href="EBook.html#e-book-async-get-changes">e_book_async_get_changes ()</a>
</dt>
<dt>e_book_async_get_contact, <a class="indexterm" href="EBook.html#e-book-async-get-contact">e_book_async_get_contact ()</a>
</dt>
<dt>e_book_async_get_contacts, <a class="indexterm" href="EBook.html#e-book-async-get-contacts">e_book_async_get_contacts ()</a>
</dt>
<dt>e_book_async_get_required_fields, <a class="indexterm" href="EBook.html#e-book-async-get-required-fields">e_book_async_get_required_fields ()</a>
</dt>
<dt>e_book_async_get_supported_auth_methods, <a class="indexterm" href="EBook.html#e-book-async-get-supported-auth-methods">e_book_async_get_supported_auth_methods ()</a>
</dt>
<dt>e_book_async_get_supported_fields, <a class="indexterm" href="EBook.html#e-book-async-get-supported-fields">e_book_async_get_supported_fields ()</a>
</dt>
<dt>e_book_async_open, <a class="indexterm" href="EBook.html#e-book-async-open">e_book_async_open ()</a>
</dt>
<dt>e_book_async_remove, <a class="indexterm" href="EBook.html#e-book-async-remove">e_book_async_remove ()</a>
</dt>
<dt>e_book_async_remove_contact, <a class="indexterm" href="EBook.html#e-book-async-remove-contact">e_book_async_remove_contact ()</a>
</dt>
<dt>e_book_async_remove_contacts, <a class="indexterm" href="EBook.html#e-book-async-remove-contacts">e_book_async_remove_contacts ()</a>
</dt>
<dt>e_book_async_remove_contact_by_id, <a class="indexterm" href="EBook.html#e-book-async-remove-contact-by-id">e_book_async_remove_contact_by_id ()</a>
</dt>
<dt>e_book_authenticate_user, <a class="indexterm" href="EBook.html#e-book-authenticate-user">e_book_authenticate_user ()</a>
</dt>
<dt>e_book_cancel, <a class="indexterm" href="EBook.html#e-book-cancel">e_book_cancel ()</a>
</dt>
<dt>e_book_check_static_capability, <a class="indexterm" href="EBook.html#e-book-check-static-capability">e_book_check_static_capability ()</a>
</dt>
<dt>e_book_commit_contact, <a class="indexterm" href="EBook.html#e-book-commit-contact">e_book_commit_contact ()</a>
</dt>
<dt>E_BOOK_ERROR, <a class="indexterm" href="libebook-e-book-types.html#E-BOOK-ERROR:CAPS">E_BOOK_ERROR</a>
</dt>
<dt>e_book_error_quark, <a class="indexterm" href="libebook-e-book-types.html#e-book-error-quark">e_book_error_quark ()</a>
</dt>
<dt>e_book_free_change_list, <a class="indexterm" href="EBook.html#e-book-free-change-list">e_book_free_change_list ()</a>
</dt>
<dt>e_book_get_addressbooks, <a class="indexterm" href="EBook.html#e-book-get-addressbooks">e_book_get_addressbooks ()</a>
</dt>
<dt>e_book_get_book_view, <a class="indexterm" href="EBook.html#e-book-get-book-view">e_book_get_book_view ()</a>
</dt>
<dt>e_book_get_changes, <a class="indexterm" href="EBook.html#e-book-get-changes">e_book_get_changes ()</a>
</dt>
<dt>e_book_get_contact, <a class="indexterm" href="EBook.html#e-book-get-contact">e_book_get_contact ()</a>
</dt>
<dt>e_book_get_contacts, <a class="indexterm" href="EBook.html#e-book-get-contacts">e_book_get_contacts ()</a>
</dt>
<dt>e_book_get_required_fields, <a class="indexterm" href="EBook.html#e-book-get-required-fields">e_book_get_required_fields ()</a>
</dt>
<dt>e_book_get_self, <a class="indexterm" href="EBook.html#e-book-get-self">e_book_get_self ()</a>
</dt>
<dt>e_book_get_source, <a class="indexterm" href="EBook.html#e-book-get-source">e_book_get_source ()</a>
</dt>
<dt>e_book_get_static_capabilities, <a class="indexterm" href="EBook.html#e-book-get-static-capabilities">e_book_get_static_capabilities ()</a>
</dt>
<dt>e_book_get_supported_auth_methods, <a class="indexterm" href="EBook.html#e-book-get-supported-auth-methods">e_book_get_supported_auth_methods ()</a>
</dt>
<dt>e_book_get_supported_fields, <a class="indexterm" href="EBook.html#e-book-get-supported-fields">e_book_get_supported_fields ()</a>
</dt>
<dt>e_book_get_uri, <a class="indexterm" href="EBook.html#e-book-get-uri">e_book_get_uri ()</a>
</dt>
<dt>e_book_is_online, <a class="indexterm" href="EBook.html#e-book-is-online">e_book_is_online ()</a>
</dt>
<dt>e_book_is_opened, <a class="indexterm" href="EBook.html#e-book-is-opened">e_book_is_opened ()</a>
</dt>
<dt>e_book_is_self, <a class="indexterm" href="EBook.html#e-book-is-self">e_book_is_self ()</a>
</dt>
<dt>e_book_is_writable, <a class="indexterm" href="EBook.html#e-book-is-writable">e_book_is_writable ()</a>
</dt>
<dt>e_book_listener_new, <a class="indexterm" href="EBookListener.html#e-book-listener-new">e_book_listener_new ()</a>
</dt>
<dt>e_book_listener_stop, <a class="indexterm" href="EBookListener.html#e-book-listener-stop">e_book_listener_stop ()</a>
</dt>
<dt>e_book_new, <a class="indexterm" href="EBook.html#e-book-new">e_book_new ()</a>
</dt>
<dt>e_book_new_default_addressbook, <a class="indexterm" href="EBook.html#e-book-new-default-addressbook">e_book_new_default_addressbook ()</a>
</dt>
<dt>e_book_new_from_uri, <a class="indexterm" href="EBook.html#e-book-new-from-uri">e_book_new_from_uri ()</a>
</dt>
<dt>e_book_new_system_addressbook, <a class="indexterm" href="EBook.html#e-book-new-system-addressbook">e_book_new_system_addressbook ()</a>
</dt>
<dt>e_book_open, <a class="indexterm" href="EBook.html#e-book-open">e_book_open ()</a>
</dt>
<dt>e_book_query_and, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-and">e_book_query_and ()</a>
</dt>
<dt>e_book_query_andv, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-andv">e_book_query_andv ()</a>
</dt>
<dt>e_book_query_any_field_contains, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-any-field-contains">e_book_query_any_field_contains ()</a>
</dt>
<dt>e_book_query_copy, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-copy">e_book_query_copy ()</a>
</dt>
<dt>e_book_query_field_exists, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-field-exists">e_book_query_field_exists ()</a>
</dt>
<dt>e_book_query_field_test, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-field-test">e_book_query_field_test ()</a>
</dt>
<dt>e_book_query_from_string, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-from-string">e_book_query_from_string ()</a>
</dt>
<dt>e_book_query_not, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-not">e_book_query_not ()</a>
</dt>
<dt>e_book_query_or, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-or">e_book_query_or ()</a>
</dt>
<dt>e_book_query_orv, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-orv">e_book_query_orv ()</a>
</dt>
<dt>e_book_query_ref, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-ref">e_book_query_ref ()</a>
</dt>
<dt>e_book_query_to_string, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-to-string">e_book_query_to_string ()</a>
</dt>
<dt>e_book_query_unref, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-unref">e_book_query_unref ()</a>
</dt>
<dt>e_book_query_vcard_field_exists, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-vcard-field-exists">e_book_query_vcard_field_exists ()</a>
</dt>
<dt>e_book_query_vcard_field_test, <a class="indexterm" href="libebook-e-book-query.html#e-book-query-vcard-field-test">e_book_query_vcard_field_test ()</a>
</dt>
<dt>e_book_remove, <a class="indexterm" href="EBook.html#e-book-remove">e_book_remove ()</a>
</dt>
<dt>e_book_remove_contact, <a class="indexterm" href="EBook.html#e-book-remove-contact">e_book_remove_contact ()</a>
</dt>
<dt>e_book_remove_contacts, <a class="indexterm" href="EBook.html#e-book-remove-contacts">e_book_remove_contacts ()</a>
</dt>
<dt>e_book_set_default_addressbook, <a class="indexterm" href="EBook.html#e-book-set-default-addressbook">e_book_set_default_addressbook ()</a>
</dt>
<dt>e_book_set_default_source, <a class="indexterm" href="EBook.html#e-book-set-default-source">e_book_set_default_source ()</a>
</dt>
<dt>e_book_set_self, <a class="indexterm" href="EBook.html#e-book-set-self">e_book_set_self ()</a>
</dt>
<dt>e_book_view_get_book, <a class="indexterm" href="EBookView.html#e-book-view-get-book">e_book_view_get_book ()</a>
</dt>
<dt>e_book_view_listener_new, <a class="indexterm" href="EBookViewListener.html#e-book-view-listener-new">e_book_view_listener_new ()</a>
</dt>
<dt>e_book_view_listener_start, <a class="indexterm" href="EBookViewListener.html#e-book-view-listener-start">e_book_view_listener_start ()</a>
</dt>
<dt>e_book_view_listener_stop, <a class="indexterm" href="EBookViewListener.html#e-book-view-listener-stop">e_book_view_listener_stop ()</a>
</dt>
<dt>e_book_view_new, <a class="indexterm" href="EBookView.html#e-book-view-new">e_book_view_new ()</a>
</dt>
<dt>e_book_view_set_book, <a class="indexterm" href="EBookView.html#e-book-view-set-book">e_book_view_set_book ()</a>
</dt>
<dt>e_book_view_start, <a class="indexterm" href="EBookView.html#e-book-view-start">e_book_view_start ()</a>
</dt>
<dt>e_book_view_stop, <a class="indexterm" href="EBookView.html#e-book-view-stop">e_book_view_stop ()</a>
</dt>
<dt>e_contact_address_free, <a class="indexterm" href="EContact.html#e-contact-address-free">e_contact_address_free ()</a>
</dt>
<dt>e_contact_cert_free, <a class="indexterm" href="EContact.html#e-contact-cert-free">e_contact_cert_free ()</a>
</dt>
<dt>e_contact_date_equal, <a class="indexterm" href="EContact.html#e-contact-date-equal">e_contact_date_equal ()</a>
</dt>
<dt>e_contact_date_free, <a class="indexterm" href="EContact.html#e-contact-date-free">e_contact_date_free ()</a>
</dt>
<dt>e_contact_date_from_string, <a class="indexterm" href="EContact.html#e-contact-date-from-string">e_contact_date_from_string ()</a>
</dt>
<dt>e_contact_date_new, <a class="indexterm" href="EContact.html#e-contact-date-new">e_contact_date_new ()</a>
</dt>
<dt>e_contact_date_to_string, <a class="indexterm" href="EContact.html#e-contact-date-to-string">e_contact_date_to_string ()</a>
</dt>
<dt>e_contact_duplicate, <a class="indexterm" href="EContact.html#e-contact-duplicate">e_contact_duplicate ()</a>
</dt>
<dt>e_contact_field_id, <a class="indexterm" href="EContact.html#e-contact-field-id">e_contact_field_id ()</a>
</dt>
<dt>e_contact_field_name, <a class="indexterm" href="EContact.html#e-contact-field-name">e_contact_field_name ()</a>
</dt>
<dt>e_contact_geo_free, <a class="indexterm" href="EContact.html#e-contact-geo-free">e_contact_geo_free ()</a>
</dt>
<dt>e_contact_get, <a class="indexterm" href="EContact.html#e-contact-get">e_contact_get ()</a>
</dt>
<dt>e_contact_get_attributes, <a class="indexterm" href="EContact.html#e-contact-get-attributes">e_contact_get_attributes ()</a>
</dt>
<dt>e_contact_get_const, <a class="indexterm" href="EContact.html#e-contact-get-const">e_contact_get_const ()</a>
</dt>
<dt>e_contact_name_copy, <a class="indexterm" href="EContact.html#e-contact-name-copy">e_contact_name_copy ()</a>
</dt>
<dt>e_contact_name_free, <a class="indexterm" href="EContact.html#e-contact-name-free">e_contact_name_free ()</a>
</dt>
<dt>e_contact_name_from_string, <a class="indexterm" href="EContact.html#e-contact-name-from-string">e_contact_name_from_string ()</a>
</dt>
<dt>e_contact_name_new, <a class="indexterm" href="EContact.html#e-contact-name-new">e_contact_name_new ()</a>
</dt>
<dt>e_contact_name_to_string, <a class="indexterm" href="EContact.html#e-contact-name-to-string">e_contact_name_to_string ()</a>
</dt>
<dt>e_contact_new, <a class="indexterm" href="EContact.html#e-contact-new">e_contact_new ()</a>
</dt>
<dt>e_contact_new_from_vcard, <a class="indexterm" href="EContact.html#e-contact-new-from-vcard">e_contact_new_from_vcard ()</a>
</dt>
<dt>e_contact_photo_free, <a class="indexterm" href="EContact.html#e-contact-photo-free">e_contact_photo_free ()</a>
</dt>
<dt>e_contact_pretty_name, <a class="indexterm" href="EContact.html#e-contact-pretty-name">e_contact_pretty_name ()</a>
</dt>
<dt>e_contact_set, <a class="indexterm" href="EContact.html#e-contact-set">e_contact_set ()</a>
</dt>
<dt>e_contact_set_attributes, <a class="indexterm" href="EContact.html#e-contact-set-attributes">e_contact_set_attributes ()</a>
</dt>
<dt>e_contact_vcard_attribute, <a class="indexterm" href="EContact.html#e-contact-vcard-attribute">e_contact_vcard_attribute ()</a>
</dt>
<dt>e_destination_copy, <a class="indexterm" href="EDestination.html#e-destination-copy">e_destination_copy ()</a>
</dt>
<dt>e_destination_empty, <a class="indexterm" href="EDestination.html#e-destination-empty">e_destination_empty ()</a>
</dt>
<dt>e_destination_equal, <a class="indexterm" href="EDestination.html#e-destination-equal">e_destination_equal ()</a>
</dt>
<dt>e_destination_export, <a class="indexterm" href="EDestination.html#e-destination-export">e_destination_export ()</a>
</dt>
<dt>e_destination_exportv, <a class="indexterm" href="EDestination.html#e-destination-exportv">e_destination_exportv ()</a>
</dt>
<dt>e_destination_export_to_vcard_attribute, <a class="indexterm" href="EDestination.html#e-destination-export-to-vcard-attribute">e_destination_export_to_vcard_attribute ()</a>
</dt>
<dt>e_destination_freev, <a class="indexterm" href="EDestination.html#e-destination-freev">e_destination_freev ()</a>
</dt>
<dt>e_destination_get_address, <a class="indexterm" href="EDestination.html#e-destination-get-address">e_destination_get_address ()</a>
</dt>
<dt>e_destination_get_contact, <a class="indexterm" href="EDestination.html#e-destination-get-contact">e_destination_get_contact ()</a>
</dt>
<dt>e_destination_get_contact_uid, <a class="indexterm" href="EDestination.html#e-destination-get-contact-uid">e_destination_get_contact_uid ()</a>
</dt>
<dt>e_destination_get_email, <a class="indexterm" href="EDestination.html#e-destination-get-email">e_destination_get_email ()</a>
</dt>
<dt>e_destination_get_email_num, <a class="indexterm" href="EDestination.html#e-destination-get-email-num">e_destination_get_email_num ()</a>
</dt>
<dt>e_destination_get_html_mail_pref, <a class="indexterm" href="EDestination.html#e-destination-get-html-mail-pref">e_destination_get_html_mail_pref ()</a>
</dt>
<dt>e_destination_get_name, <a class="indexterm" href="EDestination.html#e-destination-get-name">e_destination_get_name ()</a>
</dt>
<dt>e_destination_get_source_uid, <a class="indexterm" href="EDestination.html#e-destination-get-source-uid">e_destination_get_source_uid ()</a>
</dt>
<dt>e_destination_get_textrep, <a class="indexterm" href="EDestination.html#e-destination-get-textrep">e_destination_get_textrep ()</a>
</dt>
<dt>e_destination_get_textrepv, <a class="indexterm" href="EDestination.html#e-destination-get-textrepv">e_destination_get_textrepv ()</a>
</dt>
<dt>e_destination_import, <a class="indexterm" href="EDestination.html#e-destination-import">e_destination_import ()</a>
</dt>
<dt>e_destination_importv, <a class="indexterm" href="EDestination.html#e-destination-importv">e_destination_importv ()</a>
</dt>
<dt>e_destination_is_auto_recipient, <a class="indexterm" href="EDestination.html#e-destination-is-auto-recipient">e_destination_is_auto_recipient ()</a>
</dt>
<dt>e_destination_is_evolution_list, <a class="indexterm" href="EDestination.html#e-destination-is-evolution-list">e_destination_is_evolution_list ()</a>
</dt>
<dt>e_destination_is_ignored, <a class="indexterm" href="EDestination.html#e-destination-is-ignored">e_destination_is_ignored ()</a>
</dt>
<dt>e_destination_list_get_dests, <a class="indexterm" href="EDestination.html#e-destination-list-get-dests">e_destination_list_get_dests ()</a>
</dt>
<dt>e_destination_list_show_addresses, <a class="indexterm" href="EDestination.html#e-destination-list-show-addresses">e_destination_list_show_addresses ()</a>
</dt>
<dt>e_destination_new, <a class="indexterm" href="EDestination.html#e-destination-new">e_destination_new ()</a>
</dt>
<dt>e_destination_set_auto_recipient, <a class="indexterm" href="EDestination.html#e-destination-set-auto-recipient">e_destination_set_auto_recipient ()</a>
</dt>
<dt>e_destination_set_book, <a class="indexterm" href="EDestination.html#e-destination-set-book">e_destination_set_book ()</a>
</dt>
<dt>e_destination_set_contact, <a class="indexterm" href="EDestination.html#e-destination-set-contact">e_destination_set_contact ()</a>
</dt>
<dt>e_destination_set_contact_uid, <a class="indexterm" href="EDestination.html#e-destination-set-contact-uid">e_destination_set_contact_uid ()</a>
</dt>
<dt>e_destination_set_email, <a class="indexterm" href="EDestination.html#e-destination-set-email">e_destination_set_email ()</a>
</dt>
<dt>e_destination_set_html_mail_pref, <a class="indexterm" href="EDestination.html#e-destination-set-html-mail-pref">e_destination_set_html_mail_pref ()</a>
</dt>
<dt>e_destination_set_ignored, <a class="indexterm" href="EDestination.html#e-destination-set-ignored">e_destination_set_ignored ()</a>
</dt>
<dt>e_destination_set_name, <a class="indexterm" href="EDestination.html#e-destination-set-name">e_destination_set_name ()</a>
</dt>
<dt>e_destination_set_raw, <a class="indexterm" href="EDestination.html#e-destination-set-raw">e_destination_set_raw ()</a>
</dt>
<dt>e_name_western_free, <a class="indexterm" href="libebook-ENameWestern.html#e-name-western-free">e_name_western_free ()</a>
</dt>
<dt>e_name_western_parse, <a class="indexterm" href="libebook-ENameWestern.html#e-name-western-parse">e_name_western_parse ()</a>
</dt>
<dt>e_vcard_add_attribute, <a class="indexterm" href="EVCard.html#e-vcard-add-attribute">e_vcard_add_attribute ()</a>
</dt>
<dt>e_vcard_add_attribute_with_value, <a class="indexterm" href="EVCard.html#e-vcard-add-attribute-with-value">e_vcard_add_attribute_with_value ()</a>
</dt>
<dt>e_vcard_add_attribute_with_values, <a class="indexterm" href="EVCard.html#e-vcard-add-attribute-with-values">e_vcard_add_attribute_with_values ()</a>
</dt>
<dt>e_vcard_attribute_add_param, <a class="indexterm" href="EVCard.html#e-vcard-attribute-add-param">e_vcard_attribute_add_param ()</a>
</dt>
<dt>e_vcard_attribute_add_param_with_value, <a class="indexterm" href="EVCard.html#e-vcard-attribute-add-param-with-value">e_vcard_attribute_add_param_with_value ()</a>
</dt>
<dt>e_vcard_attribute_add_param_with_values, <a class="indexterm" href="EVCard.html#e-vcard-attribute-add-param-with-values">e_vcard_attribute_add_param_with_values ()</a>
</dt>
<dt>e_vcard_attribute_add_value, <a class="indexterm" href="EVCard.html#e-vcard-attribute-add-value">e_vcard_attribute_add_value ()</a>
</dt>
<dt>e_vcard_attribute_add_values, <a class="indexterm" href="EVCard.html#e-vcard-attribute-add-values">e_vcard_attribute_add_values ()</a>
</dt>
<dt>e_vcard_attribute_add_value_decoded, <a class="indexterm" href="EVCard.html#e-vcard-attribute-add-value-decoded">e_vcard_attribute_add_value_decoded ()</a>
</dt>
<dt>e_vcard_attribute_copy, <a class="indexterm" href="EVCard.html#e-vcard-attribute-copy">e_vcard_attribute_copy ()</a>
</dt>
<dt>e_vcard_attribute_free, <a class="indexterm" href="EVCard.html#e-vcard-attribute-free">e_vcard_attribute_free ()</a>
</dt>
<dt>e_vcard_attribute_get_group, <a class="indexterm" href="EVCard.html#e-vcard-attribute-get-group">e_vcard_attribute_get_group ()</a>
</dt>
<dt>e_vcard_attribute_get_name, <a class="indexterm" href="EVCard.html#e-vcard-attribute-get-name">e_vcard_attribute_get_name ()</a>
</dt>
<dt>e_vcard_attribute_get_param, <a class="indexterm" href="EVCard.html#e-vcard-attribute-get-param">e_vcard_attribute_get_param ()</a>
</dt>
<dt>e_vcard_attribute_get_params, <a class="indexterm" href="EVCard.html#e-vcard-attribute-get-params">e_vcard_attribute_get_params ()</a>
</dt>
<dt>e_vcard_attribute_get_value, <a class="indexterm" href="EVCard.html#e-vcard-attribute-get-value">e_vcard_attribute_get_value ()</a>
</dt>
<dt>e_vcard_attribute_get_values, <a class="indexterm" href="EVCard.html#e-vcard-attribute-get-values">e_vcard_attribute_get_values ()</a>
</dt>
<dt>e_vcard_attribute_get_values_decoded, <a class="indexterm" href="EVCard.html#e-vcard-attribute-get-values-decoded">e_vcard_attribute_get_values_decoded ()</a>
</dt>
<dt>e_vcard_attribute_get_value_decoded, <a class="indexterm" href="EVCard.html#e-vcard-attribute-get-value-decoded">e_vcard_attribute_get_value_decoded ()</a>
</dt>
<dt>e_vcard_attribute_has_type, <a class="indexterm" href="EVCard.html#e-vcard-attribute-has-type">e_vcard_attribute_has_type ()</a>
</dt>
<dt>e_vcard_attribute_is_single_valued, <a class="indexterm" href="EVCard.html#e-vcard-attribute-is-single-valued">e_vcard_attribute_is_single_valued ()</a>
</dt>
<dt>e_vcard_attribute_new, <a class="indexterm" href="EVCard.html#e-vcard-attribute-new">e_vcard_attribute_new ()</a>
</dt>
<dt>e_vcard_attribute_param_add_value, <a class="indexterm" href="EVCard.html#e-vcard-attribute-param-add-value">e_vcard_attribute_param_add_value ()</a>
</dt>
<dt>e_vcard_attribute_param_add_values, <a class="indexterm" href="EVCard.html#e-vcard-attribute-param-add-values">e_vcard_attribute_param_add_values ()</a>
</dt>
<dt>e_vcard_attribute_param_copy, <a class="indexterm" href="EVCard.html#e-vcard-attribute-param-copy">e_vcard_attribute_param_copy ()</a>
</dt>
<dt>e_vcard_attribute_param_free, <a class="indexterm" href="EVCard.html#e-vcard-attribute-param-free">e_vcard_attribute_param_free ()</a>
</dt>
<dt>e_vcard_attribute_param_get_name, <a class="indexterm" href="EVCard.html#e-vcard-attribute-param-get-name">e_vcard_attribute_param_get_name ()</a>
</dt>
<dt>e_vcard_attribute_param_get_values, <a class="indexterm" href="EVCard.html#e-vcard-attribute-param-get-values">e_vcard_attribute_param_get_values ()</a>
</dt>
<dt>e_vcard_attribute_param_new, <a class="indexterm" href="EVCard.html#e-vcard-attribute-param-new">e_vcard_attribute_param_new ()</a>
</dt>
<dt>e_vcard_attribute_param_remove_values, <a class="indexterm" href="EVCard.html#e-vcard-attribute-param-remove-values">e_vcard_attribute_param_remove_values ()</a>
</dt>
<dt>e_vcard_attribute_remove_param, <a class="indexterm" href="EVCard.html#e-vcard-attribute-remove-param">e_vcard_attribute_remove_param ()</a>
</dt>
<dt>e_vcard_attribute_remove_params, <a class="indexterm" href="EVCard.html#e-vcard-attribute-remove-params">e_vcard_attribute_remove_params ()</a>
</dt>
<dt>e_vcard_attribute_remove_param_value, <a class="indexterm" href="EVCard.html#e-vcard-attribute-remove-param-value">e_vcard_attribute_remove_param_value ()</a>
</dt>
<dt>e_vcard_attribute_remove_value, <a class="indexterm" href="EVCard.html#e-vcard-attribute-remove-value">e_vcard_attribute_remove_value ()</a>
</dt>
<dt>e_vcard_attribute_remove_values, <a class="indexterm" href="EVCard.html#e-vcard-attribute-remove-values">e_vcard_attribute_remove_values ()</a>
</dt>
<dt>e_vcard_dump_structure, <a class="indexterm" href="EVCard.html#e-vcard-dump-structure">e_vcard_dump_structure ()</a>
</dt>
<dt>e_vcard_escape_string, <a class="indexterm" href="EVCard.html#e-vcard-escape-string">e_vcard_escape_string ()</a>
</dt>
<dt>e_vcard_get_attribute, <a class="indexterm" href="EVCard.html#e-vcard-get-attribute">e_vcard_get_attribute ()</a>
</dt>
<dt>e_vcard_get_attributes, <a class="indexterm" href="EVCard.html#e-vcard-get-attributes">e_vcard_get_attributes ()</a>
</dt>
<dt>e_vcard_new, <a class="indexterm" href="EVCard.html#e-vcard-new">e_vcard_new ()</a>
</dt>
<dt>e_vcard_new_from_string, <a class="indexterm" href="EVCard.html#e-vcard-new-from-string">e_vcard_new_from_string ()</a>
</dt>
<dt>e_vcard_remove_attribute, <a class="indexterm" href="EVCard.html#e-vcard-remove-attribute">e_vcard_remove_attribute ()</a>
</dt>
<dt>e_vcard_remove_attributes, <a class="indexterm" href="EVCard.html#e-vcard-remove-attributes">e_vcard_remove_attributes ()</a>
</dt>
<dt>e_vcard_to_string, <a class="indexterm" href="EVCard.html#e-vcard-to-string">e_vcard_to_string ()</a>
</dt>
<dt>e_vcard_unescape_string, <a class="indexterm" href="EVCard.html#e-vcard-unescape-string">e_vcard_unescape_string ()</a>
</dt>
</dl>
</div></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.11</div>
</body>
</html>