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

« back to all changes in this revision

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

  • 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
 
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
 
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
 
<book xmlns="http://www.devhelp.net/book" title="Evolution API Reference: libebook, the Addressbook Library" link="index.html" author="" name="libebook" version="2">
4
 
  <chapters>
5
 
    <sub name="Evolution API Reference: libebook, the Addressbook Library" link="ch01.html">
6
 
      <sub name="EBook" link="EBook.html"/>
7
 
      <sub name="e-book-query" link="libebook-e-book-query.html"/>
8
 
      <sub name="EContact" link="EContact.html"/>
9
 
      <sub name="EVCard" link="EVCard.html"/>
10
 
      <sub name="EBookListener" link="EBookListener.html"/>
11
 
      <sub name="EBookView" link="EBookView.html"/>
12
 
      <sub name="EBookViewListener" link="EBookViewListener.html"/>
13
 
      <sub name="e-book-async" link="libebook-e-book-async.html"/>
14
 
      <sub name="e-book-types" link="libebook-e-book-types.html"/>
15
 
      <sub name="e-address-western" link="libebook-EAddressWestern.html"/>
16
 
      <sub name="e-name-western" link="libebook-ENameWestern.html"/>
17
 
    </sub>
18
 
  </chapters>
19
 
  <functions>
20
 
    <keyword type="struct" name="EBook" link="EBook.html#EBook-struct"/>
21
 
    <keyword type="function" name="e_book_new ()" link="EBook.html#e-book-new"/>
22
 
    <keyword type="function" name="e_book_remove ()" link="EBook.html#e-book-remove"/>
23
 
    <keyword type="function" name="e_book_get_supported_fields ()" link="EBook.html#e-book-get-supported-fields"/>
24
 
    <keyword type="function" name="e_book_get_supported_auth_methods ()" link="EBook.html#e-book-get-supported-auth-methods"/>
25
 
    <keyword type="function" name="e_book_authenticate_user ()" link="EBook.html#e-book-authenticate-user"/>
26
 
    <keyword type="function" name="e_book_get_contact ()" link="EBook.html#e-book-get-contact"/>
27
 
    <keyword type="function" name="e_book_remove_contact ()" link="EBook.html#e-book-remove-contact"/>
28
 
    <keyword type="function" name="e_book_remove_contacts ()" link="EBook.html#e-book-remove-contacts"/>
29
 
    <keyword type="function" name="e_book_add_contact ()" link="EBook.html#e-book-add-contact"/>
30
 
    <keyword type="function" name="e_book_commit_contact ()" link="EBook.html#e-book-commit-contact"/>
31
 
    <keyword type="function" name="e_book_get_book_view ()" link="EBook.html#e-book-get-book-view"/>
32
 
    <keyword type="function" name="e_book_get_contacts ()" link="EBook.html#e-book-get-contacts"/>
33
 
    <keyword type="function" name="e_book_get_changes ()" link="EBook.html#e-book-get-changes"/>
34
 
    <keyword type="function" name="e_book_free_change_list ()" link="EBook.html#e-book-free-change-list"/>
35
 
    <keyword type="function" name="e_book_get_uri ()" link="EBook.html#e-book-get-uri"/>
36
 
    <keyword type="function" name="e_book_get_static_capabilities ()" link="EBook.html#e-book-get-static-capabilities"/>
37
 
    <keyword type="function" name="e_book_check_static_capability ()" link="EBook.html#e-book-check-static-capability"/>
38
 
    <keyword type="function" name="e_book_is_writable ()" link="EBook.html#e-book-is-writable"/>
39
 
    <keyword type="function" name="e_book_cancel ()" link="EBook.html#e-book-cancel"/>
40
 
    <keyword type="function" name="e_book_get_self ()" link="EBook.html#e-book-get-self"/>
41
 
    <keyword type="function" name="e_book_set_self ()" link="EBook.html#e-book-set-self"/>
42
 
    <keyword type="function" name="e_book_is_self ()" link="EBook.html#e-book-is-self"/>
43
 
    <keyword type="function" name="e_book_get_addressbooks ()" link="EBook.html#e-book-get-addressbooks"/>
44
 
    <keyword type="" name="The &quot;auth-required&quot; signal" link="EBook.html#EBook-auth-required"/>
45
 
    <keyword type="" name="The &quot;backend-died&quot; signal" link="EBook.html#EBook-backend-died"/>
46
 
    <keyword type="" name="The &quot;connection-status&quot; signal" link="EBook.html#EBook-connection-status"/>
47
 
    <keyword type="" name="The &quot;writable-status&quot; signal" link="EBook.html#EBook-writable-status"/>
48
 
    <keyword type="typedef" name="EBookQuery" link="libebook-e-book-query.html#EBookQuery"/>
49
 
    <keyword type="enum" name="enum EBookQueryTest" link="libebook-e-book-query.html#EBookQueryTest"/>
50
 
    <keyword type="function" name="e_book_query_from_string ()" link="libebook-e-book-query.html#e-book-query-from-string"/>
51
 
    <keyword type="function" name="e_book_query_to_string ()" link="libebook-e-book-query.html#e-book-query-to-string"/>
