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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-27 16:04:20 UTC
  • mfrom: (1.1.70 upstream)
  • Revision ID: james.westby@ubuntu.com-20090727160420-dr27rzbz6ddjqo04
Tags: 2.27.5-0ubuntu1
* New upstream version: 
  Bug Fixes:
  Address Book:
  - #587558 - Removing a picture of a contact in an LDAP addressbook
              crashes evolution 
  - #589325 - Evolution Contacts reports ambiguous error on Google
              Contacts authentication failure with bad password 
  Calendar:
  - #572176 - Allow local iCal files to be selected as calendar source
  - #586342 - CalDAV backend does not support attachments 
  - #588857 - CalDAV for Google calendars should allow email notifications
  Mail:
  - #524219 (bnc) - Unable to read forward groupwise mails in other clients.
  - #588220 - Evolution crashed when starting with local account configured 
  - #588573 - NULL string comparison in camel-search-sql-sexp.c
  Miscellaneous:
  - #583374 - The broken Google calendar import should be replaced by
              the working CalDAV support 
  - #588277 - Unnecessary special-purpose configure flag 
  Other Fixes:
  Handle quota error messages. 
  Return the proper timezone to get the counts right in all timezones.
  CamelVeeFolder - pass exceptions to functions instead of NULL
  Migrate caldav, groupwise, http, weather backends to ECalBackendStore.   
  Translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>EVCard</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Address Book Client (libebook)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Address Book Client (libebook)">
9
9
<link rel="prev" href="EBookViewListener.html" title="EBookViewListener">
10
10
<link rel="next" href="EContact.html" title="EContact">
11
 
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="Evolution-Data-Server Manual: Address Book Client (libebook)">
14
14
<link rel="index" href="ix01.html" title="Index">
24
24
</tr>
25
25
<tr><td colspan="5" class="shortcuts">
26
26
<a href="#EVCard.synopsis" class="shortcut">Top</a>
27
 
                   | 
28
 
                  <a href="#EVCard.description" class="shortcut">Description</a>
29
 
                   | 
30
 
                  <a href="#EVCard.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
27
                 | 
 
28
                <a href="#EVCard.description" class="shortcut">Description</a>
 
29
                 | 
 
30
                <a href="#EVCard.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
31
</td></tr>
32
32
</table>
33
33
<div class="refentry" lang="en">
41
41
</tr></table></div>
42
42
<div class="refsynopsisdiv">
43
43
<a name="EVCard.synopsis"></a><h2>Synopsis</h2>
44
 
<pre class="synopsis">                    <a class="link" href="EVCard.html#EVCard-struct" title="EVCard">EVCard</a>;
 
44
<pre class="synopsis">
 
45
                    <a class="link" href="EVCard.html#EVCard-struct" title="EVCard">EVCard</a>;
45
46
enum                <a class="link" href="EVCard.html#EVCardFormat" title="enum EVCardFormat">EVCardFormat</a>;
46
47
                    <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a>;
47
48
                    <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>;
48
49
<a class="link" href="EVCard.html" title="EVCard">EVCard</a>*             <a class="link" href="EVCard.html#e-vcard-new" title="e_vcard_new ()">e_vcard_new</a>                         (void);
49
 
<a class="link" href="EVCard.html" title="EVCard">EVCard</a>*             <a class="link" href="EVCard.html#e-vcard-new-from-string" title="e_vcard_new_from_string ()">e_vcard_new_from_string</a>             (const gchar *str);
50
 
gchar *             <a class="link" href="EVCard.html#e-vcard-to-string" title="e_vcard_to_string ()">e_vcard_to_string</a>                   (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
 
50
<a class="link" href="EVCard.html" title="EVCard">EVCard</a>*             <a class="link" href="EVCard.html#e-vcard-new-from-string" title="e_vcard_new_from_string ()">e_vcard_new_from_string</a>             (const <a
 
51
href="../glib/glib-Basic-Types.html#gchar"
 
52
>gchar</a> *str);
 
53
<a
 
54
href="../glib/glib-Basic-Types.html#gchar"
 
55
>gchar</a> *             <a class="link" href="EVCard.html#e-vcard-to-string" title="e_vcard_to_string ()">e_vcard_to_string</a>                   (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
51
56
                                                         <a class="link" href="EVCard.html#EVCardFormat" title="enum EVCardFormat">EVCardFormat</a> format);
52
57
void                <a class="link" href="EVCard.html#e-vcard-dump-structure" title="e_vcard_dump_structure ()">e_vcard_dump_structure</a>              (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc);
53
 
<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   <a class="link" href="EVCard.html#e-vcard-attribute-new" title="e_vcard_attribute_new ()">e_vcard_attribute_new</a>               (const gchar *attr_group,
54
 
                                                         const gchar *attr_name);
 
58
<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   <a class="link" href="EVCard.html#e-vcard-attribute-new" title="e_vcard_attribute_new ()">e_vcard_attribute_new</a>               (const <a
 
59
href="../glib/glib-Basic-Types.html#gchar"
 
60
>gchar</a> *attr_group,
 
61
                                                         const <a
 
62
href="../glib/glib-Basic-Types.html#gchar"
 
63
>gchar</a> *attr_name);
55
64
void                <a class="link" href="EVCard.html#e-vcard-attribute-free" title="e_vcard_attribute_free ()">e_vcard_attribute_free</a>              (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
56
65
<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   <a class="link" href="EVCard.html#e-vcard-attribute-copy" title="e_vcard_attribute_copy ()">e_vcard_attribute_copy</a>              (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
57
66
void                <a class="link" href="EVCard.html#e-vcard-remove-attributes" title="e_vcard_remove_attributes ()">e_vcard_remove_attributes</a>           (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
58
 
                                                         const gchar *attr_group,
59
 
                                                         const gchar *attr_name);
 
67
                                                         const <a
 
68
href="../glib/glib-Basic-Types.html#gchar"
 
69
>gchar</a> *attr_group,
 
70
                                                         const <a
 
71
href="../glib/glib-Basic-Types.html#gchar"
 
72
>gchar</a> *attr_name);
60
73
void                <a class="link" href="EVCard.html#e-vcard-remove-attribute" title="e_vcard_remove_attribute ()">e_vcard_remove_attribute</a>            (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
61
74
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
62
75
void                <a class="link" href="EVCard.html#e-vcard-add-attribute" title="e_vcard_add_attribute ()">e_vcard_add_attribute</a>               (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
63
76
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
64
77
void                <a class="link" href="EVCard.html#e-vcard-add-attribute-with-value" title="e_vcard_add_attribute_with_value ()">e_vcard_add_attribute_with_value</a>    (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard,
65
78
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
66
 
                                                         const gchar *value);
 
79
                                                         const <a
 
80
href="../glib/glib-Basic-Types.html#gchar"
 
81
>gchar</a> *value);
67
82
void                <a class="link" href="EVCard.html#e-vcard-add-attribute-with-values" title="e_vcard_add_attribute_with_values ()">e_vcard_add_attribute_with_values</a>   (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard,
68
83
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
69
84
                                                         ...);
70
85
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-value" title="e_vcard_attribute_add_value ()">e_vcard_attribute_add_value</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
71
 
                                                         const gchar *value);
 
86
                                                         const <a
 
87
href="../glib/glib-Basic-Types.html#gchar"
 
88
>gchar</a> *value);
72
89
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-value-decoded" title="e_vcard_attribute_add_value_decoded ()">e_vcard_attribute_add_value_decoded</a> (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
73
 
                                                         const gchar *value,
74
 
                                                         gint len);
 
90
                                                         const <a
 
91
href="../glib/glib-Basic-Types.html#gchar"
 
92
>gchar</a> *value,
 
93
                                                         <a
 
94
href="../glib/glib-Basic-Types.html#gint"
 
95
>gint</a> len);
75
96
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-values" title="e_vcard_attribute_add_values ()">e_vcard_attribute_add_values</a>        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
76
97
                                                         ...);
77
98
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-values" title="e_vcard_attribute_remove_values ()">e_vcard_attribute_remove_values</a>     (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
78
99
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-value" title="e_vcard_attribute_remove_value ()">e_vcard_attribute_remove_value</a>      (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
79
 
                                                         const gchar *s);
 
100
                                                         const <a
 
101
href="../glib/glib-Basic-Types.html#gchar"
 
102
>gchar</a> *s);
80
103
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-params" title="e_vcard_attribute_remove_params ()">e_vcard_attribute_remove_params</a>     (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
81
104
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-param" title="e_vcard_attribute_remove_param ()">e_vcard_attribute_remove_param</a>      (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
82
 
                                                         const gchar *param_name);
 
105
                                                         const <a
 
106
href="../glib/glib-Basic-Types.html#gchar"
 
107
>gchar</a> *param_name);
83
108
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-param-value" title="e_vcard_attribute_remove_param_value ()">e_vcard_attribute_remove_param_value</a>
84
109
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
85
 
                                                         const gchar *param_name,
86
 
                                                         const gchar *s);
87
 
<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>* <a class="link" href="EVCard.html#e-vcard-attribute-param-new" title="e_vcard_attribute_param_new ()">e_vcard_attribute_param_new</a>       (const gchar *name);
 
110
                                                         const <a
 
111
href="../glib/glib-Basic-Types.html#gchar"
 
112
>gchar</a> *param_name,
 
113
                                                         const <a
 
114
href="../glib/glib-Basic-Types.html#gchar"
 
115
>gchar</a> *s);
 
116
<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>* <a class="link" href="EVCard.html#e-vcard-attribute-param-new" title="e_vcard_attribute_param_new ()">e_vcard_attribute_param_new</a>       (const <a
 
117
href="../glib/glib-Basic-Types.html#gchar"
 
118
>gchar</a> *name);
88
119
void                <a class="link" href="EVCard.html#e-vcard-attribute-param-free" title="e_vcard_attribute_param_free ()">e_vcard_attribute_param_free</a>        (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
89
120
<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>* <a class="link" href="EVCard.html#e-vcard-attribute-param-copy" title="e_vcard_attribute_param_copy ()">e_vcard_attribute_param_copy</a>      (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
90
121
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-param" title="e_vcard_attribute_add_param ()">e_vcard_attribute_add_param</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
92
123
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-param-with-value" title="e_vcard_attribute_add_param_with_value ()">e_vcard_attribute_add_param_with_value</a>
93
124
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
94
125
                                                         <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
95
 
                                                         const gchar *value);
 
126
                                                         const <a
 
127
href="../glib/glib-Basic-Types.html#gchar"
 
128
>gchar</a> *value);
96
129
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-param-with-values" title="e_vcard_attribute_add_param_with_values ()">e_vcard_attribute_add_param_with_values</a>
97
130
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
98
131
                                                         <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
99
132
                                                         ...);
100
133
void                <a class="link" href="EVCard.html#e-vcard-attribute-param-add-value" title="e_vcard_attribute_param_add_value ()">e_vcard_attribute_param_add_value</a>   (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
101
 
                                                         const gchar *value);
 
134
                                                         const <a
 
135
href="../glib/glib-Basic-Types.html#gchar"
 
136
>gchar</a> *value);
102
137
void                <a class="link" href="EVCard.html#e-vcard-attribute-param-add-values" title="e_vcard_attribute_param_add_values ()">e_vcard_attribute_param_add_values</a>  (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
103
138
                                                         ...);