52
 
    <keyword type="function" name="e_book_query_ref ()" link="libebook-e-book-query.html#e-book-query-ref"/>
53
 
    <keyword type="function" name="e_book_query_unref ()" link="libebook-e-book-query.html#e-book-query-unref"/>
54
 
    <keyword type="function" name="e_book_query_and ()" link="libebook-e-book-query.html#e-book-query-and"/>
55
 
    <keyword type="function" name="e_book_query_andv ()" link="libebook-e-book-query.html#e-book-query-andv"/>
56
 
    <keyword type="function" name="e_book_query_or ()" link="libebook-e-book-query.html#e-book-query-or"/>
57
 
    <keyword type="function" name="e_book_query_orv ()" link="libebook-e-book-query.html#e-book-query-orv"/>
58
 
    <keyword type="function" name="e_book_query_not ()" link="libebook-e-book-query.html#e-book-query-not"/>
59
 
    <keyword type="function" name="e_book_query_field_exists ()" link="libebook-e-book-query.html#e-book-query-field-exists"/>
60
 
    <keyword type="function" name="e_book_query_field_test ()" link="libebook-e-book-query.html#e-book-query-field-test"/>
61
 
    <keyword type="function" name="e_book_query_any_field_contains ()" link="libebook-e-book-query.html#e-book-query-any-field-contains"/>
62
 
    <keyword type="struct" name="EContact" link="EContact.html#EContact-struct"/>
63
 
    <keyword type="enum" name="enum EContactField" link="EContact.html#EContactField"/>
64
 
    <keyword type="struct" name="EContactName" link="EContact.html#EContactName"/>
65
 
    <keyword type="struct" name="EContactPhoto" link="EContact.html#EContactPhoto"/>
66
 
    <keyword type="struct" name="EContactAddress" link="EContact.html#EContactAddress"/>
67
 
    <keyword type="struct" name="EContactDate" link="EContact.html#EContactDate"/>
68
 
    <keyword type="function" name="e_contact_new ()" link="EContact.html#e-contact-new"/>
69
 
    <keyword type="function" name="e_contact_new_from_vcard ()" link="EContact.html#e-contact-new-from-vcard"/>
70
 
    <keyword type="function" name="e_contact_duplicate ()" link="EContact.html#e-contact-duplicate"/>
71
 
    <keyword type="function" name="e_contact_get ()" link="EContact.html#e-contact-get"/>
72
 
    <keyword type="function" name="e_contact_get_const ()" link="EContact.html#e-contact-get-const"/>
73
 
    <keyword type="function" name="e_contact_set ()" link="EContact.html#e-contact-set"/>
74
 
    <keyword type="function" name="e_contact_date_new ()" link="EContact.html#e-contact-date-new"/>
75
 
    <keyword type="function" name="e_contact_date_from_string ()" link="EContact.html#e-contact-date-from-string"/>
76
 
    <keyword type="function" name="e_contact_date_to_string ()" link="EContact.html#e-contact-date-to-string"/>
77
 
    <keyword type="function" name="e_contact_date_equal ()" link="EContact.html#e-contact-date-equal"/>
78
 
    <keyword type="function" name="e_contact_name_new ()" link="EContact.html#e-contact-name-new"/>
79
 
    <keyword type="function" name="e_contact_name_to_string ()" link="EContact.html#e-contact-name-to-string"/>
80
 
    <keyword type="function" name="e_contact_name_from_string ()" link="EContact.html#e-contact-name-from-string"/>
81
 
    <keyword type="function" name="e_contact_name_copy ()" link="EContact.html#e-contact-name-copy"/>
82
 
    <keyword type="function" name="e_contact_date_free ()" link="EContact.html#e-contact-date-free"/>
83
 
    <keyword type="function" name="e_contact_name_free ()" link="EContact.html#e-contact-name-free"/>
84
 
    <keyword type="function" name="e_contact_photo_free ()" link="EContact.html#e-contact-photo-free"/>
85
 
    <keyword type="function" name="e_contact_address_free ()" link="EContact.html#e-contact-address-free"/>
86
 
    <keyword type="function" name="e_contact_field_name ()" link="EContact.html#e-contact-field-name"/>
87
 
    <keyword type="function" name="e_contact_pretty_name ()" link="EContact.html#e-contact-pretty-name"/>
88
 
    <keyword type="function" name="e_contact_field_id ()" link="EContact.html#e-contact-field-id"/>
89
 
    <keyword type="" name="The &quot;Rev&quot; property" link="EContact.html#EContact--Rev"/>
90
 
    <keyword type="" name="The &quot;address&quot; property" link="EContact.html#EContact--address"/>
91
 
    <keyword type="" name="The &quot;address-home&quot; property" link="EContact.html#EContact--address-home"/>
92
 
    <keyword type="" name="The &quot;address-label-home&quot; property" link="EContact.html#EContact--address-label-home"/>
93
 
    <keyword type="" name="The &quot;address-label-other&quot; property" link="EContact.html#EContact--address-label-other"/>
94
 
    <keyword type="" name="The &quot;address-label-work&quot; property" link="EContact.html#EContact--address-label-work"/>
95
 
    <keyword type="" name="The &quot;address-other&quot; property" link="EContact.html#EContact--address-other"/>