104
139
void                <a class="link" href="EVCard.html#e-vcard-attribute-param-remove-values" title="e_vcard_attribute_param_remove_values ()">e_vcard_attribute_param_remove_values</a>
105
140
                                                        (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
106
 
const gchar *       <a class="link" href="EVCard.html#e-vcard-attribute-param-get-name" title="e_vcard_attribute_param_get_name ()">e_vcard_attribute_param_get_name</a>    (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
107
 
GList*              <a class="link" href="EVCard.html#e-vcard-attribute-param-get-values" title="e_vcard_attribute_param_get_values ()">e_vcard_attribute_param_get_values</a>  (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
 
141
const <a
 
142
href="../glib/glib-Basic-Types.html#gchar"
 
143
>gchar</a> *       <a class="link" href="EVCard.html#e-vcard-attribute-param-get-name" title="e_vcard_attribute_param_get_name ()">e_vcard_attribute_param_get_name</a>    (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
 
144
<a
 
145
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
146
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-param-get-values" title="e_vcard_attribute_param_get_values ()">e_vcard_attribute_param_get_values</a>  (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
108
147
<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   <a class="link" href="EVCard.html#e-vcard-get-attribute" title="e_vcard_get_attribute ()">e_vcard_get_attribute</a>               (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
109
 
                                                         const gchar *name);
110
 
GList*              <a class="link" href="EVCard.html#e-vcard-get-attributes" title="e_vcard_get_attributes ()">e_vcard_get_attributes</a>              (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard);
111
 
const gchar *       <a class="link" href="EVCard.html#e-vcard-attribute-get-group" title="e_vcard_attribute_get_group ()">e_vcard_attribute_get_group</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
112
 
const gchar *       <a class="link" href="EVCard.html#e-vcard-attribute-get-name" title="e_vcard_attribute_get_name ()">e_vcard_attribute_get_name</a>          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
113
 
GList*              <a class="link" href="EVCard.html#e-vcard-attribute-get-values" title="e_vcard_attribute_get_values ()">e_vcard_attribute_get_values</a>        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
114
 
GList*              <a class="link" href="EVCard.html#e-vcard-attribute-get-values-decoded" title="e_vcard_attribute_get_values_decoded ()">e_vcard_attribute_get_values_decoded</a>
 
148
                                                         const <a
 
149
href="../glib/glib-Basic-Types.html#gchar"
 
150
>gchar</a> *name);
 
151
<a
 
152
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
153
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-get-attributes" title="e_vcard_get_attributes ()">e_vcard_get_attributes</a>              (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard);
 
154
const <a
 
155
href="../glib/glib-Basic-Types.html#gchar"
 
156
>gchar</a> *       <a class="link" href="EVCard.html#e-vcard-attribute-get-group" title="e_vcard_attribute_get_group ()">e_vcard_attribute_get_group</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
 
157
const <a
 
158
href="../glib/glib-Basic-Types.html#gchar"
 
159
>gchar</a> *       <a class="link" href="EVCard.html#e-vcard-attribute-get-name" title="e_vcard_attribute_get_name ()">e_vcard_attribute_get_name</a>          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
 
160
<a
 
161
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
162
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-get-values" title="e_vcard_attribute_get_values ()">e_vcard_attribute_get_values</a>        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
 
163
<a
 
164
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
165
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-get-values-decoded" title="e_vcard_attribute_get_values_decoded ()">e_vcard_attribute_get_values_decoded</a>
115
166
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
116
 
GList*              <a class="link" href="EVCard.html#e-vcard-attribute-get-params" title="e_vcard_attribute_get_params ()">e_vcard_attribute_get_params</a>        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
117
 
GList*              <a class="link" href="EVCard.html#e-vcard-attribute-get-param" title="e_vcard_attribute_get_param ()">e_vcard_attribute_get_param</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
118
 
                                                         const gchar *name);
119
 
gchar *             <a class="link" href="EVCard.html#e-vcard-attribute-get-value" title="e_vcard_attribute_get_value ()">e_vcard_attribute_get_value</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
120
 
GString*            <a class="link" href="EVCard.html#e-vcard-attribute-get-value-decoded" title="e_vcard_attribute_get_value_decoded ()">e_vcard_attribute_get_value_decoded</a> (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
121
 
gboolean            <a class="link" href="EVCard.html#e-vcard-attribute-has-type" title="e_vcard_attribute_has_type ()">e_vcard_attribute_has_type</a>          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
122
 
                                                         const gchar *typestr);
123
 
gboolean            <a class="link" href="EVCard.html#e-vcard-attribute-is-single-valued" title="e_vcard_attribute_is_single_valued ()">e_vcard_attribute_is_single_valued</a>  (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
124
 
gchar *             <a class="link" href="EVCard.html#e-vcard-escape-string" title="e_vcard_escape_string ()">e_vcard_escape_string</a>               (const gchar *s);
125
 
gchar *             <a class="link" href="EVCard.html#e-vcard-unescape-string" title="e_vcard_unescape_string ()">e_vcard_unescape_string</a>             (const gchar *s);
126
 
#define             <a class="link" href="EVCard.html#EVC-ADR:CAPS" title="EVC_ADR">EVC_ADR</a>
127
 
#define             <a class="link" href="EVCard.html#EVC-BDAY:CAPS" title="EVC_BDAY">EVC_BDAY</a>
128
 
#define             <a class="link" href="EVCard.html#EVC-CALURI:CAPS" title="EVC_CALURI">EVC_CALURI</a>
129
 
#define             <a class="link" href="EVCard.html#EVC-CATEGORIES:CAPS" title="EVC_CATEGORIES">EVC_CATEGORIES</a>
130
 
#define             <a class="link" href="EVCard.html#EVC-EMAIL:CAPS" title="EVC_EMAIL">EVC_EMAIL</a>
131
 
#define             <a class="link" href="EVCard.html#EVC-ENCODING:CAPS" title="EVC_ENCODING">EVC_ENCODING</a>
132
 
#define             <a class="link" href="EVCard.html#EVC-FBURL:CAPS" title="EVC_FBURL">EVC_FBURL</a>
133
 
#define             <a class="link" href="EVCard.html#EVC-FN:CAPS" title="EVC_FN">EVC_FN</a>
134
 
#define             <a class="link" href="EVCard.html#EVC-GEO:CAPS" title="EVC_GEO">EVC_GEO</a>
135
 
#define             <a class="link" href="EVCard.html#EVC-ICSCALENDAR:CAPS" title="EVC_ICSCALENDAR">EVC_ICSCALENDAR</a>
136
 
#define             <a class="link" href="EVCard.html#EVC-KEY:CAPS" title="EVC_KEY">EVC_KEY</a>
137
 
#define             <a class="link" href="EVCard.html#EVC-LABEL:CAPS" title="EVC_LABEL">EVC_LABEL</a>
138
 
#define             <a class="link" href="EVCard.html#EVC-LOGO:CAPS" title="EVC_LOGO">EVC_LOGO</a>
139
 
#define             <a class="link" href="EVCard.html#EVC-MAILER:CAPS" title="EVC_MAILER">EVC_MAILER</a>
140
 
#define             <a class="link" href="EVCard.html#EVC-NICKNAME:CAPS" title="EVC_NICKNAME">EVC_NICKNAME</a>
141
 
#define             <a class="link" href="EVCard.html#EVC-N:CAPS" title="EVC_N">EVC_N</a>
142
 
#define             <a class="link" href="EVCard.html#EVC-NOTE:CAPS" title="EVC_NOTE">EVC_NOTE</a>
143
 
#define             <a class="link" href="EVCard.html#EVC-ORG:CAPS" title="EVC_ORG">EVC_ORG</a>
144
 
#define             <a class="link" href="EVCard.html#EVC-PHOTO:CAPS" title="EVC_PHOTO">EVC_PHOTO</a>
145
 
#define             <a class="link" href="EVCard.html#EVC-PRODID:CAPS" title="EVC_PRODID">EVC_PRODID</a>
146
 
#define             <a class="link" href="EVCard.html#EVC-QUOTEDPRINTABLE:CAPS" title="EVC_QUOTEDPRINTABLE">EVC_QUOTEDPRINTABLE</a>
147
 
#define             <a class="link" href="EVCard.html#EVC-REV:CAPS" title="EVC_REV">EVC_REV</a>
148
 
#define             <a class="link" href="EVCard.html#EVC-ROLE:CAPS" title="EVC_ROLE">EVC_ROLE</a>
149
 
#define             <a class="link" href="EVCard.html#EVC-TEL:CAPS" title="EVC_TEL">EVC_TEL</a>
150
 
#define             <a class="link" href="EVCard.html#EVC-TITLE:CAPS" title="EVC_TITLE">EVC_TITLE</a>
151
 
#define             <a class="link" href="EVCard.html#EVC-TYPE:CAPS" title="EVC_TYPE">EVC_TYPE</a>
152
 
#define             <a class="link" href="EVCard.html#EVC-UID:CAPS" title="EVC_UID">EVC_UID</a>
153
 
#define             <a class="link" href="EVCard.html#EVC-URL:CAPS" title="EVC_URL">EVC_URL</a>
154
 
#define             <a class="link" href="EVCard.html#EVC-VALUE:CAPS" title="EVC_VALUE">EVC_VALUE</a>
155
 
#define             <a class="link" href="EVCard.html#EVC-VERSION:CAPS" title="EVC_VERSION">EVC_VERSION</a>
156
 
#define             <a class="link" href="EVCard.html#EVC-X-AIM:CAPS" title="EVC_X_AIM">EVC_X_AIM</a>
157
 
#define             <a class="link" href="EVCard.html#EVC-X-ANNIVERSARY:CAPS" title="EVC_X_ANNIVERSARY">EVC_X_ANNIVERSARY</a>
158
 
#define             <a class="link" href="EVCard.html#EVC-X-ASSISTANT:CAPS" title="EVC_X_ASSISTANT">EVC_X_ASSISTANT</a>
159
 
#define             <a class="link" href="EVCard.html#EVC-X-BIRTHDAY:CAPS" title="EVC_X_BIRTHDAY">EVC_X_BIRTHDAY</a>
160
 
#define             <a class="link" href="EVCard.html#EVC-X-BLOG-URL:CAPS" title="EVC_X_BLOG_URL">EVC_X_BLOG_URL</a>
161
 
#define             <a class="link" href="EVCard.html#EVC-X-FILE-AS:CAPS" title="EVC_X_FILE_AS">EVC_X_FILE_AS</a>
162
 
#define             <a class="link" href="EVCard.html#EVC-X-GADUGADU:CAPS" title="EVC_X_GADUGADU">EVC_X_GADUGADU</a>
163
 
#define             <a class="link" href="EVCard.html#EVC-X-ICQ:CAPS" title="EVC_X_ICQ">EVC_X_ICQ</a>
164
 
#define             <a class="link" href="EVCard.html#EVC-X-JABBER:CAPS" title="EVC_X_JABBER">EVC_X_JABBER</a>
165
 
#define             <a class="link" href="EVCard.html#EVC-X-LIST-SHOW-ADDRESSES:CAPS" title="EVC_X_LIST_SHOW_ADDRESSES">EVC_X_LIST_SHOW_ADDRESSES</a>
166
 
#define             <a class="link" href="EVCard.html#EVC-X-LIST:CAPS" title="EVC_X_LIST">EVC_X_LIST</a>
167
 
#define             <a class="link" href="EVCard.html#EVC-X-MANAGER:CAPS" title="EVC_X_MANAGER">EVC_X_MANAGER</a>
168
 
#define             <a class="link" href="EVCard.html#EVC-X-MSN:CAPS" title="EVC_X_MSN">EVC_X_MSN</a>
169
 
#define             <a class="link" href="EVCard.html#EVC-X-SKYPE:CAPS" title="EVC_X_SKYPE">EVC_X_SKYPE</a>
170
 
#define             <a class="link" href="EVCard.html#EVC-X-WANTS-HTML:CAPS" title="EVC_X_WANTS_HTML">EVC_X_WANTS_HTML</a>
171
 
#define             <a class="link" href="EVCard.html#EVC-X-YAHOO:CAPS" title="EVC_X_YAHOO">EVC_X_YAHOO</a>
172
 
#define             <a class="link" href="EVCard.html#EVC-X-BOOK-URI:CAPS" title="EVC_X_BOOK_URI">EVC_X_BOOK_URI</a>
173
 
#define             <a class="link" href="EVCard.html#EVC-X-CALLBACK:CAPS" title="EVC_X_CALLBACK">EVC_X_CALLBACK</a>
174
 
#define             <a class="link" href="EVCard.html#EVC-X-COMPANY:CAPS" title="EVC_X_COMPANY">EVC_X_COMPANY</a>
175
 
#define             <a class="link" href="EVCard.html#EVC-X-DEST-CONTACT-UID:CAPS" title="EVC_X_DEST_CONTACT_UID">EVC_X_DEST_CONTACT_UID</a>
176
 
#define             <a class="link" href="EVCard.html#EVC-X-DEST-EMAIL:CAPS" title="EVC_X_DEST_EMAIL">EVC_X_DEST_EMAIL</a>
177
 
#define             <a class="link" href="EVCard.html#EVC-X-DEST-EMAIL-NUM:CAPS" title="EVC_X_DEST_EMAIL_NUM">EVC_X_DEST_EMAIL_NUM</a>
178
 
#define             <a class="link" href="EVCard.html#EVC-X-DEST-HTML-MAIL:CAPS" title="EVC_X_DEST_HTML_MAIL">EVC_X_DEST_HTML_MAIL</a>
179
 
#define             <a class="link" href="EVCard.html#EVC-X-DEST-NAME:CAPS" title="EVC_X_DEST_NAME">EVC_X_DEST_NAME</a>
180
 
#define             <a class="link" href="EVCard.html#EVC-X-DEST-SOURCE-UID:CAPS" title="EVC_X_DEST_SOURCE_UID">EVC_X_DEST_SOURCE_UID</a>
181
 
#define             <a class="link" href="EVCard.html#EVC-X-GROUPWISE:CAPS" title="EVC_X_GROUPWISE">EVC_X_GROUPWISE</a>
182
 
#define             <a class="link" href="EVCard.html#EVC-X-RADIO:CAPS" title="EVC_X_RADIO">EVC_X_RADIO</a>
183
 
#define             <a class="link" href="EVCard.html#EVC-X-SIP:CAPS" title="EVC_X_SIP">EVC_X_SIP</a>
184
 
#define             <a class="link" href="EVCard.html#EVC-X-SPOUSE:CAPS" title="EVC_X_SPOUSE">EVC_X_SPOUSE</a>
185
 
#define             <a class="link" href="EVCard.html#EVC-X-TELEX:CAPS" title="EVC_X_TELEX">EVC_X_TELEX</a>
186
 
#define             <a class="link" href="EVCard.html#EVC-X-TTYTDD:CAPS" title="EVC_X_TTYTDD">EVC_X_TTYTDD</a>
187
 
#define             <a class="link" href="EVCard.html#EVC-X-VIDEO-URL:CAPS" title="EVC_X_VIDEO_URL">EVC_X_VIDEO_URL</a>
 
167
<a
 
168
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
169
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-get-params" title="e_vcard_attribute_get_params ()">e_vcard_attribute_get_params</a>        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
 
170
<a
 
171
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
172
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-get-param" title="e_vcard_attribute_get_param ()">e_vcard_attribute_get_param</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
 
173
                                                         const <a
 
174
href="../glib/glib-Basic-Types.html#gchar"
 
175
>gchar</a> *name);
 
176
<a
 
177
href="../glib/glib-Basic-Types.html#gchar"
 
178
>gchar</a> *             <a class="link" href="EVCard.html#e-vcard-attribute-get-value" title="e_vcard_attribute_get_value ()">e_vcard_attribute_get_value</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
 
179
<a
 
180
href="../glib/glib-Strings.html#GString"
 
181
>GString</a>*            <a class="link" href="EVCard.html#e-vcard-attribute-get-value-decoded" title="e_vcard_attribute_get_value_decoded ()">e_vcard_attribute_get_value_decoded</a> (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
 
182
<a
 
183
href="../glib/glib-Basic-Types.html#gboolean"
 
184
>gboolean</a>            <a class="link" href="EVCard.html#e-vcard-attribute-has-type" title="e_vcard_attribute_has_type ()">e_vcard_attribute_has_type</a>          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
 
185
                                                         const <a
 
186
href="../glib/glib-Basic-Types.html#gchar"
 
187
>gchar</a> *typestr);
 
188
<a
 
189
href="../glib/glib-Basic-Types.html#gboolean"
 
190
>gboolean</a>            <a class="link" href="EVCard.html#e-vcard-attribute-is-single-valued" title="e_vcard_attribute_is_single_valued ()">e_vcard_attribute_is_single_valued</a>  (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
 
191
<a
 
192
href="../glib/glib-Basic-Types.html#gchar"
 
193
>gchar</a> *             <a class="link" href="EVCard.html#e-vcard-escape-string" title="e_vcard_escape_string ()">e_vcard_escape_string</a>               (const <a
 
194
href="../glib/glib-Basic-Types.html#gchar"
 
195
>gchar</a> *s);
 
196
<a
 
197
href="../glib/glib-Basic-Types.html#gchar"
 
198
>gchar</a> *             <a class="link" href="EVCard.html#e-vcard-unescape-string" title="e_vcard_unescape_string ()">e_vcard_unescape_string</a>             (const <a
 
199
href="../glib/glib-Basic-Types.html#gchar"
 
200
>gchar</a> *s);
 
201
#define             <a class="link" href="EVCard.html#EVC-ADR--CAPS" title="EVC_ADR">EVC_ADR</a>
 
202
#define             <a class="link" href="EVCard.html#EVC-BDAY--CAPS" title="EVC_BDAY">EVC_BDAY</a>
 
203
#define             <a class="link" href="EVCard.html#EVC-CALURI--CAPS" title="EVC_CALURI">EVC_CALURI</a>
 
204
#define             <a class="link" href="EVCard.html#EVC-CATEGORIES--CAPS" title="EVC_CATEGORIES">EVC_CATEGORIES</a>
 
205
#define             <a class="link" href="EVCard.html#EVC-EMAIL--CAPS" title="EVC_EMAIL">EVC_EMAIL</a>
 
206
#define             <a class="link" href="EVCard.html#EVC-ENCODING--CAPS" title="EVC_ENCODING">EVC_ENCODING</a>
 
207
#define             <a class="link" href="EVCard.html#EVC-FBURL--CAPS" title="EVC_FBURL">EVC_FBURL</a>
 
208
#define             <a class="link" href="EVCard.html#EVC-FN--CAPS" title="EVC_FN">EVC_FN</a>
 
209
#define             <a class="link" href="EVCard.html#EVC-GEO--CAPS" title="EVC_GEO">EVC_GEO</a>
 
210
#define             <a class="link" href="EVCard.html#EVC-ICSCALENDAR--CAPS" title="EVC_ICSCALENDAR">EVC_ICSCALENDAR</a>
 
211
#define             <a class="link" href="EVCard.html#EVC-KEY--CAPS" title="EVC_KEY">EVC_KEY</a>
 
212
#define             <a class="link" href="EVCard.html#EVC-LABEL--CAPS" title="EVC_LABEL">EVC_LABEL</a>
 
213
#define             <a class="link" href="EVCard.html#EVC-LOGO--CAPS" title="EVC_LOGO">EVC_LOGO</a>
 
214
#define             <a class="link" href="EVCard.html#EVC-MAILER--CAPS" title="EVC_MAILER">EVC_MAILER</a>
 
215
#define             <a class="link" href="EVCard.html#EVC-NICKNAME--CAPS" title="EVC_NICKNAME">EVC_NICKNAME</a>
 
216
#define             <a class="link" href="EVCard.html#EVC-N--CAPS" title="EVC_N">EVC_N</a>
 
217
#define             <a class="link" href="EVCard.html#EVC-NOTE--CAPS" title="EVC_NOTE">EVC_NOTE</a>
 
218
#define             <a class="link" href="EVCard.html#EVC-ORG--CAPS" title="EVC_ORG">EVC_ORG</a>
 
219
#define             <a class="link" href="EVCard.html#EVC-PHOTO--CAPS" title="EVC_PHOTO">EVC_PHOTO</a>
 
220
#define             <a class="link" href="EVCard.html#EVC-PRODID--CAPS" title="EVC_PRODID">EVC_PRODID</a>
 
221
#define             <a class="link" href="EVCard.html#EVC-QUOTEDPRINTABLE--CAPS" title="EVC_QUOTEDPRINTABLE">EVC_QUOTEDPRINTABLE</a>
 
222
#define             <a class="link" href="EVCard.html#EVC-REV--CAPS" title="EVC_REV">EVC_REV</a>
 
223
#define             <a class="link" href="EVCard.html#EVC-ROLE--CAPS" title="EVC_ROLE">EVC_ROLE</a>
 
224
#define             <a class="link" href="EVCard.html#EVC-TEL--CAPS" title="EVC_TEL">EVC_TEL</a>
 
225
#define             <a class="link" href="EVCard.html#EVC-TITLE--CAPS" title="EVC_TITLE">EVC_TITLE</a>
 
226
#define             <a class="link" href="EVCard.html#EVC-TYPE--CAPS" title="EVC_TYPE">EVC_TYPE</a>
 
227
#define             <a class="link" href="EVCard.html#EVC-UID--CAPS" title="EVC_UID">EVC_UID</a>
 
228
#define             <a class="link" href="EVCard.html#EVC-URL--CAPS" title="EVC_URL">EVC_URL</a>
 
229
#define             <a class="link" href="EVCard.html#EVC-VALUE--CAPS" title="EVC_VALUE">EVC_VALUE</a>
 
230
#define             <a class="link" href="EVCard.html#EVC-VERSION--CAPS" title="EVC_VERSION">EVC_VERSION</a>
 
231
#define             <a class="link" href="EVCard.html#EVC-X-AIM--CAPS" title="EVC_X_AIM">EVC_X_AIM</a>
 
232
#define             <a class="link" href="EVCard.html#EVC-X-ANNIVERSARY--CAPS" title="EVC_X_ANNIVERSARY">EVC_X_ANNIVERSARY</a>
 
233
#define             <a class="link" href="EVCard.html#EVC-X-ASSISTANT--CAPS" title="EVC_X_ASSISTANT">EVC_X_ASSISTANT</a>
 
234
#define             <a class="link" href="EVCard.html#EVC-X-BIRTHDAY--CAPS" title="EVC_X_BIRTHDAY">EVC_X_BIRTHDAY</a>
 
235
#define             <a class="link" href="EVCard.html#EVC-X-BLOG-URL--CAPS" title="EVC_X_BLOG_URL">EVC_X_BLOG_URL</a>
 
236
#define             <a class="link" href="EVCard.html#EVC-X-FILE-AS--CAPS" title="EVC_X_FILE_AS">EVC_X_FILE_AS</a>
 
237
#define             <a class="link" href="EVCard.html#EVC-X-GADUGADU--CAPS" title="EVC_X_GADUGADU">EVC_X_GADUGADU</a>
 
238
#define             <a class="link" href="EVCard.html#EVC-X-ICQ--CAPS" title="EVC_X_ICQ">EVC_X_ICQ</a>
 
239
#define             <a class="link" href="EVCard.html#EVC-X-JABBER--CAPS" title="EVC_X_JABBER">EVC_X_JABBER</a>
 
240
#define             <a class="link" href="EVCard.html#EVC-X-LIST-SHOW-ADDRESSES--CAPS" title="EVC_X_LIST_SHOW_ADDRESSES">EVC_X_LIST_SHOW_ADDRESSES</a>
 
241
#define             <a class="link" href="EVCard.html#EVC-X-LIST--CAPS" title="EVC_X_LIST">EVC_X_LIST</a>
 
242
#define             <a class="link" href="EVCard.html#EVC-X-MANAGER--CAPS" title="EVC_X_MANAGER">EVC_X_MANAGER</a>
 
243
#define             <a class="link" href="EVCard.html#EVC-X-MSN--CAPS" title="EVC_X_MSN">EVC_X_MSN</a>
 
244
#define             <a class="link" href="EVCard.html#EVC-X-SKYPE--CAPS" title="EVC_X_SKYPE">EVC_X_SKYPE</a>
 
245
#define             <a class="link" href="EVCard.html#EVC-X-WANTS-HTML--CAPS" title="EVC_X_WANTS_HTML">EVC_X_WANTS_HTML</a>
 
246
#define             <a class="link" href="EVCard.html#EVC-X-YAHOO--CAPS" title="EVC_X_YAHOO">EVC_X_YAHOO</a>
 
247
#define             <a class="link" href="EVCard.html#EVC-X-BOOK-URI--CAPS" title="EVC_X_BOOK_URI">EVC_X_BOOK_URI</a>
 
248
#define             <a class="link" href="EVCard.html#EVC-X-CALLBACK--CAPS" title="EVC_X_CALLBACK">EVC_X_CALLBACK</a>
 
249
#define             <a class="link" href="EVCard.html#EVC-X-COMPANY--CAPS" title="EVC_X_COMPANY">EVC_X_COMPANY</a>
 
250
#define             <a class="link" href="EVCard.html#EVC-X-DEST-CONTACT-UID--CAPS" title="EVC_X_DEST_CONTACT_UID">EVC_X_DEST_CONTACT_UID</a>
 
251
#define             <a class="link" href="EVCard.html#EVC-X-DEST-EMAIL--CAPS" title="EVC_X_DEST_EMAIL">EVC_X_DEST_EMAIL</a>
 
252
#define             <a class="link" href="EVCard.html#EVC-X-DEST-EMAIL-NUM--CAPS" title="EVC_X_DEST_EMAIL_NUM">EVC_X_DEST_EMAIL_NUM</a>
 
253
#define             <a class="link" href="EVCard.html#EVC-X-DEST-HTML-MAIL--CAPS" title="EVC_X_DEST_HTML_MAIL">EVC_X_DEST_HTML_MAIL</a>
 
254
#define             <a class="link" href="EVCard.html#EVC-X-DEST-NAME--CAPS" title="EVC_X_DEST_NAME">EVC_X_DEST_NAME</a>
 
255
#define             <a class="link" href="EVCard.html#EVC-X-DEST-SOURCE-UID--CAPS" title="EVC_X_DEST_SOURCE_UID">EVC_X_DEST_SOURCE_UID</a>
 
256
#define             <a class="link" href="EVCard.html#EVC-X-GROUPWISE--CAPS" title="EVC_X_GROUPWISE">EVC_X_GROUPWISE</a>
 
257
#define             <a class="link" href="EVCard.html#EVC-X-RADIO--CAPS" title="EVC_X_RADIO">EVC_X_RADIO</a>
 
258
#define             <a class="link" href="EVCard.html#EVC-X-SIP--CAPS" title="EVC_X_SIP">EVC_X_SIP</a>
 
259
#define             <a class="link" href="EVCard.html#EVC-X-SPOUSE--CAPS" title="EVC_X_SPOUSE">EVC_X_SPOUSE</a>
 
260
#define             <a class="link" href="EVCard.html#EVC-X-TELEX--CAPS" title="EVC_X_TELEX">EVC_X_TELEX</a>
 
261
#define             <a class="link" href="EVCard.html#EVC-X-TTYTDD--CAPS" title="EVC_X_TTYTDD">EVC_X_TTYTDD</a>
 
262
#define             <a class="link" href="EVCard.html#EVC-X-VIDEO-URL--CAPS" title="EVC_X_VIDEO_URL">EVC_X_VIDEO_URL</a>
188
263
</pre>
189
264
</div>
190
265
<div class="refsect1" lang="en">
191
266
<a name="EVCard.object-hierarchy"></a><h2>Object Hierarchy</h2>
192
267
<pre class="synopsis">
193
 
  GObject
 
268
  <a
 
269
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
270
>GObject</a>
194
271
   +----EVCard
195
272
         +----<a class="link" href="EContact.html" title="EContact">EContact</a>
196
273
</pre>
254
331
<hr>
255
332
<div class="refsect2" lang="en">
256
333
<a name="e-vcard-new-from-string"></a><h3>e_vcard_new_from_string ()</h3>
257
 
<pre class="programlisting"><a class="link" href="EVCard.html" title="EVCard">EVCard</a>*             e_vcard_new_from_string             (const gchar *str);</pre>
 
334
<pre class="programlisting"><a class="link" href="EVCard.html" title="EVCard">EVCard</a>*             e_vcard_new_from_string             (const <a
 
335
href="../glib/glib-Basic-Types.html#gchar"
 
336
>gchar</a> *str);</pre>
258
337
<p>
259
338
Creates a new <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a> from the passed-in string
260
339
representation.</p>
279
358
<hr>
280
359
<div class="refsect2" lang="en">
281
360
<a name="e-vcard-to-string"></a><h3>e_vcard_to_string ()</h3>
282
 
<pre class="programlisting">gchar *             e_vcard_to_string                   (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
 
361
<pre class="programlisting"><a
 
362
href="../glib/glib-Basic-Types.html#gchar"
 
363
>gchar</a> *             e_vcard_to_string                   (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
283
364
                                                         <a class="link" href="EVCard.html#EVCardFormat" title="enum EVCardFormat">EVCardFormat</a> format);</pre>
284
365
<p>
285
366
Exports <em class="parameter"><code>evc</code></em> to a string representation, specified
328
409
<hr>
329
410
<div class="refsect2" lang="en">
330
411
<a name="e-vcard-attribute-new"></a><h3>e_vcard_attribute_new ()</h3>
331
 
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   e_vcard_attribute_new               (const gchar *attr_group,
332
 
                                                         const gchar *attr_name);</pre>
 
412
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   e_vcard_attribute_new               (const <a
 
413
href="../glib/glib-Basic-Types.html#gchar"
 
414
>gchar</a> *attr_group,
 
415
                                                         const <a
 
416
href="../glib/glib-Basic-Types.html#gchar"
 
417
>gchar</a> *attr_name);</pre>
333
418
<p>
334
419
Creates a new <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> with the specified group and
335
420
attribute names.</p>
401
486
<div class="refsect2" lang="en">
402
487
<a name="e-vcard-remove-attributes"></a><h3>e_vcard_remove_attributes ()</h3>
403
488
<pre class="programlisting">void                e_vcard_remove_attributes           (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
404
 
                                                         const gchar *attr_group,
405
 
                                                         const gchar *attr_name);</pre>
 
489
                                                         const <a
 
490
href="../glib/glib-Basic-Types.html#gchar"
 
491
>gchar</a> *attr_group,
 
492
                                                         const <a
 
493
href="../glib/glib-Basic-Types.html#gchar"
 
494
>gchar</a> *attr_name);</pre>
406
495
<p>
407
496
Removes all the attributes with group name and attribute name equal to
408
 
passed in values. If <em class="parameter"><code>attr_group</code></em> is <code class="literal">NULL</code> or an empty string,
 
497
passed in values. If <em class="parameter"><code>attr_group</code></em> is <a
 
498
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
 
499
><code class="literal">NULL</code></a> or an empty string,
409
500
it removes all the attributes with passed in name irrespective of
410
501
their group names.</p>
411
502
<p>
486
577
<a name="e-vcard-add-attribute-with-value"></a><h3>e_vcard_add_attribute_with_value ()</h3>
487
578
<pre class="programlisting">void                e_vcard_add_attribute_with_value    (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard,
488
579
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
489
 
                                                         const gchar *value);</pre>
 
580
                                                         const <a
 
581
href="../glib/glib-Basic-Types.html#gchar"
 
582
>gchar</a> *value);</pre>
490
583
<p>
491
584
Adds <em class="parameter"><code>attr</code></em> to <em class="parameter"><code>evcard</code></em>, setting it to <em class="parameter"><code>value</code></em>.</p>
492
585
<p>
537
630
</tr>
538
631
<tr>
539
632
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
540
 
<td> a <code class="literal">NULL</code>-terminated list of values to assign to the attribute
 
633
<td> a <a
 
634
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
 
635
><code class="literal">NULL</code></a>-terminated list of values to assign to the attribute
541
636
</td>
542
637
</tr>
543
638
</tbody>
547
642
<div class="refsect2" lang="en">
548
643
<a name="e-vcard-attribute-add-value"></a><h3>e_vcard_attribute_add_value ()</h3>
549
644
<pre class="programlisting">void                e_vcard_attribute_add_value         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
550
 
                                                         const gchar *value);</pre>
 
645
                                                         const <a
 
646
href="../glib/glib-Basic-Types.html#gchar"
 
647
>gchar</a> *value);</pre>
551
648
<p>
552
649
Adds <em class="parameter"><code>value</code></em> to <em class="parameter"><code>attr</code></em>'s list of values.</p>
553
650
<p>
572
669
<div class="refsect2" lang="en">
573
670
<a name="e-vcard-attribute-add-value-decoded"></a><h3>e_vcard_attribute_add_value_decoded ()</h3>
574
671
<pre class="programlisting">void                e_vcard_attribute_add_value_decoded (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
575
 
                                                         const gchar *value,
576
 
                                                         gint len);</pre>
 