96
 
    <keyword type="" name="The &quot;address-work&quot; property" link="EContact.html#EContact--address-work"/>
97
 
    <keyword type="" name="The &quot;anniversary&quot; property" link="EContact.html#EContact--anniversary"/>
98
 
    <keyword type="" name="The &quot;assistant&quot; property" link="EContact.html#EContact--assistant"/>
99
 
    <keyword type="" name="The &quot;assistant-phone&quot; property" link="EContact.html#EContact--assistant-phone"/>
100
 
    <keyword type="" name="The &quot;birth-date&quot; property" link="EContact.html#EContact--birth-date"/>
101
 
    <keyword type="" name="The &quot;blog-url&quot; property" link="EContact.html#EContact--blog-url"/>
102
 
    <keyword type="" name="The &quot;book-uri&quot; property" link="EContact.html#EContact--book-uri"/>
103
 
    <keyword type="" name="The &quot;business-fax&quot; property" link="EContact.html#EContact--business-fax"/>
104
 
    <keyword type="" name="The &quot;business-phone&quot; property" link="EContact.html#EContact--business-phone"/>
105
 
    <keyword type="" name="The &quot;business-phone-2&quot; property" link="EContact.html#EContact--business-phone-2"/>
106
 
    <keyword type="" name="The &quot;callback-phone&quot; property" link="EContact.html#EContact--callback-phone"/>
107
 
    <keyword type="" name="The &quot;caluri&quot; property" link="EContact.html#EContact--caluri"/>
108
 
    <keyword type="" name="The &quot;car-phone&quot; property" link="EContact.html#EContact--car-phone"/>
109
 
    <keyword type="" name="The &quot;categories&quot; property" link="EContact.html#EContact--categories"/>
110
 
    <keyword type="" name="The &quot;category-list&quot; property" link="EContact.html#EContact--category-list"/>
111
 
    <keyword type="" name="The &quot;company-phone&quot; property" link="EContact.html#EContact--company-phone"/>
112
 
    <keyword type="" name="The &quot;email&quot; property" link="EContact.html#EContact--email"/>
113
 
    <keyword type="" name="The &quot;email-1&quot; property" link="EContact.html#EContact--email-1"/>
114
 
    <keyword type="" name="The &quot;email-2&quot; property" link="EContact.html#EContact--email-2"/>
115
 
    <keyword type="" name="The &quot;email-3&quot; property" link="EContact.html#EContact--email-3"/>
116
 
    <keyword type="" name="The &quot;email-4&quot; property" link="EContact.html#EContact--email-4"/>
117
 
    <keyword type="" name="The &quot;family-name&quot; property" link="EContact.html#EContact--family-name"/>
118
 
    <keyword type="" name="The &quot;fburl&quot; property" link="EContact.html#EContact--fburl"/>
119
 
    <keyword type="" name="The &quot;file-as&quot; property" link="EContact.html#EContact--file-as"/>
120
 
    <keyword type="" name="The &quot;full-name&quot; property" link="EContact.html#EContact--full-name"/>
121
 
    <keyword type="" name="The &quot;given-name&quot; property" link="EContact.html#EContact--given-name"/>
122
 
    <keyword type="" name="The &quot;home-fax&quot; property" link="EContact.html#EContact--home-fax"/>
123
 
    <keyword type="" name="The &quot;home-phone&quot; property" link="EContact.html#EContact--home-phone"/>
124
 
    <keyword type="" name="The &quot;home-phone-2&quot; property" link="EContact.html#EContact--home-phone-2"/>
125
 
    <keyword type="" name="The &quot;homepage-url&quot; property" link="EContact.html#EContact--homepage-url"/>
126
 
    <keyword type="" name="The &quot;icscalendar&quot; property" link="EContact.html#EContact--icscalendar"/>
127
 
    <keyword type="" name="The &quot;id&quot; property" link="EContact.html#EContact--id"/>
128
 
    <keyword type="" name="The &quot;im-aim&quot; property" link="EContact.html#EContact--im-aim"/>
129
 
    <keyword type="" name="The &quot;im-aim-home-1&quot; property" link="EContact.html#EContact--im-aim-home-1"/>
130
 
    <keyword type="" name="The &quot;im-aim-home-2&quot; property" link="EContact.html#EContact--im-aim-home-2"/>
131
 
    <keyword type="" name="The &quot;im-aim-home-3&quot; property" link="EContact.html#EContact--im-aim-home-3"/>
132
 
    <keyword type="" name="The &quot;im-aim-work-1&quot; property" link="EContact.html#EContact--im-aim-work-1"/>
133
 
    <keyword type="" name="The &quot;im-aim-work-2&quot; property" link="EContact.html#EContact--im-aim-work-2"/>
134
 
    <keyword type="" name="The &quot;im-aim-work-3&quot; property" link="EContact.html#EContact--im-aim-work-3"/>
135
 
    <keyword type="" name="The &quot;im-groupwise&quot; property" link="EContact.html#EContact--im-groupwise"/>
136
 
    <keyword type="" name="The &quot;im-groupwise-home-1&quot; property" link="EContact.html#EContact--im-groupwise-home-1"/>
137
 
    <keyword type="" name="The &quot;im-groupwise-home-2&quot; property" link="EContact.html#EContact--im-groupwise-home-2"/>
138
 
    <keyword type="" name="The &quot;im-groupwise-home-3&quot; property" link="EContact.html#EContact--im-groupwise-home-3"/>
139
 
    <keyword type="" name="The &quot;im-groupwise-work-1&quot; property" link="EContact.html#EContact--im-groupwise-work-1"/>
140
 
    <keyword type="" name="The &quot;im-groupwise-work-2&quot; property" link="EContact.html#EContact--im-groupwise-work-2"/>
141
 
    <keyword type="" name="The &quot;im-groupwise-work-3&quot; property" link="EContact.html#EContact--im-groupwise-work-3"/>
142
 
    <keyword type="" name="The &quot;im-icq&quot; property" link="EContact.html#EContact--im-icq"/>
143
 
    <keyword type="" name="The &quot;im-icq-home-1&quot; property" link="EContact.html#EContact--im-icq-home-1"/>
144
 
    <keyword type="" name="The &quot;im-icq-home-2&quot; property" link="EContact.html#EContact--im-icq-home-2"/>
145
 
    <keyword type="" name="The &quot;im-icq-home-3&quot; property" link="EContact.html#EContact--im-icq-home-3"/>
146
 
    <keyword type="" name="The &quot;im-icq-work-1&quot; property" link="EContact.html#EContact--im-icq-work-1"/>
147
 
    <keyword type="" name="The &quot;im-icq-work-2&quot; property" link="EContact.html#EContact--im-icq-work-2"/>
148
 
    <keyword type="" name="The &quot;im-icq-work-3&quot; property" link="EContact.html#EContact--im-icq-work-3"/>
149
 
    <keyword type="" name="The &quot;im-jabber&quot; property" link="EContact.html#EContact--im-jabber"/>
150
 
    <keyword type="" name="The &quot;im-jabber-home-1&quot; property" link="EContact.html#EContact--im-jabber-home-1"/>
151
 
    <keyword type="" name="The &quot;im-jabber-home-2&quot; property" link="EContact.html#EContact--im-jabber-home-2"/>
152
 
    <keyword type="" name="The &quot;im-jabber-home-3&quot; property" link="EContact.html#EContact--im-jabber-home-3"/>
153
 
    <keyword type="" name="The &quot;im-jabber-work-1&quot; property" link="EContact.html#EContact--im-jabber-work-1"/>
154
 
    <keyword type="" name="The &quot;im-jabber-work-2&quot; property" link="EContact.html#EContact--im-jabber-work-2"/>
155
 
    <keyword type="" name="The &quot;im-jabber-work-3&quot; property" link="EContact.html#EContact--im-jabber-work-3"/>
156
 
    <keyword type="" name="The &quot;im-msn&quot; property" link="EContact.html#EContact--im-msn"/>
157
 
    <keyword type="" name="The &quot;im-msn-home-1&quot; property" link="EContact.html#EContact--im-msn-home-1"/>
158
 
    <keyword type="" name="The &quot;im-msn-home-2&quot; property" link="EContact.html#EContact--im-msn-home-2"/>
159
 
    <keyword type="" name="The &quot;im-msn-home-3&quot; property" link="EContact.html#EContact--im-msn-home-3"/>
160
 
    <keyword type="" name="The &quot;im-msn-work-1&quot; property" link="EContact.html#EContact--im-msn-work-1"/>
161
 
    <keyword type="" name="The &quot;im-msn-work-2&quot; property" link="EContact.html#EContact--im-msn-work-2"/>
162
 
    <keyword type="" name="The &quot;im-msn-work-3&quot; property" link="EContact.html#EContact--im-msn-work-3"/>
163
 
    <keyword type="" name="The &quot;im-yahoo&quot; property" link="EContact.html#EContact--im-yahoo"/>
164
 
    <keyword type="" name="The &quot;im-yahoo-home-1&quot; property" link="EContact.html#EContact--im-yahoo-home-1"/>
165
 
    <keyword type="" name="The &quot;im-yahoo-home-2&quot; property" link="EContact.html#EContact--im-yahoo-home-2"/>
166
 
    <keyword type="" name="The &quot;im-yahoo-home-3&quot; property" link="EContact.html#EContact--im-yahoo-home-3"/>
167
 
    <keyword type="" name="The &quot;im-yahoo-work-1&quot; property" link="EContact.html#EContact--im-yahoo-work-1"/>
168
 
    <keyword type="" name="The &quot;im-yahoo-work-2&quot; property" link="EContact.html#EContact--im-yahoo-work-2"/>
169
 
    <keyword type="" name="The &quot;im-yahoo-work-3&quot; property" link="EContact.html#EContact--im-yahoo-work-3"/>
170
 
    <keyword type="" name="The &quot;isdn-phone&quot; property" link="EContact.html#EContact--isdn-phone"/>
171
 
    <keyword type="" name="The &quot;list&quot; property" link="EContact.html#EContact--list"/>
172
 
    <keyword type="" name="The &quot;list-show-addresses&quot; property" link="EContact.html#EContact--list-show-addresses"/>