672
                                                         const <a
 
673
href="../glib/glib-Basic-Types.html#gchar"
 
674
>gchar</a> *value,
 
675
                                                         <a
 
676
href="../glib/glib-Basic-Types.html#gint"
 
677
>gint</a> len);</pre>
577
678
<p>
578
679
Decodes <em class="parameter"><code>value</code></em> according to the encoding used for <em class="parameter"><code>attr</code></em>, and
579
680
adds it to <em class="parameter"><code>attr</code></em>'s list of values.</p>
619
720
</tr>
620
721
<tr>
621
722
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
622
 
<td> a <code class="literal">NULL</code>-terminated list of strings
 
723
<td> a <a
 
724
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
 
725
><code class="literal">NULL</code></a>-terminated list of strings
623
726
</td>
624
727
</tr>
625
728
</tbody>
646
749
<div class="refsect2" lang="en">
647
750
<a name="e-vcard-attribute-remove-value"></a><h3>e_vcard_attribute_remove_value ()</h3>
648
751
<pre class="programlisting">void                e_vcard_attribute_remove_value      (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
649
 
                                                         const gchar *s);</pre>
 
752
                                                         const <a
 
753
href="../glib/glib-Basic-Types.html#gchar"
 
754
>gchar</a> *s);</pre>
650
755
<p>
651
756
Removes from the value list in <em class="parameter"><code>attr</code></em> the value <em class="parameter"><code>s</code></em>.</p>
652
757
<p>
688
793
<div class="refsect2" lang="en">
689
794
<a name="e-vcard-attribute-remove-param"></a><h3>e_vcard_attribute_remove_param ()</h3>
690
795
<pre class="programlisting">void                e_vcard_attribute_remove_param      (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
691
 
                                                         const gchar *param_name);</pre>
 