173
 
    <keyword type="" name="The &quot;logo&quot; property" link="EContact.html#EContact--logo"/>
174
 
    <keyword type="" name="The &quot;mailer&quot; property" link="EContact.html#EContact--mailer"/>
175
 
    <keyword type="" name="The &quot;manager&quot; property" link="EContact.html#EContact--manager"/>
176
 
    <keyword type="" name="The &quot;mobile-phone&quot; property" link="EContact.html#EContact--mobile-phone"/>
177
 
    <keyword type="" name="The &quot;name&quot; property" link="EContact.html#EContact--name"/>
178
 
    <keyword type="" name="The &quot;name-or-org&quot; property" link="EContact.html#EContact--name-or-org"/>
179
 
    <keyword type="" name="The &quot;nickname&quot; property" link="EContact.html#EContact--nickname"/>
180
 
    <keyword type="" name="The &quot;note&quot; property" link="EContact.html#EContact--note"/>
181
 
    <keyword type="" name="The &quot;office&quot; property" link="EContact.html#EContact--office"/>
182
 
    <keyword type="" name="The &quot;org&quot; property" link="EContact.html#EContact--org"/>
183
 
    <keyword type="" name="The &quot;org-unit&quot; property" link="EContact.html#EContact--org-unit"/>
184
 
    <keyword type="" name="The &quot;other-fax&quot; property" link="EContact.html#EContact--other-fax"/>
185
 
    <keyword type="" name="The &quot;other-phone&quot; property" link="EContact.html#EContact--other-phone"/>
186
 
    <keyword type="" name="The &quot;pager&quot; property" link="EContact.html#EContact--pager"/>
187
 
    <keyword type="" name="The &quot;photo&quot; property" link="EContact.html#EContact--photo"/>
188
 
    <keyword type="" name="The &quot;primary-phone&quot; property" link="EContact.html#EContact--primary-phone"/>
189
 
    <keyword type="" name="The &quot;radio&quot; property" link="EContact.html#EContact--radio"/>
190
 
    <keyword type="" name="The &quot;role&quot; property" link="EContact.html#EContact--role"/>
191
 
    <keyword type="" name="The &quot;spouse&quot; property" link="EContact.html#EContact--spouse"/>
192
 
    <keyword type="" name="The &quot;telex&quot; property" link="EContact.html#EContact--telex"/>
193
 
    <keyword type="" name="The &quot;title&quot; property" link="EContact.html#EContact--title"/>
194
 
    <keyword type="" name="The &quot;tty&quot; property" link="EContact.html#EContact--tty"/>
195
 
    <keyword type="" name="The &quot;video-url&quot; property" link="EContact.html#EContact--video-url"/>
196
 
    <keyword type="" name="The &quot;wants-html&quot; property" link="EContact.html#EContact--wants-html"/>
197
 
    <keyword type="" name="The &quot;x509Cert&quot; property" link="EContact.html#EContact--x509Cert"/>
198
 
    <keyword type="struct" name="EVCard" link="EVCard.html#EVCard-struct"/>
199
 
    <keyword type="enum" name="enum EVCardFormat" link="EVCard.html#EVCardFormat"/>
200
 
    <keyword type="struct" name="EVCardAttribute" link="EVCard.html#EVCardAttribute"/>
201
 
    <keyword type="struct" name="EVCardAttributeParam" link="EVCard.html#EVCardAttributeParam"/>
202
 
    <keyword type="function" name="e_vcard_construct ()" link="EVCard.html#e-vcard-construct"/>
203
 
    <keyword type="function" name="e_vcard_new ()" link="EVCard.html#e-vcard-new"/>
204
 
    <keyword type="function" name="e_vcard_new_from_string ()" link="EVCard.html#e-vcard-new-from-string"/>
205
 
    <keyword type="function" name="e_vcard_to_string ()" link="EVCard.html#e-vcard-to-string"/>
206
 
    <keyword type="function" name="e_vcard_dump_structure ()" link="EVCard.html#e-vcard-dump-structure"/>
207
 
    <keyword type="function" name="e_vcard_attribute_new ()" link="EVCard.html#e-vcard-attribute-new"/>
208
 
    <keyword type="function" name="e_vcard_attribute_free ()" link="EVCard.html#e-vcard-attribute-free"/>
209
 
    <keyword type="function" name="e_vcard_attribute_copy ()" link="EVCard.html#e-vcard-attribute-copy"/>
210
 
    <keyword type="function" name="e_vcard_remove_attributes ()" link="EVCard.html#e-vcard-remove-attributes"/>
211
 
    <keyword type="function" name="e_vcard_remove_attribute ()" link="EVCard.html#e-vcard-remove-attribute"/>
212
 
    <keyword type="function" name="e_vcard_add_attribute ()" link="EVCard.html#e-vcard-add-attribute"/>
213
 
    <keyword type="function" name="e_vcard_add_attribute_with_value ()" link="EVCard.html#e-vcard-add-attribute-with-value"/>
214
 
    <keyword type="function" name="e_vcard_add_attribute_with_values ()" link="EVCard.html#e-vcard-add-attribute-with-values"/>
215
 
    <keyword type="function" name="e_vcard_attribute_add_value ()" link="EVCard.html#e-vcard-attribute-add-value"/>