796
                                                         const <a
 
797
href="../glib/glib-Basic-Types.html#gchar"
 
798
>gchar</a> *param_name);</pre>
692
799
<p>
693
800
Removes the parameter <em class="parameter"><code>param_name</code></em> from the attribute <em class="parameter"><code>attr</code></em>.
694
801
</p>
717
824
<a name="e-vcard-attribute-remove-param-value"></a><h3>e_vcard_attribute_remove_param_value ()</h3>
718
825
<pre class="programlisting">void                e_vcard_attribute_remove_param_value
719
826
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
720
 
                                                         const gchar *param_name,
721
 
                                                         const gchar *s);</pre>
 
827
                                                         const <a
 
828
href="../glib/glib-Basic-Types.html#gchar"
 
829
>gchar</a> *param_name,
 
830
                                                         const <a
 
831
href="../glib/glib-Basic-Types.html#gchar"
 
832
>gchar</a> *s);</pre>
722
833
<p>
723
834
Removes the value <em class="parameter"><code>s</code></em> from the parameter <em class="parameter"><code>param_name</code></em> on the attribute <em class="parameter"><code>attr</code></em>.</p>
724
835
<p>
747
858
<hr>
748
859
<div class="refsect2" lang="en">
749
860
<a name="e-vcard-attribute-param-new"></a><h3>e_vcard_attribute_param_new ()</h3>
750
 
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>* e_vcard_attribute_param_new       (const gchar *name);</pre>
 