216
 
    <keyword type="function" name="e_vcard_attribute_add_value_decoded ()" link="EVCard.html#e-vcard-attribute-add-value-decoded"/>
217
 
    <keyword type="function" name="e_vcard_attribute_add_values ()" link="EVCard.html#e-vcard-attribute-add-values"/>
218
 
    <keyword type="function" name="e_vcard_attribute_remove_values ()" link="EVCard.html#e-vcard-attribute-remove-values"/>
219
 
    <keyword type="function" name="e_vcard_attribute_remove_params ()" link="EVCard.html#e-vcard-attribute-remove-params"/>
220
 
    <keyword type="function" name="e_vcard_attribute_param_new ()" link="EVCard.html#e-vcard-attribute-param-new"/>
221
 
    <keyword type="function" name="e_vcard_attribute_param_free ()" link="EVCard.html#e-vcard-attribute-param-free"/>
222
 
    <keyword type="function" name="e_vcard_attribute_param_copy ()" link="EVCard.html#e-vcard-attribute-param-copy"/>
223
 
    <keyword type="function" name="e_vcard_attribute_add_param ()" link="EVCard.html#e-vcard-attribute-add-param"/>
224
 
    <keyword type="function" name="e_vcard_attribute_add_param_with_value ()" link="EVCard.html#e-vcard-attribute-add-param-with-value"/>
225
 
    <keyword type="function" name="e_vcard_attribute_add_param_with_values ()" link="EVCard.html#e-vcard-attribute-add-param-with-values"/>
226
 
    <keyword type="function" name="e_vcard_attribute_param_add_value ()" link="EVCard.html#e-vcard-attribute-param-add-value"/>
227
 
    <keyword type="function" name="e_vcard_attribute_param_add_values ()" link="EVCard.html#e-vcard-attribute-param-add-values"/>
228
 
    <keyword type="function" name="e_vcard_attribute_param_remove_values ()" link="EVCard.html#e-vcard-attribute-param-remove-values"/>
229
 
    <keyword type="function" name="e_vcard_get_attributes ()" link="EVCard.html#e-vcard-get-attributes"/>
230
 
    <keyword type="function" name="e_vcard_attribute_get_group ()" link="EVCard.html#e-vcard-attribute-get-group"/>
231
 
    <keyword type="function" name="e_vcard_attribute_get_name ()" link="EVCard.html#e-vcard-attribute-get-name"/>
232
 
    <keyword type="function" name="e_vcard_attribute_get_values ()" link="EVCard.html#e-vcard-attribute-get-values"/>
233
 
    <keyword type="function" name="e_vcard_attribute_get_values_decoded ()" link="EVCard.html#e-vcard-attribute-get-values-decoded"/>
234
 
    <keyword type="function" name="e_vcard_attribute_get_params ()" link="EVCard.html#e-vcard-attribute-get-params"/>
235
 
    <keyword type="function" name="e_vcard_attribute_param_get_name ()" link="EVCard.html#e-vcard-attribute-param-get-name"/>
236
 
    <keyword type="function" name="e_vcard_attribute_param_get_values ()" link="EVCard.html#e-vcard-attribute-param-get-values"/>
237
 
    <keyword type="macro" name="EVC_ADR" link="EVCard.html#EVC-ADR:CAPS"/>
238
 
    <keyword type="macro" name="EVC_BDAY" link="EVCard.html#EVC-BDAY:CAPS"/>
239
 
    <keyword type="macro" name="EVC_CALURI" link="EVCard.html#EVC-CALURI:CAPS"/>
240
 
    <keyword type="macro" name="EVC_CATEGORIES" link="EVCard.html#EVC-CATEGORIES:CAPS"/>
241
 
    <keyword type="macro" name="EVC_EMAIL" link="EVCard.html#EVC-EMAIL:CAPS"/>
242
 
    <keyword type="macro" name="EVC_ENCODING" link="EVCard.html#EVC-ENCODING:CAPS"/>
243
 
    <keyword type="macro" name="EVC_FBURL" link="EVCard.html#EVC-FBURL:CAPS"/>
244
 
    <keyword type="macro" name="EVC_FN" link="EVCard.html#EVC-FN:CAPS"/>
245
 
    <keyword type="macro" name="EVC_ICSCALENDAR" link="EVCard.html#EVC-ICSCALENDAR:CAPS"/>
246
 
    <keyword type="macro" name="EVC_LABEL" link="EVCard.html#EVC-LABEL:CAPS"/>
247
 
    <keyword type="macro" name="EVC_LOGO" link="EVCard.html#EVC-LOGO:CAPS"/>
248
 
    <keyword type="macro" name="EVC_MAILER" link="EVCard.html#EVC-MAILER:CAPS"/>
249
 
    <keyword type="macro" name="EVC_NICKNAME" link="EVCard.html#EVC-NICKNAME:CAPS"/>
250
 
    <keyword type="macro" name="EVC_N" link="EVCard.html#EVC-N:CAPS"/>
251
 
    <keyword type="macro" name="EVC_NOTE" link="EVCard.html#EVC-NOTE:CAPS"/>
252
 
    <keyword type="macro" name="EVC_ORG" link="EVCard.html#EVC-ORG:CAPS"/>
253
 
    <keyword type="macro" name="EVC_PHOTO" link="EVCard.html#EVC-PHOTO:CAPS"/>
254
 
    <keyword type="macro" name="EVC_PRODID" link="EVCard.html#EVC-PRODID:CAPS"/>
255
 
    <keyword type="macro" name="EVC_QUOTEDPRINTABLE" link="EVCard.html#EVC-QUOTEDPRINTABLE:CAPS"/>
256
 
    <keyword type="macro" name="EVC_REV" link="EVCard.html#EVC-REV:CAPS"/>
257
 
    <keyword type="macro" name="EVC_ROLE" link="EVCard.html#EVC-ROLE:CAPS"/>
258
 
    <keyword type="macro" name="EVC_TEL" link="EVCard.html#EVC-TEL:CAPS"/>
259
 
    <keyword type="macro" name="EVC_TITLE" link="EVCard.html#EVC-TITLE:CAPS"/>
260
 
    <keyword type="macro" name="EVC_TYPE" link="EVCard.html#EVC-TYPE:CAPS"/>
261
 
    <keyword type="macro" name="EVC_UID" link="EVCard.html#EVC-UID:CAPS"/>
262
 
    <keyword type="macro" name="EVC_URL" link="EVCard.html#EVC-URL:CAPS"/>
263
 
    <keyword type="macro" name="EVC_VALUE" link="EVCard.html#EVC-VALUE:CAPS"/>
264
 
    <keyword type="macro" name="EVC_VERSION" link="EVCard.html#EVC-VERSION:CAPS"/>
265
 
    <keyword type="macro" name="EVC_X_AIM" link="EVCard.html#EVC-X-AIM:CAPS"/>
266
 
    <keyword type="macro" name="EVC_X_ANNIVERSARY" link="EVCard.html#EVC-X-ANNIVERSARY:CAPS"/>
267
 
    <keyword type="macro" name="EVC_X_ASSISTANT" link="EVCard.html#EVC-X-ASSISTANT:CAPS"/>
268
 
    <keyword type="macro" name="EVC_X_BIRTHDAY" link="EVCard.html#EVC-X-BIRTHDAY:CAPS"/>
269
 
    <keyword type="macro" name="EVC_X_BLOG_URL" link="EVCard.html#EVC-X-BLOG-URL:CAPS"/>
270
 
    <keyword type="macro" name="EVC_X_FILE_AS" link="EVCard.html#EVC-X-FILE-AS:CAPS"/>
271
 
    <keyword type="macro" name="EVC_X_ICQ" link="EVCard.html#EVC-X-ICQ:CAPS"/>
272
 
    <keyword type="macro" name="EVC_X_JABBER" link="EVCard.html#EVC-X-JABBER:CAPS"/>
273
 
    <keyword type="macro" name="EVC_X_LIST_SHOW_ADDRESSES" link="EVCard.html#EVC-X-LIST-SHOW-ADDRESSES:CAPS"/>
274
 
    <keyword type="macro" name="EVC_X_LIST" link="EVCard.html#EVC-X-LIST:CAPS"/>
275
 
    <keyword type="macro" name="EVC_X_MANAGER" link="EVCard.html#EVC-X-MANAGER:CAPS"/>
276
 
    <keyword type="macro" name="EVC_X_MSN" link="EVCard.html#EVC-X-MSN:CAPS"/>
277
 
    <keyword type="macro" name="EVC_X_SPOUSE" link="EVCard.html#EVC-X-SPOUSE:CAPS"/>
278
 
    <keyword type="macro" name="EVC_X_WANTS_HTML" link="EVCard.html#EVC-X-WANTS-HTML:CAPS"/>
279
 
    <keyword type="macro" name="EVC_X_YAHOO" link="EVCard.html#EVC-X-YAHOO:CAPS"/>
280
 
    <keyword type="struct" name="EBookListener" link="EBookListener.html#EBookListener-struct"/>
281
 
    <keyword type="struct" name="EBookListenerResponse" link="EBookListener.html#EBookListenerResponse"/>
282
 
    <keyword type="enum" name="enum EBookListenerOperation" link="EBookListener.html#EBookListenerOperation"/>
283
 
    <keyword type="function" name="e_book_listener_new ()" link="EBookListener.html#e-book-listener-new"/>
284
 
    <keyword type="function" name="e_book_listener_stop ()" link="EBookListener.html#e-book-listener-stop"/>
285
 
    <keyword type="" name="The &quot;response&quot; signal" link="EBookListener.html#EBookListener-response"/>
286
 
    <keyword type="struct" name="EBookView" link="EBookView.html#EBookView-struct"/>
287
 
    <keyword type="function" name="e_book_view_new ()" link="EBookView.html#e-book-view-new"/>
288
 
    <keyword type="function" name="e_book_view_set_book ()" link="EBookView.html#e-book-view-set-book"/>
289
 
    <keyword type="" name="The &quot;contacts-added&quot; signal" link="EBookView.html#EBookView-contacts-added"/>
290
 
    <keyword type="" name="The &quot;contacts-changed&quot; signal" link="EBookView.html#EBookView-contacts-changed"/>