861
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>* e_vcard_attribute_param_new       (const <a
 
862
href="../glib/glib-Basic-Types.html#gchar"
 
863
>gchar</a> *name);</pre>
751
864
<p>
752
865
Creates a new parameter named <em class="parameter"><code>name</code></em>.</p>
753
866
<p>
844
957
<pre class="programlisting">void                e_vcard_attribute_add_param_with_value
845
958
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
846
959
                                                         <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
847
 
                                                         const gchar *value);</pre>
 
960
                                                         const <a
 
961
href="../glib/glib-Basic-Types.html#gchar"
 
962
>gchar</a> *value);</pre>
848
963
<p>
849
964
Adds <em class="parameter"><code>value</code></em> to <em class="parameter"><code>param</code></em>, then adds <em class="parameter"><code>param</code></em> to <em class="parameter"><code>attr</code></em>.</p>
850
965
<p>
897
1012
</tr>
898
1013
<tr>
899
1014
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
900
 
<td> a <code class="literal">NULL</code>-terminated list of strings
 
1015
<td> a <a
 
1016
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
 
1017
><code class="literal">NULL</code></a>-terminated list of strings
901
1018
</td>
902
1019
</tr>
903
1020
</tbody>
907
1024
<div class="refsect2" lang="en">
908
1025
<a name="e-vcard-attribute-param-add-value"></a><h3>e_vcard_attribute_param_add_value ()</h3>
909
1026
<pre class="programlisting">void                e_vcard_attribute_param_add_value   (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
910
 
                                                         const gchar *value);</pre>
 
1027
                                                         const <a
 
1028
href="../glib/glib-Basic-Types.html#gchar"
 
1029
>gchar</a> *value);</pre>
911
1030
<p>
912
1031
Adds <em class="parameter"><code>value</code></em> to <em class="parameter"><code>param</code></em>'s list of values.</p>
913
1032
<p>
947
1066
</tr>
948
1067
<tr>
949
1068
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
950
 
<td> a <code class="literal">NULL</code>-terminated list of strings
 
1069
<td> a <a
 
1070
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
 
1071
><code class="literal">NULL</code></a>-terminated list of strings
951
1072
</td>
952
1073
</tr>
953
1074
</tbody>
974
1095
<hr>
975
1096
<div class="refsect2" lang="en">
976
1097
<a name="e-vcard-attribute-param-get-name"></a><h3>e_vcard_attribute_param_get_name ()</h3>
977
 