291
 
    <keyword type="" name="The &quot;contacts-removed&quot; signal" link="EBookView.html#EBookView-contacts-removed"/>
292
 
    <keyword type="" name="The &quot;sequence-complete&quot; signal" link="EBookView.html#EBookView-sequence-complete"/>
293
 
    <keyword type="" name="The &quot;status-message&quot; signal" link="EBookView.html#EBookView-status-message"/>
294
 
    <keyword type="struct" name="EBookViewListener" link="EBookViewListener.html#EBookViewListener-struct"/>
295
 
    <keyword type="struct" name="EBookViewListenerResponse" link="EBookViewListener.html#EBookViewListenerResponse"/>
296
 
    <keyword type="enum" name="enum EBookViewListenerOperation" link="EBookViewListener.html#EBookViewListenerOperation"/>
297
 
    <keyword type="function" name="e_book_view_listener_new ()" link="EBookViewListener.html#e-book-view-listener-new"/>
298
 
    <keyword type="function" name="e_book_view_listener_stop ()" link="EBookViewListener.html#e-book-view-listener-stop"/>
299
 
    <keyword type="" name="The &quot;response&quot; signal" link="EBookViewListener.html#EBookViewListener-response"/>
300
 
    <keyword type="function" name="EBookCallback ()" link="libebook-e-book-async.html#EBookCallback"/>
301
 
    <keyword type="function" name="EBookOpenProgressCallback ()" link="libebook-e-book-async.html#EBookOpenProgressCallback"/>
302
 
    <keyword type="function" name="EBookIdCallback ()" link="libebook-e-book-async.html#EBookIdCallback"/>
303
 
    <keyword type="function" name="EBookContactCallback ()" link="libebook-e-book-async.html#EBookContactCallback"/>
304
 
    <keyword type="function" name="EBookBookViewCallback ()" link="libebook-e-book-async.html#EBookBookViewCallback"/>
305
 
    <keyword type="function" name="e_book_async_get_supported_fields ()" link="libebook-e-book-async.html#e-book-async-get-supported-fields"/>
306
 
    <keyword type="function" name="e_book_async_get_supported_auth_methods ()" link="libebook-e-book-async.html#e-book-async-get-supported-auth-methods"/>
307
 
    <keyword type="function" name="e_book_async_authenticate_user ()" link="libebook-e-book-async.html#e-book-async-authenticate-user"/>
308
 
    <keyword type="function" name="e_book_async_get_contact ()" link="libebook-e-book-async.html#e-book-async-get-contact"/>
309
 
    <keyword type="function" name="e_book_async_get_contacts ()" link="libebook-e-book-async.html#e-book-async-get-contacts"/>
310
 
    <keyword type="function" name="e_book_async_remove_contact ()" link="libebook-e-book-async.html#e-book-async-remove-contact"/>
311
 
    <keyword type="function" name="e_book_async_remove_contact_by_id ()" link="libebook-e-book-async.html#e-book-async-remove-contact-by-id"/>
312
 
    <keyword type="function" name="e_book_async_remove_contacts ()" link="libebook-e-book-async.html#e-book-async-remove-contacts"/>
313
 
    <keyword type="function" name="e_book_async_add_contact ()" link="libebook-e-book-async.html#e-book-async-add-contact"/>
314
 
    <keyword type="function" name="e_book_async_commit_contact ()" link="libebook-e-book-async.html#e-book-async-commit-contact"/>
315
 
    <keyword type="function" name="e_book_async_get_book_view ()" link="libebook-e-book-async.html#e-book-async-get-book-view"/>
316
 
    <keyword type="macro" name="E_BOOK_ERROR" link="libebook-e-book-types.html#E-BOOK-ERROR:CAPS"/>
317
 
    <keyword type="function" name="e_book_error_quark ()" link="libebook-e-book-types.html#e-book-error-quark"/>
318
 
    <keyword type="enum" name="enum EBookStatus" link="libebook-e-book-types.html#EBookStatus"/>
319
 
    <keyword type="enum" name="enum EBookViewStatus" link="libebook-e-book-types.html#EBookViewStatus"/>
320
 
    <keyword type="enum" name="enum EBookChangeType" link="libebook-e-book-types.html#EBookChangeType"/>
321
 
    <keyword type="struct" name="EBookChange" link="libebook-e-book-types.html#EBookChange"/>
322
 
    <keyword type="struct" name="EAddressWestern" link="libebook-EAddressWestern.html#EAddressWestern"/>
323
 
    <keyword type="function" name="e_address_western_parse ()" link="libebook-EAddressWestern.html#e-address-western-parse"/>
324
 
    <keyword type="function" name="e_address_western_free ()" link="libebook-EAddressWestern.html#e-address-western-free"/>
325
 
    <keyword type="struct" name="ENameWestern" link="libebook-ENameWestern.html#ENameWestern"/>
326
 
    <keyword type="function" name="e_name_western_parse ()" link="libebook-ENameWestern.html#e-name-western-parse"/>
327
 
    <keyword type="function" name="e_name_western_free ()" link="libebook-ENameWestern.html#e-name-western-free"/>
328
 
  </functions>
329
 
</book>