<pre class="programlisting">const gchar *       e_vcard_attribute_param_get_name    (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
 
1098
<pre class="programlisting">const <a
 
1099
href="../glib/glib-Basic-Types.html#gchar"
 
1100
>gchar</a> *       e_vcard_attribute_param_get_name    (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
978
1101
<p>
979
1102
Gets the name of <em class="parameter"><code>param</code></em>.</p>
980
1103
<p>
998
1121
<hr>
999
1122
<div class="refsect2" lang="en">
1000
1123
<a name="e-vcard-attribute-param-get-values"></a><h3>e_vcard_attribute_param_get_values ()</h3>
1001
 
<pre class="programlisting">GList*              e_vcard_attribute_param_get_values  (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
 
1124
<pre class="programlisting"><a
 
1125
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1126
>GList</a>*              e_vcard_attribute_param_get_values  (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
1002
1127
<p>
1003
1128
Gets the list of values from <em class="parameter"><code>param</code></em>. The list and its
1004
1129
contents are owned by <em class="parameter"><code>param</code></em>, and must not be freed.</p>
1024
1149
<div class="refsect2" lang="en">
1025
1150
<a name="e-vcard-get-attribute"></a><h3>e_vcard_get_attribute ()</h3>
1026
1151
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   e_vcard_get_attribute               (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
1027
 
                                                         const gchar *name);</pre>
 
1152
                                                         const <a
 
1153
href="../glib/glib-Basic-Types.html#gchar"
 
1154
>gchar</a> *name);</pre>
1028
1155
<p>
1029
1156
Get the attribute <em class="parameter"><code>name</code></em> from <em class="parameter"><code>evc</code></em>.  The <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> is owned by
1030
 
<em class="parameter"><code>evcard</code></em> and should not be freed. If the attribute does not exist, <span class="type">NULL</span> is
 
1157
<em class="parameter"><code>evcard</code></em> and should not be freed. If the attribute does not exist, <a
 
1158
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
 
1159
><span class="type">NULL</span></a> is
1031
1160
returned.</p>
1032
1161
<p>
1033
1162
</p>
1046
1175
</tr>
1047
1176
<tr>
1048
1177
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1049
 
<td> An <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> if found, or <span class="type">NULL</span>.
 
1178
<td> An <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> if found, or <a
 
1179
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
 
1180
><span class="type">NULL</span></a>.
1050
1181
</td>
1051
1182
</tr>
1052
1183
</tbody>
1055
1186
<hr>
1056
1187
<div class="refsect2" lang="en">
1057
1188
<a name="e-vcard-get-attributes"></a><h3>e_vcard_get_attributes ()</h3>
1058
 
<pre class="programlisting">GList*              e_vcard_get_attributes              (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard);</pre>
 
1189
<pre class="programlisting"><a
 
1190
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1191
>GList</a>*              e_vcard_get_attributes              (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard);</pre>
1059
1192
<p>
1060
1193
Gets the list of attributes from <em class="parameter"><code>evcard</code></em>. The list and its
1061
1194
contents are owned by <em class="parameter"><code>evcard</code></em>, and must not be freed.</p>
1080
1213
<hr>
1081
1214
<div class="refsect2" lang="en">
1082
1215
<a name="e-vcard-attribute-get-group"></a><h3>e_vcard_attribute_get_group ()</h3>
1083
 
<pre class="programlisting">const gchar *       e_vcard_attribute_get_group         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
1216
<pre class="programlisting">const <a
 
1217
href="../glib/glib-Basic-Types.html#gchar"
 
1218
>gchar</a> *       e_vcard_attribute_get_group         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1084
1219
<p>
1085
1220
Gets the group name of <em class="parameter"><code>attr</code></em>.</p>
1086
1221
<p>
1104
1239
<hr>
1105
1240
<div class="refsect2" lang="en">
1106
1241
<a name="e-vcard-attribute-get-name"></a><h3>e_vcard_attribute_get_name ()</h3>
1107
 
<pre class="programlisting">const gchar *       e_vcard_attribute_get_name          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
1242
<pre class="programlisting">const <a
 
1243
href="../glib/glib-Basic-Types.html#gchar"
 
1244
>gchar</a> *       e_vcard_attribute_get_name          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1108
1245
<p>
1109
1246
Gets the name of <em class="parameter"><code>attr</code></em>.</p>
1110
1247
<p>
1128
1265
<hr>
1129
1266
<div class="refsect2" lang="en">
1130
1267
<a name="e-vcard-attribute-get-values"></a><h3>e_vcard_attribute_get_values ()</h3>
1131
 
<pre class="programlisting">GList*              e_vcard_attribute_get_values        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
1268
<pre class="programlisting"><a
 
1269
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1270
>GList</a>*              e_vcard_attribute_get_values        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1132
1271
<p>
1133
1272
Gets the list of values from <em class="parameter"><code>attr</code></em>. The list and its
1134
1273
contents are owned by <em class="parameter"><code>attr</code></em>, and must not be freed.</p>
1153
1292
<hr>
1154
1293
<div class="refsect2" lang="en">
1155
1294
<a name="e-vcard-attribute-get-values-decoded"></a><h3>e_vcard_attribute_get_values_decoded ()</h3>
1156
 
<pre class="programlisting">GList*              e_vcard_attribute_get_values_decoded
 
1295
<pre class="programlisting"><a
 
1296
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1297
>GList</a>*              e_vcard_attribute_get_values_decoded
1157
1298
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1158
1299
<p>
1159
1300
Gets the list of values from <em class="parameter"><code>attr</code></em>, decoding them if
1171
1312
</tr>
1172
1313
<tr>
1173
1314
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1174
 
<td> A list of values of type <span class="type">GString</span>.
 
1315
<td> A list of values of type <a
 
1316
href="../glib/glib-Strings.html#GString"
 
1317
><span class="type">GString</span></a>.
1175
1318
</td>
1176
1319
</tr>
1177
1320
</tbody>
1180
1323
<hr>
1181
1324
<div class="refsect2" lang="en">
1182
1325
<a name="e-vcard-attribute-get-params"></a><h3>e_vcard_attribute_get_params ()</h3>
1183
 
<pre class="programlisting">GList*              e_vcard_attribute_get_params        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
1326
<pre class="programlisting"><a
 
1327
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1328
>GList</a>*              e_vcard_attribute_get_params        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1184
1329
<p>
1185
1330
Gets the list of parameters from <em class="parameter"><code>attr</code></em>. The list and its
1186
1331
contents are owned by <em class="parameter"><code>attr</code></em>, and must not be freed.</p>
1205
1350
<hr>
1206
1351
<div class="refsect2" lang="en">
1207
1352
<a name="e-vcard-attribute-get-param"></a><h3>e_vcard_attribute_get_param ()</h3>
1208
 
<pre class="programlisting">GList*              e_vcard_attribute_get_param         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
1209
 
                                                         const gchar *name);</pre>
 
1353
<pre class="programlisting"><a
 
1354
href="../glib/glib-Doubly-Linked-Lists.html#GList"
 
1355
>GList</a>*              e_vcard_attribute_get_param         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
 
1356
                                                         const <a
 
1357
href="../glib/glib-Basic-Types.html#gchar"
 
1358
>gchar</a> *name);</pre>
1210
1359
<p>
1211
1360
Gets the list of values for the paramater <em class="parameter"><code>name</code></em> from <em class="parameter"><code>attr</code></em>. The list and its
1212
1361
contents are owned by <em class="parameter"><code>attr</code></em>, and must not be freed.</p>
1236
1385
<hr>
1237
1386
<div class="refsect2" lang="en">
1238
1387
<a name="e-vcard-attribute-get-value"></a><h3>e_vcard_attribute_get_value ()</h3>
1239
 
<pre class="programlisting">gchar *             e_vcard_attribute_get_value         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
1388
<pre class="programlisting"><a
 
1389
href="../glib/glib-Basic-Types.html#gchar"
 
1390
>gchar</a> *             e_vcard_attribute_get_value         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1240
1391
<p>
1241
1392
Gets the value of a single-valued <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>, <em class="parameter"><code>attr</code></em>.</p>
1242
1393
<p>
1260
1411
<hr>
1261
1412
<div class="refsect2" lang="en">
1262
1413
<a name="e-vcard-attribute-get-value-decoded"></a><h3>e_vcard_attribute_get_value_decoded ()</h3>
1263
 
<pre class="programlisting">GString*            e_vcard_attribute_get_value_decoded (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
1414
<pre class="programlisting"><a
 
1415
href="../glib/glib-Strings.html#GString"
 
1416
>GString</a>*            e_vcard_attribute_get_value_decoded (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1264
1417
<p>
1265
1418
Gets the value of a single-valued <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>, <em class="parameter"><code>attr</code></em>, decoding
1266
1419
it if necessary.
1279
1432
</tr>
1280
1433
<tr>
1281
1434
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1282
 
<td> A newly allocated <span class="type">GString</span> representing the value.
 
1435
<td> A newly allocated <a
 
1436
href="../glib/glib-Strings.html#GString"
 
1437
><span class="type">GString</span></a> representing the value.
1283
1438
</td>
1284
1439
</tr>
1285
1440
</tbody>
1288
1443
<hr>
1289
1444
<div class="refsect2" lang="en">
1290
1445
<a name="e-vcard-attribute-has-type"></a><h3>e_vcard_attribute_has_type ()</h3>
1291
 
<pre class="programlisting">gboolean            e_vcard_attribute_has_type          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
1292
 
                                                         const gchar *typestr);</pre>
 
1446
<pre class="programlisting"><a
 
1447
href="../glib/glib-Basic-Types.html#gboolean"
 
1448
>gboolean</a>            e_vcard_attribute_has_type          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
 
1449
                                                         const <a
 
1450
href="../glib/glib-Basic-Types.html#gchar"
 
1451
>gchar</a> *typestr);</pre>
1293
1452
<p>
1294
1453
Checks if <em class="parameter"><code>attr</code></em> has an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a> of the specified type.</p>
1295
1454
<p>
1309
1468
</tr>
1310
1469
<tr>
1311
1470
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1312
 
<td> <code class="literal">TRUE</code> if such a parameter exists, <code class="literal">FALSE</code> otherwise.
 
1471
<td> <a
 
1472
href="../glib/glib-Standard-Macros.html#TRUE--CAPS"
 
1473
><code class="literal">TRUE</code></a> if such a parameter exists, <a
 
1474
href="../glib/glib-Standard-Macros.html#FALSE--CAPS"
 
1475
><code class="literal">FALSE</code></a> otherwise.
1313
1476
</td>
1314
1477
</tr>
1315
1478
</tbody>
1318
1481
<hr>
1319
1482
<div class="refsect2" lang="en">
1320
1483
<a name="e-vcard-attribute-is-single-valued"></a><h3>e_vcard_attribute_is_single_valued ()</h3>
1321
 
<pre class="programlisting">gboolean            e_vcard_attribute_is_single_valued  (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
 
1484
<pre class="programlisting"><a
 
1485
href="../glib/glib-Basic-Types.html#gboolean"
 
1486
>gboolean</a>            e_vcard_attribute_is_single_valued  (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
1322
1487
<p>
1323
1488
Checks if <em class="parameter"><code>attr</code></em> has a single value.</p>
1324
1489
<p>
1333
1498
</tr>
1334
1499
<tr>
1335
1500
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1336
 
<td> <code class="literal">TRUE</code> if the attribute has exactly one value, <code class="literal">FALSE</code> otherwise.
 
1501
<td> <a
 
1502
href="../glib/glib-Standard-Macros.html#TRUE--CAPS"
 
1503
><code class="literal">TRUE</code></a> if the attribute has exactly one value, <a
 
1504
href="../glib/glib-Standard-Macros.html#FALSE--CAPS"
 
1505
><code class="literal">FALSE</code></a> otherwise.
1337
1506
</td>
1338
1507
</tr>
1339
1508
</tbody>
1342
1511
<hr>
1343
1512
<div class="refsect2" lang="en">
1344
1513
<a name="e-vcard-escape-string"></a><h3>e_vcard_escape_string ()</h3>
1345
 
<pre class="programlisting">gchar *             e_vcard_escape_string               (const gchar *s);</pre>
 
1514
<pre class="programlisting"><a
 
1515
href="../glib/glib-Basic-Types.html#gchar"
 
1516
>gchar</a> *             e_vcard_escape_string               (const <a
 
1517
href="../glib/glib-Basic-Types.html#gchar"
 
1518
>gchar</a> *s);</pre>
1346
1519
<p>
1347
1520
Escapes a string according to RFC2426, section 5.</p>
1348
1521
<p>
1366
1539
<hr>
1367
1540
<div class="refsect2" lang="en">
1368
1541
<a name="e-vcard-unescape-string"></a><h3>e_vcard_unescape_string ()</h3>
1369
 
<pre class="programlisting">gchar *             e_vcard_unescape_string             (const gchar *s);</pre>
 
1542
<pre class="programlisting"><a
 
1543
href="../glib/glib-Basic-Types.html#gchar"
 
1544
>gchar</a> *             e_vcard_unescape_string             (const <a
 
1545
href="../glib/glib-Basic-Types.html#gchar"
 
1546
>gchar</a> *s);</pre>
1370
1547
<p>
1371
1548
Unescapes a string according to RFC2426, section 5.</p>
1372
1549
<p>
1389
1566
</div>
1390
1567
<hr>
1391
1568
<div class="refsect2" lang="en">
1392
 
<a name="EVC-ADR:CAPS"></a><h3>EVC_ADR</h3>
 
1569
<a name="EVC-ADR--CAPS"></a><h3>EVC_ADR</h3>
1393
1570
<pre class="programlisting">#define EVC_ADR             "ADR"
1394
1571
</pre>
1395
1572
<p>
1397
1574
</div>
1398
1575
<hr>
1399
1576
<div class="refsect2" lang="en">
1400
 
<a name="EVC-BDAY:CAPS"></a><h3>EVC_BDAY</h3>
 
1577
<a name="EVC-BDAY--CAPS"></a><h3>EVC_BDAY</h3>
1401
1578
<pre class="programlisting">#define EVC_BDAY            "BDAY"
1402
1579
</pre>
1403
1580
<p>
1406
1583
</div>
1407
1584
<hr>
1408
1585
<div class="refsect2" lang="en">
1409
 
<a name="EVC-CALURI:CAPS"></a><h3>EVC_CALURI</h3>
 
1586
<a name="EVC-CALURI--CAPS"></a><h3>EVC_CALURI</h3>
1410
1587
<pre class="programlisting">#define EVC_CALURI          "CALURI"
1411
1588
</pre>
1412
1589
<p>
1415
1592
</div>
1416
1593
<hr>
1417
1594
<div class="refsect2" lang="en">
1418
 
<a name="EVC-CATEGORIES:CAPS"></a><h3>EVC_CATEGORIES</h3>
 
1595
<a name="EVC-CATEGORIES--CAPS"></a><h3>EVC_CATEGORIES</h3>
1419
1596
<pre class="programlisting">#define EVC_CATEGORIES      "CATEGORIES"
1420
1597
</pre>
1421
1598
<p>
1424
1601
</div>
1425
1602
<hr>
1426
1603
<div class="refsect2" lang="en">
1427
 
<a name="EVC-EMAIL:CAPS"></a><h3>EVC_EMAIL</h3>
 
1604
<a name="EVC-EMAIL--CAPS"></a><h3>EVC_EMAIL</h3>
1428
1605
<pre class="programlisting">#define EVC_EMAIL           "EMAIL"
1429
1606
</pre>
1430
1607
<p>
1433
1610
</div>
1434
1611
<hr>
1435
1612
<div class="refsect2" lang="en">
1436
 
<a name="EVC-ENCODING:CAPS"></a><h3>EVC_ENCODING</h3>
 
1613
<a name="EVC-ENCODING--CAPS"></a><h3>EVC_ENCODING</h3>
1437
1614
<pre class="programlisting">#define EVC_ENCODING        "ENCODING"
1438
1615
</pre>
1439
1616
<p>
1441
1618
</div>
1442
1619
<hr>
1443
1620
<div class="refsect2" lang="en">
1444
 
<a name="EVC-FBURL:CAPS"></a><h3>EVC_FBURL</h3>
 
1621
<a name="EVC-FBURL--CAPS"></a><h3>EVC_FBURL</h3>
1445
1622
<pre class="programlisting">#define EVC_FBURL           "FBURL"
1446
1623
</pre>
1447
1624
<p>
1449
1626
</div>
1450
1627
<hr>
1451
1628
<div class="refsect2" lang="en">
1452
 
<a name="EVC-FN:CAPS"></a><h3>EVC_FN</h3>
 
1629
<a name="EVC-FN--CAPS"></a><h3>EVC_FN</h3>
1453
1630
<pre class="programlisting">#define EVC_FN              "FN"
1454
1631
</pre>
1455
1632
<p>
1457
1634
</div>
1458
1635
<hr>
1459
1636
<div class="refsect2" lang="en">
1460
 
<a name="EVC-GEO:CAPS"></a><h3>EVC_GEO</h3>
 
1637
<a name="EVC-GEO--CAPS"></a><h3>EVC_GEO</h3>
1461
1638
<pre class="programlisting">#define EVC_GEO                 "GEO"
1462
1639
</pre>
1463
1640
<p>
1465
1642
</div>
1466
1643
<hr>
1467
1644
<div class="refsect2" lang="en">
1468
 
<a name="EVC-ICSCALENDAR:CAPS"></a><h3>EVC_ICSCALENDAR</h3>
 
1645
<a name="EVC-ICSCALENDAR--CAPS"></a><h3>EVC_ICSCALENDAR</h3>
1469
1646
<pre class="programlisting">#define EVC_ICSCALENDAR     "ICSCALENDAR" /* XXX should this be X-EVOLUTION-ICSCALENDAR? */
1470
1647
</pre>
1471
1648
<p>
1473
1650
</div>
1474
1651
<hr>
1475
1652
<div class="refsect2" lang="en">
1476
 
<a name="EVC-KEY:CAPS"></a><h3>EVC_KEY</h3>
 
1653
<a name="EVC-KEY--CAPS"></a><h3>EVC_KEY</h3>
1477
1654
<pre class="programlisting">#define EVC_KEY             "KEY"
1478
1655
</pre>
1479
1656
<p>
1481
1658
</div>
1482
1659
<hr>
1483
1660
<div class="refsect2" lang="en">
1484
 
<a name="EVC-LABEL:CAPS"></a><h3>EVC_LABEL</h3>
 
1661
<a name="EVC-LABEL--CAPS"></a><h3>EVC_LABEL</h3>
1485
1662
<pre class="programlisting">#define EVC_LABEL           "LABEL"
1486
1663
</pre>
1487
1664
<p>
1489
1666
</div>
1490
1667
<hr>
1491
1668
<div class="refsect2" lang="en">
1492
 
<a name="EVC-LOGO:CAPS"></a><h3>EVC_LOGO</h3>
 
1669
<a name="EVC-LOGO--CAPS"></a><h3>EVC_LOGO</h3>
1493
1670
<pre class="programlisting">#define EVC_LOGO            "LOGO"
1494
1671
</pre>
1495
1672
<p>
1497
1674
</div>
1498
1675
<hr>
1499
1676
<div class="refsect2" lang="en">
1500
 
<a name="EVC-MAILER:CAPS"></a><h3>EVC_MAILER</h3>
 
1677
<a name="EVC-MAILER--CAPS"></a><h3>EVC_MAILER</h3>
1501
1678
<pre class="programlisting">#define EVC_MAILER          "MAILER"
1502
1679
</pre>
1503
1680
<p>
1505
1682
</div>
1506
1683
<hr>
1507
1684
<div class="refsect2" lang="en">
1508
 
<a name="EVC-NICKNAME:CAPS"></a><h3>EVC_NICKNAME</h3>
 
1685
<a name="EVC-NICKNAME--CAPS"></a><h3>EVC_NICKNAME</h3>
1509
1686
<pre class="programlisting">#define EVC_NICKNAME        "NICKNAME"
1510
1687
</pre>
1511
1688
<p>
1514
1691
</div>
1515
1692
<hr>
1516
1693
<div class="refsect2" lang="en">
1517
 
<a name="EVC-N:CAPS"></a><h3>EVC_N</h3>
 
1694
<a name="EVC-N--CAPS"></a><h3>EVC_N</h3>
1518
1695
<pre class="programlisting">#define EVC_N               "N"
1519
1696
</pre>
1520
1697
<p>
1522
1699
</div>
1523
1700
<hr>
1524
1701
<div class="refsect2" lang="en">
1525
 
<a name="EVC-NOTE:CAPS"></a><h3>EVC_NOTE</h3>
 
1702
<a name="EVC-NOTE--CAPS"></a><h3>EVC_NOTE</h3>
1526
1703
<pre class="programlisting">#define EVC_NOTE            "NOTE"
1527
1704
</pre>
1528
1705
<p>
1530
1707
</div>
1531
1708
<hr>
1532
1709
<div class="refsect2" lang="en">
1533
 
<a name="EVC-ORG:CAPS"></a><h3>EVC_ORG</h3>
 
1710
<a name="EVC-ORG--CAPS"></a><h3>EVC_ORG</h3>
1534
1711
<pre class="programlisting">#define EVC_ORG             "ORG"
1535
1712
</pre>
1536
1713
<p>
1539
1716
</div>
1540
1717
<hr>
1541
1718
<div class="refsect2" lang="en">
1542
 
<a name="EVC-PHOTO:CAPS"></a><h3>EVC_PHOTO</h3>
 
1719
<a name="EVC-PHOTO--CAPS"></a><h3>EVC_PHOTO</h3>
1543
1720
<pre class="programlisting">#define EVC_PHOTO           "PHOTO"
1544
1721
</pre>
1545
1722
<p>
1548
1725
</div>
1549
1726
<hr>
1550
1727
<div class="refsect2" lang="en">
1551
 
<a name="EVC-PRODID:CAPS"></a><h3>EVC_PRODID</h3>
 
1728
<a name="EVC-PRODID--CAPS"></a><h3>EVC_PRODID</h3>
1552
1729
<pre class="programlisting">#define EVC_PRODID          "PRODID"
1553
1730
</pre>
1554
1731
<p>
1556
1733
</div>
1557
1734
<hr>
1558
1735
<div class="refsect2" lang="en">
1559
 
<a name="EVC-QUOTEDPRINTABLE:CAPS"></a><h3>EVC_QUOTEDPRINTABLE</h3>
 
1736
<a name="EVC-QUOTEDPRINTABLE--CAPS"></a><h3>EVC_QUOTEDPRINTABLE</h3>
1560
1737
<pre class="programlisting">#define EVC_QUOTEDPRINTABLE "QUOTED-PRINTABLE"
1561
1738
</pre>
1562
1739
<p>
1564
1741
</div>
1565
1742
<hr>
1566
1743
<div class="refsect2" lang="en">
1567
 
<a name="EVC-REV:CAPS"></a><h3>EVC_REV</h3>
 
1744
<a name="EVC-REV--CAPS"></a><h3>EVC_REV</h3>
1568
1745
<pre class="programlisting">#define EVC_REV             "REV"
1569
1746
</pre>
1570
1747
<p>
1572
1749
</div>
1573
1750
<hr>
1574
1751
<div class="refsect2" lang="en">
1575
 
<a name="EVC-ROLE:CAPS"></a><h3>EVC_ROLE</h3>
 
1752
<a name="EVC-ROLE--CAPS"></a><h3>EVC_ROLE</h3>
1576
1753
<pre class="programlisting">#define EVC_ROLE            "ROLE"
1577
1754
</pre>
1578
1755
<p>
1581
1758
</div>
1582
1759
<hr>
1583
1760
<div class="refsect2" lang="en">
1584
 
<a name="EVC-TEL:CAPS"></a><h3>EVC_TEL</h3>
 
1761
<a name="EVC-TEL--CAPS"></a><h3>EVC_TEL</h3>
1585
1762
<pre class="programlisting">#define EVC_TEL             "TEL"
1586
1763
</pre>
1587
1764
<p>
1590
1767
</div>
1591
1768
<hr>
1592
1769
<div class="refsect2" lang="en">
1593
 
<a name="EVC-TITLE:CAPS"></a><h3>EVC_TITLE</h3>
 
1770
<a name="EVC-TITLE--CAPS"></a><h3>EVC_TITLE</h3>
1594
1771
<pre class="programlisting">#define EVC_TITLE           "TITLE"
1595
1772
</pre>
1596
1773
<p>
1599
1776
</div>
1600
1777
<hr>
1601
1778
<div class="refsect2" lang="en">
1602
 
<a name="EVC-TYPE:CAPS"></a><h3>EVC_TYPE</h3>
 
1779
<a name="EVC-TYPE--CAPS"></a><h3>EVC_TYPE</h3>
1603
1780
<pre class="programlisting">#define EVC_TYPE            "TYPE"
1604
1781
</pre>
1605
1782
<p>
1607
1784
</div>
1608
1785
<hr>
1609
1786
<div class="refsect2" lang="en">
1610
 
<a name="EVC-UID:CAPS"></a><h3>EVC_UID</h3>
 
1787
<a name="EVC-UID--CAPS"></a><h3>EVC_UID</h3>
1611
1788
<pre class="programlisting">#define EVC_UID             "UID"
1612
1789
</pre>
1613
1790
<p>
1616
1793
</div>
1617
1794
<hr>
1618
1795
<div class="refsect2" lang="en">
1619
 
<a name="EVC-URL:CAPS"></a><h3>EVC_URL</h3>
 
1796
<a name="EVC-URL--CAPS"></a><h3>EVC_URL</h3>
1620
1797
<pre class="programlisting">#define EVC_URL             "URL"
1621
1798
</pre>
1622
1799
<p>
1625
1802
</div>
1626
1803
<hr>
1627
1804
<div class="refsect2" lang="en">
1628
 
<a name="EVC-VALUE:CAPS"></a><h3>EVC_VALUE</h3>
 
1805
<a name="EVC-VALUE--CAPS"></a><h3>EVC_VALUE</h3>
1629
1806
<pre class="programlisting">#define EVC_VALUE           "VALUE"
1630
1807
</pre>
1631
1808
<p>
1633
1810
</div>
1634
1811
<hr>
1635
1812
<div class="refsect2" lang="en">
1636
 
<a name="EVC-VERSION:CAPS"></a><h3>EVC_VERSION</h3>
 
1813
<a name="EVC-VERSION--CAPS"></a><h3>EVC_VERSION</h3>
1637
1814
<pre class="programlisting">#define EVC_VERSION         "VERSION"
1638
1815
</pre>
1639
1816
<p>
1641
1818
</div>
1642
1819
<hr>
1643
1820
<div class="refsect2" lang="en">
1644
 
<a name="EVC-X-AIM:CAPS"></a><h3>EVC_X_AIM</h3>
 
1821
<a name="EVC-X-AIM--CAPS"></a><h3>EVC_X_AIM</h3>
1645
1822
<pre class="programlisting">#define EVC_X_AIM              "X-AIM"
1646
1823
</pre>
1647
1824
<p>
1650
1827
</div>
1651
1828
<hr>
1652
1829
<div class="refsect2" lang="en">
1653
 
<a name="EVC-X-ANNIVERSARY:CAPS"></a><h3>EVC_X_ANNIVERSARY</h3>
 
1830
<a name="EVC-X-ANNIVERSARY--CAPS"></a><h3>EVC_X_ANNIVERSARY</h3>
1654
1831
<pre class="programlisting">#define EVC_X_ANNIVERSARY      "X-EVOLUTION-ANNIVERSARY"
1655
1832
</pre>
1656
1833
<p>
1659
1836
</div>
1660
1837
<hr>
1661
1838
<div class="refsect2" lang="en">
1662
 
<a name="EVC-X-ASSISTANT:CAPS"></a><h3>EVC_X_ASSISTANT</h3>
 
1839
<a name="EVC-X-ASSISTANT--CAPS"></a><h3>EVC_X_ASSISTANT</h3>
1663
1840
<pre class="programlisting">#define EVC_X_ASSISTANT        "X-EVOLUTION-ASSISTANT"
1664
1841
</pre>
1665
1842
<p>
1668
1845
</div>
1669
1846
<hr>
1670
1847
<div class="refsect2" lang="en">
1671
 
<a name="EVC-X-BIRTHDAY:CAPS"></a><h3>EVC_X_BIRTHDAY</h3>
 
1848
<a name="EVC-X-BIRTHDAY--CAPS"></a><h3>EVC_X_BIRTHDAY</h3>
1672
1849
<pre class="programlisting">#define EVC_X_BIRTHDAY         "X-EVOLUTION-BIRTHDAY"
1673
1850
</pre>
1674
1851
<p>
1677
1854
</div>
1678
1855
<hr>
1679
1856
<div class="refsect2" lang="en">
1680
 
<a name="EVC-X-BLOG-URL:CAPS"></a><h3>EVC_X_BLOG_URL</h3>
 
1857
<a name="EVC-X-BLOG-URL--CAPS"></a><h3>EVC_X_BLOG_URL</h3>
1681
1858
<pre class="programlisting">#define EVC_X_BLOG_URL         "X-EVOLUTION-BLOG-URL"
1682
1859
</pre>
1683
1860
<p>
1686
1863
</div>
1687
1864
<hr>
1688
1865
<div class="refsect2" lang="en">
1689
 
<a name="EVC-X-FILE-AS:CAPS"></a><h3>EVC_X_FILE_AS</h3>
 
1866
<a name="EVC-X-FILE-AS--CAPS"></a><h3>EVC_X_FILE_AS</h3>
1690
1867
<pre class="programlisting">#define EVC_X_FILE_AS          "X-EVOLUTION-FILE-AS"
1691
1868
</pre>
1692
1869
<p>
1695
1872
</div>
1696
1873
<hr>
1697
1874
<div class="refsect2" lang="en">
1698
 
<a name="EVC-X-GADUGADU:CAPS"></a><h3>EVC_X_GADUGADU</h3>
 
1875
<a name="EVC-X-GADUGADU--CAPS"></a><h3>EVC_X_GADUGADU</h3>
1699
1876
<pre class="programlisting">#define EVC_X_GADUGADU          "X-GADUGADU"
1700
1877
</pre>
1701
1878
<p>
1703
1880
</div>
1704
1881
<hr>
1705
1882
<div class="refsect2" lang="en">
1706
 
<a name="EVC-X-ICQ:CAPS"></a><h3>EVC_X_ICQ</h3>
 
1883
<a name="EVC-X-ICQ--CAPS"></a><h3>EVC_X_ICQ</h3>
1707
1884
<pre class="programlisting">#define EVC_X_ICQ              "X-ICQ"
1708
1885
</pre>
1709
1886
<p>
1712
1889
</div>
1713
1890
<hr>
1714
1891
<div class="refsect2" lang="en">
1715
 
<a name="EVC-X-JABBER:CAPS"></a><h3>EVC_X_JABBER</h3>
 
1892
<a name="EVC-X-JABBER--CAPS"></a><h3>EVC_X_JABBER</h3>
1716
1893
<pre class="programlisting">#define EVC_X_JABBER           "X-JABBER"
1717
1894
</pre>
1718
1895
<p>
1721
1898
</div>
1722
1899
<hr>
1723
1900
<div class="refsect2" lang="en">
1724
 
<a name="EVC-X-LIST-SHOW-ADDRESSES:CAPS"></a><h3>EVC_X_LIST_SHOW_ADDRESSES</h3>
 
1901
<a name="EVC-X-LIST-SHOW-ADDRESSES--CAPS"></a><h3>EVC_X_LIST_SHOW_ADDRESSES</h3>
1725
1902
<pre class="programlisting">#define EVC_X_LIST_SHOW_ADDRESSES "X-EVOLUTION-LIST-SHOW_ADDRESSES"
1726
1903
</pre>
1727
1904
<p>
1729
1906
</div>
1730
1907
<hr>
1731
1908
<div class="refsect2" lang="en">
1732
 
<a name="EVC-X-LIST:CAPS"></a><h3>EVC_X_LIST</h3>
 
1909
<a name="EVC-X-LIST--CAPS"></a><h3>EVC_X_LIST</h3>
1733
1910
<pre class="programlisting">#define EVC_X_LIST          "X-EVOLUTION-LIST"
1734
1911
</pre>
1735
1912
<p>
1737
1914
</div>
1738
1915
<hr>
1739
1916
<div class="refsect2" lang="en">
1740
 
<a name="EVC-X-MANAGER:CAPS"></a><h3>EVC_X_MANAGER</h3>
1741
 
<pre class="programlisting">#define EVC_X_MANAGER "X-EVOLUTION-MANAGER"
 
1917
<a name="EVC-X-MANAGER--CAPS"></a><h3>EVC_X_MANAGER</h3>
 
1918
<pre class="programlisting">#define EVC_X_MANAGER       "X-EVOLUTION-MANAGER"
1742
1919
</pre>
1743
1920
<p>
1744
1921
Mananger
1746
1923
</div>
1747
1924
<hr>
1748
1925
<div class="refsect2" lang="en">
1749
 
<a name="EVC-X-MSN:CAPS"></a><h3>EVC_X_MSN</h3>
 
1926
<a name="EVC-X-MSN--CAPS"></a><h3>EVC_X_MSN</h3>
1750
1927
<pre class="programlisting">#define EVC_X_MSN           "X-MSN"
1751
1928
</pre>
1752
1929
<p>
1755
1932
</div>
1756
1933
<hr>
1757
1934
<div class="refsect2" lang="en">
1758
 
<a name="EVC-X-SKYPE:CAPS"></a><h3>EVC_X_SKYPE</h3>
 
1935
<a name="EVC-X-SKYPE--CAPS"></a><h3>EVC_X_SKYPE</h3>
1759
1936
<pre class="programlisting">#define EVC_X_SKYPE         "X-SKYPE"
1760
1937
</pre>
1761
1938
<p>
1763
1940
</div>
1764
1941
<hr>
1765
1942
<div class="refsect2" lang="en">
1766
 
<a name="EVC-X-WANTS-HTML:CAPS"></a><h3>EVC_X_WANTS_HTML</h3>
1767
 
<pre class="programlisting">#define EVC_X_WANTS_HTML "X-MOZILLA-HTML"
 
1943
<a name="EVC-X-WANTS-HTML--CAPS"></a><h3>EVC_X_WANTS_HTML</h3>
 
1944
<pre class="programlisting">#define EVC_X_WANTS_HTML    "X-MOZILLA-HTML"
1768
1945
</pre>
1769
1946
<p>
1770
1947
Wants HTML mail
1772
1949
</div>
1773
1950
<hr>
1774
1951
<div class="refsect2" lang="en">
1775
 
<a name="EVC-X-YAHOO:CAPS"></a><h3>EVC_X_YAHOO</h3>
 
1952
<a name="EVC-X-YAHOO--CAPS"></a><h3>EVC_X_YAHOO</h3>
1776
1953
<pre class="programlisting">#define EVC_X_YAHOO         "X-YAHOO"
1777
1954
</pre>
1778
1955
<p>
1781
1958
</div>
1782
1959
<hr>
1783
1960
<div class="refsect2" lang="en">
1784
 
<a name="EVC-X-BOOK-URI:CAPS"></a><h3>EVC_X_BOOK_URI</h3>
1785
 
<pre class="programlisting">#define EVC_X_BOOK_URI "X-EVOLUTION-BOOK-URI"
 
1961
<a name="EVC-X-BOOK-URI--CAPS"></a><h3>EVC_X_BOOK_URI</h3>
 
1962
<pre class="programlisting">#define EVC_X_BOOK_URI      "X-EVOLUTION-BOOK-URI"
1786
1963
</pre>
1787
1964
<p>
1788
1965
</p>
1789
1966
</div>
1790
1967
<hr>
1791
1968
<div class="refsect2" lang="en">
1792
 
<a name="EVC-X-CALLBACK:CAPS"></a><h3>EVC_X_CALLBACK</h3>
 
1969
<a name="EVC-X-CALLBACK--CAPS"></a><h3>EVC_X_CALLBACK</h3>
1793
1970
<pre class="programlisting">#define EVC_X_CALLBACK         "X-EVOLUTION-CALLBACK"
1794
1971
</pre>
1795
1972
<p>
1797
1974
</div>
1798
1975
<hr>
1799
1976
<div class="refsect2" lang="en">
1800
 
<a name="EVC-X-COMPANY:CAPS"></a><h3>EVC_X_COMPANY</h3>
 
1977
<a name="EVC-X-COMPANY--CAPS"></a><h3>EVC_X_COMPANY</h3>
1801
1978
<pre class="programlisting">#define EVC_X_COMPANY          "X-EVOLUTION-COMPANY"
1802
1979
</pre>
1803
1980
<p>
1805
1982
</div>
1806
1983
<hr>
1807
1984
<div class="refsect2" lang="en">
1808
 
<a name="EVC-X-DEST-CONTACT-UID:CAPS"></a><h3>EVC_X_DEST_CONTACT_UID</h3>
 
1985
<a name="EVC-X-DEST-CONTACT-UID--CAPS"></a><h3>EVC_X_DEST_CONTACT_UID</h3>
1809
1986
<pre class="programlisting">#define EVC_X_DEST_CONTACT_UID "X-EVOLUTION-DEST-CONTACT-UID"
1810
1987
</pre>
1811
1988
<p>
1813
1990
</div>
1814
1991
<hr>
1815
1992
<div class="refsect2" lang="en">
1816
 
<a name="EVC-X-DEST-EMAIL:CAPS"></a><h3>EVC_X_DEST_EMAIL</h3>
 
1993
<a name="EVC-X-DEST-EMAIL--CAPS"></a><h3>EVC_X_DEST_EMAIL</h3>
1817
1994
<pre class="programlisting">#define EVC_X_DEST_EMAIL       "X-EVOLUTION-DEST-EMAIL"
1818
1995
</pre>
1819
1996
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1825
2002
</div>
1826
2003
<hr>
1827
2004
<div class="refsect2" lang="en">
1828
 
<a name="EVC-X-DEST-EMAIL-NUM:CAPS"></a><h3>EVC_X_DEST_EMAIL_NUM</h3>
 
2005
<a name="EVC-X-DEST-EMAIL-NUM--CAPS"></a><h3>EVC_X_DEST_EMAIL_NUM</h3>
1829
2006
<pre class="programlisting">#define EVC_X_DEST_EMAIL_NUM   "X-EVOLUTION-DEST-EMAIL-NUM"
1830
2007
</pre>
1831
2008
<p>
1833
2010
</div>
1834
2011
<hr>
1835
2012
<div class="refsect2" lang="en">
1836
 
<a name="EVC-X-DEST-HTML-MAIL:CAPS"></a><h3>EVC_X_DEST_HTML_MAIL</h3>
 
2013
<a name="EVC-X-DEST-HTML-MAIL--CAPS"></a><h3>EVC_X_DEST_HTML_MAIL</h3>
1837
2014
<pre class="programlisting">#define EVC_X_DEST_HTML_MAIL   "X-EVOLUTION-DEST-HTML-MAIL"
1838
2015
</pre>
1839
2016
<p>
1841
2018
</div>
1842
2019
<hr>
1843
2020
<div class="refsect2" lang="en">
1844
 
<a name="EVC-X-DEST-NAME:CAPS"></a><h3>EVC_X_DEST_NAME</h3>
 
2021
<a name="EVC-X-DEST-NAME--CAPS"></a><h3>EVC_X_DEST_NAME</h3>
1845
2022
<pre class="programlisting">#define EVC_X_DEST_NAME        "X-EVOLUTION-DEST-NAME"
1846
2023
</pre>
1847
2024
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1853
2030
</div>
1854
2031
<hr>
1855
2032
<div class="refsect2" lang="en">
1856
 
<a name="EVC-X-DEST-SOURCE-UID:CAPS"></a><h3>EVC_X_DEST_SOURCE_UID</h3>
 
2033
<a name="EVC-X-DEST-SOURCE-UID--CAPS"></a><h3>EVC_X_DEST_SOURCE_UID</h3>
1857
2034
<pre class="programlisting">#define EVC_X_DEST_SOURCE_UID  "X-EVOLUTION-DEST-SOURCE-UID"
1858
2035
</pre>
1859
2036
<p>
1861
2038
</div>
1862
2039
<hr>
1863
2040
<div class="refsect2" lang="en">
1864
 
<a name="EVC-X-GROUPWISE:CAPS"></a><h3>EVC_X_GROUPWISE</h3>
1865
 
<pre class="programlisting">#define EVC_X_GROUPWISE "X-GROUPWISE"
 
2041
<a name="EVC-X-GROUPWISE--CAPS"></a><h3>EVC_X_GROUPWISE</h3>
 
2042
<pre class="programlisting">#define EVC_X_GROUPWISE     "X-GROUPWISE"
1866
2043
</pre>
1867
2044
<p>
1868
2045
</p>
1869
2046
</div>
1870
2047
<hr>
1871
2048
<div class="refsect2" lang="en">
1872
 
<a name="EVC-X-RADIO:CAPS"></a><h3>EVC_X_RADIO</h3>
 
2049
<a name="EVC-X-RADIO--CAPS"></a><h3>EVC_X_RADIO</h3>
1873
2050
<pre class="programlisting">#define EVC_X_RADIO         "X-EVOLUTION-RADIO"
1874
2051
</pre>
1875
2052
<p>
1877
2054
</div>
1878
2055
<hr>
1879
2056
<div class="refsect2" lang="en">
1880
 
<a name="EVC-X-SIP:CAPS"></a><h3>EVC_X_SIP</h3>
 
2057
<a name="EVC-X-SIP--CAPS"></a><h3>EVC_X_SIP</h3>
1881
2058
<pre class="programlisting">#define EVC_X_SIP           "X-SIP"
1882
2059
</pre>
1883
2060
<p>
1885
2062
</div>
1886
2063
<hr>
1887
2064
<div class="refsect2" lang="en">
1888
 
<a name="EVC-X-SPOUSE:CAPS"></a><h3>EVC_X_SPOUSE</h3>
 
2065
<a name="EVC-X-SPOUSE--CAPS"></a><h3>EVC_X_SPOUSE</h3>
1889
2066
<pre class="programlisting">#define EVC_X_SPOUSE                "X-EVOLUTION-SPOUSE"
1890
2067
</pre>
1891
2068
<p>
1894
2071
</div>
1895
2072
<hr>
1896
2073
<div class="refsect2" lang="en">
1897
 
<a name="EVC-X-TELEX:CAPS"></a><h3>EVC_X_TELEX</h3>
 
2074
<a name="EVC-X-TELEX--CAPS"></a><h3>EVC_X_TELEX</h3>
1898
2075
<pre class="programlisting">#define EVC_X_TELEX         "X-EVOLUTION-TELEX"
1899
2076
</pre>
1900
2077
<p>
1902
2079
</div>
1903
2080
<hr>
1904
2081
<div class="refsect2" lang="en">
1905
 
<a name="EVC-X-TTYTDD:CAPS"></a><h3>EVC_X_TTYTDD</h3>
 
2082
<a name="EVC-X-TTYTDD--CAPS"></a><h3>EVC_X_TTYTDD</h3>
1906
2083
<pre class="programlisting">#define EVC_X_TTYTDD                "X-EVOLUTION-TTYTDD"
1907
2084
</pre>
1908
2085
<p>
1910
2087
</div>
1911
2088
<hr>
1912
2089
<div class="refsect2" lang="en">
1913
 
<a name="EVC-X-VIDEO-URL:CAPS"></a><h3>EVC_X_VIDEO_URL</h3>
1914
 
<pre class="programlisting">#define EVC_X_VIDEO_URL "X-EVOLUTION-VIDEO-URL"
 
2090
<a name="EVC-X-VIDEO-URL--CAPS"></a><h3>EVC_X_VIDEO_URL</h3>
 
2091
<pre class="programlisting">#define EVC_X_VIDEO_URL     "X-EVOLUTION-VIDEO-URL"
1915
2092
</pre>
1916
2093
<p>
1917
2094
</p>
1926
2103
</div>
1927
2104
<div class="footer">
1928
2105
<hr>
1929
 
          Generated by GTK-Doc V1.12</div>
 
2106
          Generated by GTK-Doc V1.11</div>
1930
2107
</body>
1931
2108
</html>