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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libebook/xml/e-contact.xml

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3
 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4
 
<refentry id="EContact">
5
 
<refmeta>
6
 
<refentrytitle role="top_of_page" id="EContact.top_of_page">EContact</refentrytitle>
7
 
<manvolnum>3</manvolnum>
8
 
<refmiscinfo>
9
 
  LIBEBOOK Library
10
 
</refmiscinfo>
11
 
</refmeta>
12
 
<refnamediv>
13
 
<refname>EContact</refname>
14
 
<refpurpose>An individual contact in an addressbook.</refpurpose>
15
 
</refnamediv>
16
 
 
17
 
<refsynopsisdiv id="EContact.synopsis" role="synopsis">
18
 
<title role="synopsis.title">Synopsis</title>
19
 
 
20
 
<synopsis>                    <link linkend="EContact-struct">EContact</link>;
21
 
enum                <link linkend="EContactField">EContactField</link>;
22
 
                    <link linkend="EContactName">EContactName</link>;
23
 
                    <link linkend="EContactGeo">EContactGeo</link>;
24
 
                    <link linkend="EContactPhoto">EContactPhoto</link>;
25
 
                    <link linkend="EContactAddress">EContactAddress</link>;
26
 
                    <link linkend="EContactDate">EContactDate</link>;
27
 
                    <link linkend="EContactCert">EContactCert</link>;
28
 
<link linkend="EContact"><returnvalue>EContact</returnvalue></link>*           <link linkend="e-contact-new">e_contact_new</link>                       (<parameter><type>void</type></parameter>);
29
 
<link linkend="EContact"><returnvalue>EContact</returnvalue></link>*           <link linkend="e-contact-new-from-vcard">e_contact_new_from_vcard</link>            (<parameter>const <link linkend="gchar"><type>gchar</type></link> *vcard</parameter>);
30
 
<link linkend="EContact"><returnvalue>EContact</returnvalue></link>*           <link linkend="e-contact-duplicate">e_contact_duplicate</link>                 (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>);
31
 
<link linkend="gpointer"><returnvalue>gpointer</returnvalue></link>            <link linkend="e-contact-get">e_contact_get</link>                       (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
32
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);
33
 
<link linkend="gconstpointer"><returnvalue>gconstpointer</returnvalue></link>       <link linkend="e-contact-get-const">e_contact_get_const</link>                 (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
34
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);
35
 
<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="e-contact-set">e_contact_set</link>                       (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
36
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>,
37
 
                                                         <parameter><link linkend="gconstpointer"><type>gconstpointer</type></link> value</parameter>);
38
 
<link linkend="EContactDate"><returnvalue>EContactDate</returnvalue></link> *      <link linkend="e-contact-date-new">e_contact_date_new</link>                  (<parameter><type>void</type></parameter>);
39
 
<link linkend="EContactDate"><returnvalue>EContactDate</returnvalue></link> *      <link linkend="e-contact-date-from-string">e_contact_date_from_string</link>          (<parameter>const <link linkend="gchar"><type>gchar</type></link> *str</parameter>);
40
 
<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="e-contact-date-to-string">e_contact_date_to_string</link>            (<parameter><link linkend="EContactDate"><type>EContactDate</type></link> *dt</parameter>);
41
 
<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="e-contact-date-equal">e_contact_date_equal</link>                (<parameter><link linkend="EContactDate"><type>EContactDate</type></link> *dt1</parameter>,
42
 
                                                         <parameter><link linkend="EContactDate"><type>EContactDate</type></link> *dt2</parameter>);
43
 
<link linkend="EContactName"><returnvalue>EContactName</returnvalue></link> *      <link linkend="e-contact-name-new">e_contact_name_new</link>                  (<parameter><type>void</type></parameter>);
44
 
<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="e-contact-name-to-string">e_contact_name_to_string</link>            (<parameter>const <link linkend="EContactName"><type>EContactName</type></link> *name</parameter>);
45
 
<link linkend="EContactName"><returnvalue>EContactName</returnvalue></link> *      <link linkend="e-contact-name-from-string">e_contact_name_from_string</link>          (<parameter>const <link linkend="gchar"><type>gchar</type></link> *name_str</parameter>);
46
 
<link linkend="EContactName"><returnvalue>EContactName</returnvalue></link> *      <link linkend="e-contact-name-copy">e_contact_name_copy</link>                 (<parameter><link linkend="EContactName"><type>EContactName</type></link> *n</parameter>);
47
 
<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="e-contact-date-free">e_contact_date_free</link>                 (<parameter><link linkend="EContactDate"><type>EContactDate</type></link> *date</parameter>);
48
 
<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="e-contact-name-free">e_contact_name_free</link>                 (<parameter><link linkend="EContactName"><type>EContactName</type></link> *name</parameter>);
49
 
<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="e-contact-photo-free">e_contact_photo_free</link>                (<parameter><link linkend="EContactPhoto"><type>EContactPhoto</type></link> *photo</parameter>);
50
 
<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="e-contact-geo-free">e_contact_geo_free</link>                  (<parameter><link linkend="EContactGeo"><type>EContactGeo</type></link> *geo</parameter>);
51
 
<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="e-contact-address-free">e_contact_address_free</link>              (<parameter><link linkend="EContactAddress"><type>EContactAddress</type></link> *address</parameter>);
52
 
const <link linkend="gchar"><returnvalue>gchar</returnvalue></link> *       <link linkend="e-contact-field-name">e_contact_field_name</link>                (<parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);
53
 
const <link linkend="gchar"><returnvalue>gchar</returnvalue></link> *       <link linkend="e-contact-pretty-name">e_contact_pretty_name</link>               (<parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);
54
 
<link linkend="EContactField"><returnvalue>EContactField</returnvalue></link>       <link linkend="e-contact-field-id">e_contact_field_id</link>                  (<parameter>const <link linkend="gchar"><type>gchar</type></link> *field_name</parameter>);
55
 
<link linkend="EContactField"><returnvalue>EContactField</returnvalue></link>       <link linkend="e-contact-field-id-from-vcard">e_contact_field_id_from_vcard</link>       (<parameter>const <link linkend="gchar"><type>gchar</type></link> *vcard_field</parameter>);
56
 
<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="e-contact-cert-free">e_contact_cert_free</link>                 (<parameter><link linkend="EContactCert"><type>EContactCert</type></link> *cert</parameter>);
57
 
<link linkend="GList"><returnvalue>GList</returnvalue></link>*              <link linkend="e-contact-get-attributes">e_contact_get_attributes</link>            (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
58
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);
59
 
<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="e-contact-set-attributes">e_contact_set_attributes</link>            (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
60
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>,
61
 
                                                         <parameter><link linkend="GList"><type>GList</type></link> *attributes</parameter>);
62
 
const <link linkend="gchar"><returnvalue>gchar</returnvalue></link> *       <link linkend="e-contact-vcard-attribute">e_contact_vcard_attribute</link>           (<parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);
63
 
</synopsis>
64
 
</refsynopsisdiv>
65
 
<refsect1 id="EContact.object-hierarchy" role="object_hierarchy">
66
 
<title role="object_hierarchy.title">Object Hierarchy</title>
67
 
<synopsis>
68
 
  <link linkend="GObject">GObject</link>
69
 
   +----<link linkend="EVCard">EVCard</link>
70
 
         +----EContact
71
 
</synopsis>
72
 
</refsect1>
73
 
<refsect1 id="EContact.properties" role="properties">
74
 
<title role="properties.title">Properties</title>
75
 
<synopsis>
76
 
  &quot;<link linkend="EContact--Rev">Rev</link>&quot;                      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
77
 
  &quot;<link linkend="EContact--address">address</link>&quot;                  <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
78
 
  &quot;<link linkend="EContact--address-home">address-home</link>&quot;             <link linkend="EContactAddress"><type>EContactAddress</type></link>*      : Read / Write
79
 
  &quot;<link linkend="EContact--address-label-home">address-label-home</link>&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
80
 
  &quot;<link linkend="EContact--address-label-other">address-label-other</link>&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
81
 
  &quot;<link linkend="EContact--address-label-work">address-label-work</link>&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
82
 
  &quot;<link linkend="EContact--address-other">address-other</link>&quot;            <link linkend="EContactAddress"><type>EContactAddress</type></link>*      : Read / Write
83
 
  &quot;<link linkend="EContact--address-work">address-work</link>&quot;             <link linkend="EContactAddress"><type>EContactAddress</type></link>*      : Read / Write
84
 
  &quot;<link linkend="EContact--anniversary">anniversary</link>&quot;              <link linkend="EContactDate"><type>EContactDate</type></link>*         : Read / Write
85
 
  &quot;<link linkend="EContact--assistant">assistant</link>&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
86
 
  &quot;<link linkend="EContact--assistant-phone">assistant-phone</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
87
 
  &quot;<link linkend="EContact--birth-date">birth-date</link>&quot;               <link linkend="EContactDate"><type>EContactDate</type></link>*         : Read / Write
88
 
  &quot;<link linkend="EContact--blog-url">blog-url</link>&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
89
 
  &quot;<link linkend="EContact--book-uri">book-uri</link>&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
90
 
  &quot;<link linkend="EContact--business-fax">business-fax</link>&quot;             <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
91
 
  &quot;<link linkend="EContact--business-phone">business-phone</link>&quot;           <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
92
 
  &quot;<link linkend="EContact--business-phone-2">business-phone-2</link>&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
93
 
  &quot;<link linkend="EContact--callback-phone">callback-phone</link>&quot;           <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
94
 
  &quot;<link linkend="EContact--caluri">caluri</link>&quot;                   <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
95
 
  &quot;<link linkend="EContact--car-phone">car-phone</link>&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
96
 
  &quot;<link linkend="EContact--categories">categories</link>&quot;               <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
97
 
  &quot;<link linkend="EContact--category-list">category-list</link>&quot;            <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
98
 
  &quot;<link linkend="EContact--company-phone">company-phone</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
99
 
  &quot;<link linkend="EContact--email">email</link>&quot;                    <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
100
 
  &quot;<link linkend="EContact--email-1">email-1</link>&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
101
 
  &quot;<link linkend="EContact--email-2">email-2</link>&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
102
 
  &quot;<link linkend="EContact--email-3">email-3</link>&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
103
 
  &quot;<link linkend="EContact--email-4">email-4</link>&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
104
 
  &quot;<link linkend="EContact--family-name">family-name</link>&quot;              <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
105
 
  &quot;<link linkend="EContact--fburl">fburl</link>&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
106
 
  &quot;<link linkend="EContact--file-as">file-as</link>&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
107
 
  &quot;<link linkend="EContact--full-name">full-name</link>&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
108
 
  &quot;<link linkend="EContact--geo">geo</link>&quot;                      <link linkend="EContactGeo"><type>EContactGeo</type></link>*          : Read / Write
109
 
  &quot;<link linkend="EContact--given-name">given-name</link>&quot;               <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
110
 
  &quot;<link linkend="EContact--home-fax">home-fax</link>&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
111
 
  &quot;<link linkend="EContact--home-phone">home-phone</link>&quot;               <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
112
 
  &quot;<link linkend="EContact--home-phone-2">home-phone-2</link>&quot;             <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
113
 
  &quot;<link linkend="EContact--homepage-url">homepage-url</link>&quot;             <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
114
 
  &quot;<link linkend="EContact--icscalendar">icscalendar</link>&quot;              <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
115
 
  &quot;<link linkend="EContact--id">id</link>&quot;                       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
116
 
  &quot;<link linkend="EContact--im-aim">im-aim</link>&quot;                   <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
117
 
  &quot;<link linkend="EContact--im-aim-home-1">im-aim-home-1</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
118
 
  &quot;<link linkend="EContact--im-aim-home-2">im-aim-home-2</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
119
 
  &quot;<link linkend="EContact--im-aim-home-3">im-aim-home-3</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
120
 
  &quot;<link linkend="EContact--im-aim-work-1">im-aim-work-1</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
121
 
  &quot;<link linkend="EContact--im-aim-work-2">im-aim-work-2</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
122
 
  &quot;<link linkend="EContact--im-aim-work-3">im-aim-work-3</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
123
 
  &quot;<link linkend="EContact--im-gadugadu">im-gadugadu</link>&quot;              <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
124
 
  &quot;<link linkend="EContact--im-gadugadu-home-1">im-gadugadu-home-1</link>&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
125
 
  &quot;<link linkend="EContact--im-gadugadu-home-2">im-gadugadu-home-2</link>&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
126
 
  &quot;<link linkend="EContact--im-gadugadu-home-3">im-gadugadu-home-3</link>&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
127
 
  &quot;<link linkend="EContact--im-gadugadu-work-1">im-gadugadu-work-1</link>&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
128
 
  &quot;<link linkend="EContact--im-gadugadu-work-2">im-gadugadu-work-2</link>&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
129
 
  &quot;<link linkend="EContact--im-gadugadu-work-3">im-gadugadu-work-3</link>&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
130
 
  &quot;<link linkend="EContact--im-groupwise">im-groupwise</link>&quot;             <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
131
 
  &quot;<link linkend="EContact--im-groupwise-home-1">im-groupwise-home-1</link>&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
132
 
  &quot;<link linkend="EContact--im-groupwise-home-2">im-groupwise-home-2</link>&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
133
 
  &quot;<link linkend="EContact--im-groupwise-home-3">im-groupwise-home-3</link>&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
134
 
  &quot;<link linkend="EContact--im-groupwise-work-1">im-groupwise-work-1</link>&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
135
 
  &quot;<link linkend="EContact--im-groupwise-work-2">im-groupwise-work-2</link>&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
136
 
  &quot;<link linkend="EContact--im-groupwise-work-3">im-groupwise-work-3</link>&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
137
 
  &quot;<link linkend="EContact--im-icq">im-icq</link>&quot;                   <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
138
 
  &quot;<link linkend="EContact--im-icq-home-1">im-icq-home-1</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
139
 
  &quot;<link linkend="EContact--im-icq-home-2">im-icq-home-2</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
140
 
  &quot;<link linkend="EContact--im-icq-home-3">im-icq-home-3</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
141
 
  &quot;<link linkend="EContact--im-icq-work-1">im-icq-work-1</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
142
 
  &quot;<link linkend="EContact--im-icq-work-2">im-icq-work-2</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
143
 
  &quot;<link linkend="EContact--im-icq-work-3">im-icq-work-3</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
144
 
  &quot;<link linkend="EContact--im-jabber">im-jabber</link>&quot;                <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
145
 
  &quot;<link linkend="EContact--im-jabber-home-1">im-jabber-home-1</link>&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
146
 
  &quot;<link linkend="EContact--im-jabber-home-2">im-jabber-home-2</link>&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
147
 
  &quot;<link linkend="EContact--im-jabber-home-3">im-jabber-home-3</link>&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
148
 
  &quot;<link linkend="EContact--im-jabber-work-1">im-jabber-work-1</link>&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
149
 
  &quot;<link linkend="EContact--im-jabber-work-2">im-jabber-work-2</link>&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
150
 
  &quot;<link linkend="EContact--im-jabber-work-3">im-jabber-work-3</link>&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
151
 
  &quot;<link linkend="EContact--im-msn">im-msn</link>&quot;                   <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
152
 
  &quot;<link linkend="EContact--im-msn-home-1">im-msn-home-1</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
153
 
  &quot;<link linkend="EContact--im-msn-home-2">im-msn-home-2</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
154
 
  &quot;<link linkend="EContact--im-msn-home-3">im-msn-home-3</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
155
 
  &quot;<link linkend="EContact--im-msn-work-1">im-msn-work-1</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
156
 
  &quot;<link linkend="EContact--im-msn-work-2">im-msn-work-2</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
157
 
  &quot;<link linkend="EContact--im-msn-work-3">im-msn-work-3</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
158
 
  &quot;<link linkend="EContact--im-skype">im-skype</link>&quot;                 <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
159
 
  &quot;<link linkend="EContact--im-skype-home-1">im-skype-home-1</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
160
 
  &quot;<link linkend="EContact--im-skype-home-2">im-skype-home-2</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
161
 
  &quot;<link linkend="EContact--im-skype-home-3">im-skype-home-3</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
162
 
  &quot;<link linkend="EContact--im-skype-work-1">im-skype-work-1</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
163
 
  &quot;<link linkend="EContact--im-skype-work-2">im-skype-work-2</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
164
 
  &quot;<link linkend="EContact--im-skype-work-3">im-skype-work-3</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
165
 
  &quot;<link linkend="EContact--im-yahoo">im-yahoo</link>&quot;                 <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
166
 
  &quot;<link linkend="EContact--im-yahoo-home-1">im-yahoo-home-1</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
167
 
  &quot;<link linkend="EContact--im-yahoo-home-2">im-yahoo-home-2</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
168
 
  &quot;<link linkend="EContact--im-yahoo-home-3">im-yahoo-home-3</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
169
 
  &quot;<link linkend="EContact--im-yahoo-work-1">im-yahoo-work-1</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
170
 
  &quot;<link linkend="EContact--im-yahoo-work-2">im-yahoo-work-2</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
171
 
  &quot;<link linkend="EContact--im-yahoo-work-3">im-yahoo-work-3</link>&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
172
 
  &quot;<link linkend="EContact--isdn-phone">isdn-phone</link>&quot;               <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
173
 
  &quot;<link linkend="EContact--list">list</link>&quot;                     <link linkend="gboolean"><type>gboolean</type></link>              : Read / Write
174
 
  &quot;<link linkend="EContact--list-show-addresses">list-show-addresses</link>&quot;      <link linkend="gboolean"><type>gboolean</type></link>              : Read / Write
175
 
  &quot;<link linkend="EContact--logo">logo</link>&quot;                     <link linkend="EContactPhoto"><type>EContactPhoto</type></link>*        : Read / Write
176
 
  &quot;<link linkend="EContact--mailer">mailer</link>&quot;                   <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
177
 
  &quot;<link linkend="EContact--manager">manager</link>&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
178
 
  &quot;<link linkend="EContact--mobile-phone">mobile-phone</link>&quot;             <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
179
 
  &quot;<link linkend="EContact--name">name</link>&quot;                     <link linkend="EContactName"><type>EContactName</type></link>*         : Read / Write
180
 
  &quot;<link linkend="EContact--name-or-org">name-or-org</link>&quot;              <link linkend="gchar"><type>gchar</type></link>*                : Read
181
 
  &quot;<link linkend="EContact--nickname">nickname</link>&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
182
 
  &quot;<link linkend="EContact--note">note</link>&quot;                     <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
183
 
  &quot;<link linkend="EContact--office">office</link>&quot;                   <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
184
 
  &quot;<link linkend="EContact--org">org</link>&quot;                      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
185
 
  &quot;<link linkend="EContact--org-unit">org-unit</link>&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
186
 
  &quot;<link linkend="EContact--other-fax">other-fax</link>&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
187
 
  &quot;<link linkend="EContact--other-phone">other-phone</link>&quot;              <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
188
 
  &quot;<link linkend="EContact--pager">pager</link>&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
189
 
  &quot;<link linkend="EContact--phone">phone</link>&quot;                    <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
190
 
  &quot;<link linkend="EContact--photo">photo</link>&quot;                    <link linkend="EContactPhoto"><type>EContactPhoto</type></link>*        : Read / Write
191
 
  &quot;<link linkend="EContact--primary-phone">primary-phone</link>&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
192
 
  &quot;<link linkend="EContact--radio">radio</link>&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
193
 
  &quot;<link linkend="EContact--role">role</link>&quot;                     <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
194
 
  &quot;<link linkend="EContact--sip">sip</link>&quot;                      <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write
195
 
  &quot;<link linkend="EContact--spouse">spouse</link>&quot;                   <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
196
 
  &quot;<link linkend="EContact--telex">telex</link>&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
197
 
  &quot;<link linkend="EContact--title">title</link>&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
198
 
  &quot;<link linkend="EContact--tty">tty</link>&quot;                      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
199
 
  &quot;<link linkend="EContact--video-url">video-url</link>&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write
200
 
  &quot;<link linkend="EContact--wants-html">wants-html</link>&quot;               <link linkend="gboolean"><type>gboolean</type></link>              : Read / Write
201
 
  &quot;<link linkend="EContact--x509Cert">x509Cert</link>&quot;                 <link linkend="EContactCert"><type>EContactCert</type></link>*         : Read / Write
202
 
</synopsis>
203
 
</refsect1>
204
 
 
205
 
<refsect1 id="EContact.description" role="desc">
206
 
<title role="desc.title">Description</title>
207
 
<para>
208
 
A convenient way of accessing the contact information in EVCard objects.
209
 
</para>
210
 
</refsect1>
211
 
<refsect1 id="EContact.details" role="details">
212
 
<title role="details.title">Details</title>
213
 
<refsect2 id="EContact-struct" role="struct">
214
 
<title>EContact</title>
215
 
<indexterm zone="EContact-struct"><primary>EContact</primary></indexterm>
216
 
<programlisting>typedef struct _EContact EContact;</programlisting>
217
 
<para>
218
 
<link linkend="EContact"><type>EContact</type></link> has no publicly available members.
219
 
</para></refsect2>
220
 
<refsect2 id="EContactField" role="enum">
221
 
<title>enum EContactField</title>
222
 
<indexterm zone="EContactField"><primary>EContactField</primary></indexterm>
223
 
<programlisting>typedef enum {
224
 
 
225
 
        E_CONTACT_UID = 1,       /* string field */
226
 
        E_CONTACT_FILE_AS,       /* string field */
227
 
        E_CONTACT_BOOK_URI,      /* string field */
228
 
 
229
 
        /* Name fields */
230
 
        E_CONTACT_FULL_NAME,     /* string field */
231
 
        E_CONTACT_GIVEN_NAME,    /* synthetic string field */
232
 
        E_CONTACT_FAMILY_NAME,   /* synthetic string field */
233
 
        E_CONTACT_NICKNAME,      /* string field */
234
 
 
235
 
        /* Email fields */
236
 
        E_CONTACT_EMAIL_1,       /* synthetic string field */
237
 
        E_CONTACT_EMAIL_2,       /* synthetic string field */
238
 
        E_CONTACT_EMAIL_3,       /* synthetic string field */
239
 
        E_CONTACT_EMAIL_4,       /* synthetic string field */
240
 
 
241
 
        E_CONTACT_MAILER,        /* string field */
242
 
 
243
 
        /* Address Labels */
244
 
        E_CONTACT_ADDRESS_LABEL_HOME,  /* synthetic string field */
245
 
        E_CONTACT_ADDRESS_LABEL_WORK,  /* synthetic string field */
246
 
        E_CONTACT_ADDRESS_LABEL_OTHER, /* synthetic string field */
247
 
 
248
 
        /* Phone fields */
249
 
        E_CONTACT_PHONE_ASSISTANT,
250
 
        E_CONTACT_PHONE_BUSINESS,
251
 
        E_CONTACT_PHONE_BUSINESS_2,
252
 
        E_CONTACT_PHONE_BUSINESS_FAX,
253
 
        E_CONTACT_PHONE_CALLBACK,
254
 
        E_CONTACT_PHONE_CAR,
255
 
        E_CONTACT_PHONE_COMPANY,
256
 
        E_CONTACT_PHONE_HOME,
257
 
        E_CONTACT_PHONE_HOME_2,
258
 
        E_CONTACT_PHONE_HOME_FAX,
259
 
        E_CONTACT_PHONE_ISDN,
260
 
        E_CONTACT_PHONE_MOBILE,
261
 
        E_CONTACT_PHONE_OTHER,
262
 
        E_CONTACT_PHONE_OTHER_FAX,
263
 
        E_CONTACT_PHONE_PAGER,
264
 
        E_CONTACT_PHONE_PRIMARY,
265
 
        E_CONTACT_PHONE_RADIO,
266
 
        E_CONTACT_PHONE_TELEX,
267
 
        E_CONTACT_PHONE_TTYTDD,
268
 
 
269
 
        /* Organizational fields */
270
 
        E_CONTACT_ORG,           /* string field */
271
 
        E_CONTACT_ORG_UNIT,      /* string field */
272
 
        E_CONTACT_OFFICE,        /* string field */
273
 
        E_CONTACT_TITLE,         /* string field */
274
 
        E_CONTACT_ROLE,  /* string field */
275
 
        E_CONTACT_MANAGER,       /* string field */
276
 
        E_CONTACT_ASSISTANT,     /* string field */
277
 
 
278
 
        /* Web fields */
279
 
        E_CONTACT_HOMEPAGE_URL,  /* string field */
280
 
        E_CONTACT_BLOG_URL,      /* string field */
281
 
 
282
 
        /* Contact categories */
283
 
        E_CONTACT_CATEGORIES,    /* string field */
284
 
 
285
 
        /* Collaboration fields */
286
 
        E_CONTACT_CALENDAR_URI,  /* string field */
287
 
        E_CONTACT_FREEBUSY_URL,  /* string field */
288
 
        E_CONTACT_ICS_CALENDAR,  /* string field */
289
 
        E_CONTACT_VIDEO_URL,      /* string field */
290
 
 
291
 
        /* misc fields */
292
 
        E_CONTACT_SPOUSE,        /* string field */
293
 
        E_CONTACT_NOTE,          /* string field */
294
 
 
295
 
        E_CONTACT_IM_AIM_HOME_1,       /* Synthetic string field */
296
 
        E_CONTACT_IM_AIM_HOME_2,       /* Synthetic string field */
297
 
        E_CONTACT_IM_AIM_HOME_3,       /* Synthetic string field */
298
 
        E_CONTACT_IM_AIM_WORK_1,       /* Synthetic string field */
299
 
        E_CONTACT_IM_AIM_WORK_2,       /* Synthetic string field */
300
 
        E_CONTACT_IM_AIM_WORK_3,       /* Synthetic string field */
301
 
        E_CONTACT_IM_GROUPWISE_HOME_1, /* Synthetic string field */
302
 
        E_CONTACT_IM_GROUPWISE_HOME_2, /* Synthetic string field */
303
 
        E_CONTACT_IM_GROUPWISE_HOME_3, /* Synthetic string field */
304
 
        E_CONTACT_IM_GROUPWISE_WORK_1, /* Synthetic string field */
305
 
        E_CONTACT_IM_GROUPWISE_WORK_2, /* Synthetic string field */
306
 
        E_CONTACT_IM_GROUPWISE_WORK_3, /* Synthetic string field */
307
 
        E_CONTACT_IM_JABBER_HOME_1,    /* Synthetic string field */
308
 
        E_CONTACT_IM_JABBER_HOME_2,    /* Synthetic string field */
309
 
        E_CONTACT_IM_JABBER_HOME_3,    /* Synthetic string field */
310
 
        E_CONTACT_IM_JABBER_WORK_1,    /* Synthetic string field */
311
 
        E_CONTACT_IM_JABBER_WORK_2,    /* Synthetic string field */
312
 
        E_CONTACT_IM_JABBER_WORK_3,    /* Synthetic string field */
313
 
        E_CONTACT_IM_YAHOO_HOME_1,     /* Synthetic string field */
314
 
        E_CONTACT_IM_YAHOO_HOME_2,     /* Synthetic string field */
315
 
        E_CONTACT_IM_YAHOO_HOME_3,     /* Synthetic string field */
316
 
        E_CONTACT_IM_YAHOO_WORK_1,     /* Synthetic string field */
317
 
        E_CONTACT_IM_YAHOO_WORK_2,     /* Synthetic string field */
318
 
        E_CONTACT_IM_YAHOO_WORK_3,     /* Synthetic string field */
319
 
        E_CONTACT_IM_MSN_HOME_1,       /* Synthetic string field */
320
 
        E_CONTACT_IM_MSN_HOME_2,       /* Synthetic string field */
321
 
        E_CONTACT_IM_MSN_HOME_3,       /* Synthetic string field */
322
 
        E_CONTACT_IM_MSN_WORK_1,       /* Synthetic string field */
323
 
        E_CONTACT_IM_MSN_WORK_2,       /* Synthetic string field */
324
 
        E_CONTACT_IM_MSN_WORK_3,       /* Synthetic string field */
325
 
        E_CONTACT_IM_ICQ_HOME_1,       /* Synthetic string field */
326
 
        E_CONTACT_IM_ICQ_HOME_2,       /* Synthetic string field */
327
 
        E_CONTACT_IM_ICQ_HOME_3,       /* Synthetic string field */
328
 
        E_CONTACT_IM_ICQ_WORK_1,       /* Synthetic string field */
329
 
        E_CONTACT_IM_ICQ_WORK_2,       /* Synthetic string field */
330
 
        E_CONTACT_IM_ICQ_WORK_3,       /* Synthetic string field */
331
 
 
332
 
        /* Convenience field for getting a name from the contact.
333
 
           Returns the first one of [File-As, Full Name, Org, Email1]
334
 
           to be set */
335
 
        E_CONTACT_REV,     /* string field to hold  time of last update to this vcard*/
336
 
        E_CONTACT_NAME_OR_ORG,
337
 
 
338
 
        /* Address fields */
339
 
        E_CONTACT_ADDRESS,       /* Multi-valued structured (EContactAddress) */
340
 
        E_CONTACT_ADDRESS_HOME,  /* synthetic structured field (EContactAddress) */
341
 
        E_CONTACT_ADDRESS_WORK,  /* synthetic structured field (EContactAddress) */
342
 
        E_CONTACT_ADDRESS_OTHER, /* synthetic structured field (EContactAddress) */
343
 
 
344
 
        E_CONTACT_CATEGORY_LIST, /* multi-valued */
345
 
 
346
 
        /* Photo/Logo */
347
 
        E_CONTACT_PHOTO,         /* structured field (EContactPhoto) */
348
 
        E_CONTACT_LOGO,  /* structured field (EContactPhoto) */
349
 
 
350
 
        E_CONTACT_NAME,          /* structured field (EContactName) */
351
 
        E_CONTACT_EMAIL,         /* Multi-valued */
352
 
 
353
 
        /* Instant Messaging fields */
354
 
        E_CONTACT_IM_AIM,        /* Multi-valued */
355
 
        E_CONTACT_IM_GROUPWISE,  /* Multi-valued */
356
 
        E_CONTACT_IM_JABBER,     /* Multi-valued */
357
 
        E_CONTACT_IM_YAHOO,      /* Multi-valued */
358
 
        E_CONTACT_IM_MSN,        /* Multi-valued */
359
 
        E_CONTACT_IM_ICQ,        /* Multi-valued */
360
 
 
361
 
        E_CONTACT_WANTS_HTML,    /* boolean field */
362
 
 
363
 
        /* fields used for describing contact lists.  a contact list
364
 
           is just a contact with _IS_LIST set to true.  the members
365
 
           are listed in the _EMAIL field. */
366
 
        E_CONTACT_IS_LIST,             /* boolean field */
367
 
        E_CONTACT_LIST_SHOW_ADDRESSES, /* boolean field */
368
 
 
369
 
        E_CONTACT_BIRTH_DATE,    /* structured field (EContactDate) */
370
 
        E_CONTACT_ANNIVERSARY,   /* structured field (EContactDate) */
371
 
 
372
 
        /* Security Fields */
373
 
        E_CONTACT_X509_CERT,     /* structured field (EContactCert) */
374
 
 
375
 
        E_CONTACT_IM_GADUGADU_HOME_1,  /* Synthetic string field */
376
 
        E_CONTACT_IM_GADUGADU_HOME_2,  /* Synthetic string field */
377
 
        E_CONTACT_IM_GADUGADU_HOME_3,  /* Synthetic string field */
378
 
        E_CONTACT_IM_GADUGADU_WORK_1,  /* Synthetic string field */
379
 
        E_CONTACT_IM_GADUGADU_WORK_2,  /* Synthetic string field */
380
 
        E_CONTACT_IM_GADUGADU_WORK_3,  /* Synthetic string field */
381
 
 
382
 
        E_CONTACT_IM_GADUGADU,   /* Multi-valued */
383
 
 
384
 
        E_CONTACT_GEO,&#160;/* structured field (EContactGeo) */
385
 
 
386
 
        E_CONTACT_TEL, /* list of strings */
387
 
 
388
 
        E_CONTACT_IM_SKYPE_HOME_1,     /* Synthetic string field */
389
 
        E_CONTACT_IM_SKYPE_HOME_2,     /* Synthetic string field */
390
 
        E_CONTACT_IM_SKYPE_HOME_3,     /* Synthetic string field */
391
 
        E_CONTACT_IM_SKYPE_WORK_1,     /* Synthetic string field */
392
 
        E_CONTACT_IM_SKYPE_WORK_2,     /* Synthetic string field */
393
 
        E_CONTACT_IM_SKYPE_WORK_3,     /* Synthetic string field */
394
 
        E_CONTACT_IM_SKYPE,             /* Multi-valued */
395
 
 
396
 
        E_CONTACT_SIP,
397
 
 
398
 
        E_CONTACT_FIELD_LAST,
399
 
        E_CONTACT_FIELD_FIRST        = E_CONTACT_UID,
400
 
 
401
 
        /* useful constants */
402
 
        E_CONTACT_LAST_SIMPLE_STRING = E_CONTACT_NAME_OR_ORG,
403
 
        E_CONTACT_FIRST_PHONE_ID     = E_CONTACT_PHONE_ASSISTANT,
404
 
        E_CONTACT_LAST_PHONE_ID      = E_CONTACT_PHONE_TTYTDD,
405
 
        E_CONTACT_FIRST_EMAIL_ID     = E_CONTACT_EMAIL_1,
406
 
        E_CONTACT_LAST_EMAIL_ID      = E_CONTACT_EMAIL_4,
407
 
        E_CONTACT_FIRST_ADDRESS_ID   = E_CONTACT_ADDRESS_HOME,
408
 
        E_CONTACT_LAST_ADDRESS_ID    = E_CONTACT_ADDRESS_OTHER,
409
 
        E_CONTACT_FIRST_LABEL_ID     = E_CONTACT_ADDRESS_LABEL_HOME,
410
 
        E_CONTACT_LAST_LABEL_ID      = E_CONTACT_ADDRESS_LABEL_OTHER
411
 
 
412
 
} EContactField;
413
 
</programlisting>
414
 
<para>
415
 
</para></refsect2>
416
 
<refsect2 id="EContactName" role="struct">
417
 
<title>EContactName</title>
418
 
<indexterm zone="EContactName"><primary>EContactName</primary></indexterm>
419
 
<programlisting>typedef struct {
420
 
        gchar *family;
421
 
        gchar *given;
422
 
        gchar *additional;
423
 
        gchar *prefixes;
424
 
        gchar *suffixes;
425
 
} EContactName;
426
 
</programlisting>
427
 
<para>
428
 
</para></refsect2>
429
 
<refsect2 id="EContactGeo" role="struct">
430
 
<title>EContactGeo</title>
431
 
<indexterm zone="EContactGeo"><primary>EContactGeo</primary></indexterm>
432
 
<programlisting>typedef struct {
433
 
        gdouble latitude;
434
 
        gdouble longitude;
435
 
} EContactGeo;
436
 
</programlisting>
437
 
<para>
438
 
</para></refsect2>
439
 
<refsect2 id="EContactPhoto" role="struct">
440
 
<title>EContactPhoto</title>
441
 
<indexterm zone="EContactPhoto"><primary>EContactPhoto</primary></indexterm>
442
 
<programlisting>typedef struct {
443
 
        EContactPhotoType type;
444
 
        union {
445
 
                struct {
446
 
                        gchar *mime_type;
447
 
                        gsize length;
448
 
                        guchar *data;
449
 
                } inlined;
450
 
                gchar *uri;
451
 
        } data;
452
 
} EContactPhoto;
453
 
</programlisting>
454
 
<para>
455
 
</para></refsect2>
456
 
<refsect2 id="EContactAddress" role="struct">
457
 
<title>EContactAddress</title>
458
 
<indexterm zone="EContactAddress"><primary>EContactAddress</primary></indexterm>
459
 
<programlisting>typedef struct {
460
 
        gchar *address_format; /* the two letter country code that
461
 
                                 determines the format/meaning of the
462
 
                                 following fields */
463
 
        gchar *po;
464
 
        gchar *ext;
465
 
        gchar *street;
466
 
        gchar *locality;
467
 
        gchar *region;
468
 
        gchar *code;
469
 
        gchar *country;
470
 
} EContactAddress;
471
 
</programlisting>
472
 
<para>
473
 
</para></refsect2>
474
 
<refsect2 id="EContactDate" role="struct">
475
 
<title>EContactDate</title>
476
 
<indexterm zone="EContactDate"><primary>EContactDate</primary></indexterm>
477
 
<programlisting>typedef struct {
478
 
        guint year;
479
 
        guint month;
480
 
        guint day;
481
 
} EContactDate;
482
 
</programlisting>
483
 
<para>
484
 
</para></refsect2>
485
 
<refsect2 id="EContactCert" role="struct">
486
 
<title>EContactCert</title>
487
 
<indexterm zone="EContactCert"><primary>EContactCert</primary></indexterm>
488
 
<programlisting>typedef struct {
489
 
        gsize length;
490
 
        gchar *data;
491
 
} EContactCert;
492
 
</programlisting>
493
 
<para>
494
 
</para></refsect2>
495
 
<refsect2 id="e-contact-new" role="function">
496
 
<title>e_contact_new ()</title>
497
 
<indexterm zone="e-contact-new"><primary>e_contact_new</primary></indexterm>
498
 
<programlisting><link linkend="EContact"><returnvalue>EContact</returnvalue></link>*           e_contact_new                       (<parameter><type>void</type></parameter>);</programlisting>
499
 
<para>
500
 
Creates a new, blank <link linkend="EContact"><type>EContact</type></link>.</para>
501
 
<variablelist role="params">
502
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="EContact"><type>EContact</type></link>.
503
 
</simpara></listitem></varlistentry>
504
 
</variablelist></refsect2>
505
 
<refsect2 id="e-contact-new-from-vcard" role="function">
506
 
<title>e_contact_new_from_vcard ()</title>
507
 
<indexterm zone="e-contact-new-from-vcard"><primary>e_contact_new_from_vcard</primary></indexterm>
508
 
<programlisting><link linkend="EContact"><returnvalue>EContact</returnvalue></link>*           e_contact_new_from_vcard            (<parameter>const <link linkend="gchar"><type>gchar</type></link> *vcard</parameter>);</programlisting>
509
 
<para>
510
 
Creates a new <link linkend="EContact"><type>EContact</type></link> based on a vcard.</para>
511
 
<variablelist role="params">
512
 
<varlistentry><term><parameter>vcard</parameter>&#160;:</term>
513
 
<listitem><simpara>a string representing a vcard
514
 
</simpara></listitem></varlistentry>
515
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="EContact"><type>EContact</type></link>.
516
 
</simpara></listitem></varlistentry>
517
 
</variablelist></refsect2>
518
 
<refsect2 id="e-contact-duplicate" role="function">
519
 
<title>e_contact_duplicate ()</title>
520
 
<indexterm zone="e-contact-duplicate"><primary>e_contact_duplicate</primary></indexterm>
521
 
<programlisting><link linkend="EContact"><returnvalue>EContact</returnvalue></link>*           e_contact_duplicate                 (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>);</programlisting>
522
 
<para>
523
 
Creates a copy of <parameter>contact</parameter>.</para>
524
 
<variablelist role="params">
525
 
<varlistentry><term><parameter>contact</parameter>&#160;:</term>
526
 
<listitem><simpara>an <link linkend="EContact"><type>EContact</type></link>
527
 
</simpara></listitem></varlistentry>
528
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="EContact"><type>EContact</type></link> identical to <parameter>contact</parameter>.
529
 
</simpara></listitem></varlistentry>
530
 
</variablelist></refsect2>
531
 
<refsect2 id="e-contact-get" role="function">
532
 
<title>e_contact_get ()</title>
533
 
<indexterm zone="e-contact-get"><primary>e_contact_get</primary></indexterm>
534
 
<programlisting><link linkend="gpointer"><returnvalue>gpointer</returnvalue></link>            e_contact_get                       (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
535
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);</programlisting>
536
 
<para>
537
 
Gets the value of <parameter>contact</parameter>'s field specified by <parameter>field_id</parameter>.</para>
538
 
<variablelist role="params">
539
 
<varlistentry><term><parameter>contact</parameter>&#160;:</term>
540
 
<listitem><simpara>an <link linkend="EContact"><type>EContact</type></link>
541
 
</simpara></listitem></varlistentry>
542
 
<varlistentry><term><parameter>field_id</parameter>&#160;:</term>
543
 
<listitem><simpara>an <link linkend="EContactField"><type>EContactField</type></link>
544
 
</simpara></listitem></varlistentry>
545
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> Depends on the field's type, owned by the caller.
546
 
</simpara></listitem></varlistentry>
547
 
</variablelist></refsect2>
548
 
<refsect2 id="e-contact-get-const" role="function">
549
 
<title>e_contact_get_const ()</title>
550
 
<indexterm zone="e-contact-get-const"><primary>e_contact_get_const</primary></indexterm>
551
 
<programlisting><link linkend="gconstpointer"><returnvalue>gconstpointer</returnvalue></link>       e_contact_get_const                 (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
552
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);</programlisting>
553
 
<para>
554
 
Gets the value of <parameter>contact</parameter>'s field specified by <parameter>field_id</parameter>, caching
555
 
the result so it can be freed later.</para>
556
 
<variablelist role="params">
557
 
<varlistentry><term><parameter>contact</parameter>&#160;:</term>
558
 
<listitem><simpara>an <link linkend="EContact"><type>EContact</type></link>
559
 
</simpara></listitem></varlistentry>
560
 
<varlistentry><term><parameter>field_id</parameter>&#160;:</term>
561
 
<listitem><simpara>an <link linkend="EContactField"><type>EContactField</type></link>
562
 
</simpara></listitem></varlistentry>
563
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> Depends on the field's type, owned by the <link linkend="EContact"><type>EContact</type></link>.
564
 
</simpara></listitem></varlistentry>
565
 
</variablelist></refsect2>
566
 
<refsect2 id="e-contact-set" role="function">
567
 
<title>e_contact_set ()</title>
568
 
<indexterm zone="e-contact-set"><primary>e_contact_set</primary></indexterm>
569
 
<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                e_contact_set                       (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
570
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>,
571
 
                                                         <parameter><link linkend="gconstpointer"><type>gconstpointer</type></link> value</parameter>);</programlisting>
572
 
<para>
573
 
</para><variablelist role="params">
574
 
<varlistentry><term><parameter>contact</parameter>&#160;:</term>
575
 
<listitem><simpara>
576
 
</simpara></listitem></varlistentry>
577
 
<varlistentry><term><parameter>field_id</parameter>&#160;:</term>
578
 
<listitem><simpara>
579
 
</simpara></listitem></varlistentry>
580
 
<varlistentry><term><parameter>value</parameter>&#160;:</term>
581
 
<listitem><simpara>
582
 
</simpara></listitem></varlistentry>
583
 
</variablelist></refsect2>
584
 
<refsect2 id="e-contact-date-new" role="function">
585
 
<title>e_contact_date_new ()</title>
586
 
<indexterm zone="e-contact-date-new"><primary>e_contact_date_new</primary></indexterm>
587
 
<programlisting><link linkend="EContactDate"><returnvalue>EContactDate</returnvalue></link> *      e_contact_date_new                  (<parameter><type>void</type></parameter>);</programlisting>
588
 
<para>
589
 
Creates a new <link linkend="EContactDate"><type>EContactDate</type></link> struct.</para>
590
 
<variablelist role="params">
591
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="EContactDate"><type>EContactDate</type></link> struct.
592
 
</simpara></listitem></varlistentry>
593
 
</variablelist></refsect2>
594
 
<refsect2 id="e-contact-date-from-string" role="function">
595
 
<title>e_contact_date_from_string ()</title>
596
 
<indexterm zone="e-contact-date-from-string"><primary>e_contact_date_from_string</primary></indexterm>
597
 
<programlisting><link linkend="EContactDate"><returnvalue>EContactDate</returnvalue></link> *      e_contact_date_from_string          (<parameter>const <link linkend="gchar"><type>gchar</type></link> *str</parameter>);</programlisting>
598
 
<para>
599
 
Creates a new <link linkend="EContactDate"><type>EContactDate</type></link> based on <parameter>str</parameter>.</para>
600
 
<variablelist role="params">
601
 
<varlistentry><term><parameter>str</parameter>&#160;:</term>
602
 
<listitem><simpara>a date string in the format YYYY-MM-DD or YYYYMMDD
603
 
</simpara></listitem></varlistentry>
604
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="EContactDate"><type>EContactDate</type></link> struct.
605
 
</simpara></listitem></varlistentry>
606
 
</variablelist></refsect2>
607
 
<refsect2 id="e-contact-date-to-string" role="function">
608
 
<title>e_contact_date_to_string ()</title>
609
 
<indexterm zone="e-contact-date-to-string"><primary>e_contact_date_to_string</primary></indexterm>
610
 
<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             e_contact_date_to_string            (<parameter><link linkend="EContactDate"><type>EContactDate</type></link> *dt</parameter>);</programlisting>
611
 
<para>
612
 
Generates a date string in the format YYYY-MM-DD based
613
 
on the values of <parameter>dt</parameter>.</para>
614
 
<variablelist role="params">
615
 
<varlistentry><term><parameter>dt</parameter>&#160;:</term>
616
 
<listitem><simpara>an <link linkend="EContactDate"><type>EContactDate</type></link>
617
 
</simpara></listitem></varlistentry>
618
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A date string, owned by the caller.
619
 
</simpara></listitem></varlistentry>
620
 
</variablelist></refsect2>
621
 
<refsect2 id="e-contact-date-equal" role="function">
622
 
<title>e_contact_date_equal ()</title>
623
 
<indexterm zone="e-contact-date-equal"><primary>e_contact_date_equal</primary></indexterm>
624
 
<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            e_contact_date_equal                (<parameter><link linkend="EContactDate"><type>EContactDate</type></link> *dt1</parameter>,
625
 
                                                         <parameter><link linkend="EContactDate"><type>EContactDate</type></link> *dt2</parameter>);</programlisting>
626
 
<para>
627
 
Checks if <parameter>dt1</parameter> and <parameter>dt2</parameter> are the same date.</para>
628
 
<variablelist role="params">
629
 
<varlistentry><term><parameter>dt1</parameter>&#160;:</term>
630
 
<listitem><simpara>an <link linkend="EContactDate"><type>EContactDate</type></link>
631
 
</simpara></listitem></varlistentry>
632
 
<varlistentry><term><parameter>dt2</parameter>&#160;:</term>
633
 
<listitem><simpara>an <link linkend="EContactDate"><type>EContactDate</type></link>
634
 
</simpara></listitem></varlistentry>
635
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if <parameter>dt1</parameter> and <parameter>dt2</parameter> are equal, <link linkend="FALSE:CAPS"><literal>FALSE</literal></link> otherwise.
636
 
</simpara></listitem></varlistentry>
637
 
</variablelist></refsect2>
638
 
<refsect2 id="e-contact-name-new" role="function">
639
 
<title>e_contact_name_new ()</title>
640
 
<indexterm zone="e-contact-name-new"><primary>e_contact_name_new</primary></indexterm>
641
 
<programlisting><link linkend="EContactName"><returnvalue>EContactName</returnvalue></link> *      e_contact_name_new                  (<parameter><type>void</type></parameter>);</programlisting>
642
 
<para>
643
 
Creates a new <link linkend="EContactName"><type>EContactName</type></link> struct.</para>
644
 
<variablelist role="params">
645
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="EContactName"><type>EContactName</type></link> struct.
646
 
</simpara></listitem></varlistentry>
647
 
</variablelist></refsect2>
648
 
<refsect2 id="e-contact-name-to-string" role="function">
649
 
<title>e_contact_name_to_string ()</title>
650
 
<indexterm zone="e-contact-name-to-string"><primary>e_contact_name_to_string</primary></indexterm>
651
 
<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             e_contact_name_to_string            (<parameter>const <link linkend="EContactName"><type>EContactName</type></link> *name</parameter>);</programlisting>
652
 
<para>
653
 
Generates a string representation of <parameter>name</parameter>.</para>
654
 
<variablelist role="params">
655
 
<varlistentry><term><parameter>name</parameter>&#160;:</term>
656
 
<listitem><simpara>an <link linkend="EContactName"><type>EContactName</type></link>
657
 
</simpara></listitem></varlistentry>
658
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> The string representation of <parameter>name</parameter>.
659
 
</simpara></listitem></varlistentry>
660
 
</variablelist></refsect2>
661
 
<refsect2 id="e-contact-name-from-string" role="function">
662
 
<title>e_contact_name_from_string ()</title>
663
 
<indexterm zone="e-contact-name-from-string"><primary>e_contact_name_from_string</primary></indexterm>
664
 
<programlisting><link linkend="EContactName"><returnvalue>EContactName</returnvalue></link> *      e_contact_name_from_string          (<parameter>const <link linkend="gchar"><type>gchar</type></link> *name_str</parameter>);</programlisting>
665
 
<para>
666
 
Creates a new <link linkend="EContactName"><type>EContactName</type></link> based on the parsed <parameter>name_str</parameter>.</para>
667
 
<variablelist role="params">
668
 
<varlistentry><term><parameter>name_str</parameter>&#160;:</term>
669
 
<listitem><simpara>a string representing a contact's full name
670
 
</simpara></listitem></varlistentry>
671
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="EContactName"><type>EContactName</type></link> struct.
672
 
</simpara></listitem></varlistentry>
673
 
</variablelist></refsect2>
674
 
<refsect2 id="e-contact-name-copy" role="function">
675
 
<title>e_contact_name_copy ()</title>
676
 
<indexterm zone="e-contact-name-copy"><primary>e_contact_name_copy</primary></indexterm>
677
 
<programlisting><link linkend="EContactName"><returnvalue>EContactName</returnvalue></link> *      e_contact_name_copy                 (<parameter><link linkend="EContactName"><type>EContactName</type></link> *n</parameter>);</programlisting>
678
 
<para>
679
 
Creates a copy of <parameter>n</parameter>.</para>
680
 
<variablelist role="params">
681
 
<varlistentry><term><parameter>n</parameter>&#160;:</term>
682
 
<listitem><simpara>an <link linkend="EContactName"><type>EContactName</type></link>
683
 
</simpara></listitem></varlistentry>
684
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="EContactName"><type>EContactName</type></link> identical to <parameter>n</parameter>.
685
 
</simpara></listitem></varlistentry>
686
 
</variablelist></refsect2>
687
 
<refsect2 id="e-contact-date-free" role="function">
688
 
<title>e_contact_date_free ()</title>
689
 
<indexterm zone="e-contact-date-free"><primary>e_contact_date_free</primary></indexterm>
690
 
<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                e_contact_date_free                 (<parameter><link linkend="EContactDate"><type>EContactDate</type></link> *date</parameter>);</programlisting>
691
 
<para>
692
 
Frees the <parameter>date</parameter> struct and its contents.</para>
693
 
<variablelist role="params">
694
 
<varlistentry><term><parameter>date</parameter>&#160;:</term>
695
 
<listitem><simpara>an <link linkend="EContactDate"><type>EContactDate</type></link>
696
 
</simpara></listitem></varlistentry>
697
 
</variablelist></refsect2>
698
 
<refsect2 id="e-contact-name-free" role="function">
699
 
<title>e_contact_name_free ()</title>
700
 
<indexterm zone="e-contact-name-free"><primary>e_contact_name_free</primary></indexterm>
701
 
<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                e_contact_name_free                 (<parameter><link linkend="EContactName"><type>EContactName</type></link> *name</parameter>);</programlisting>
702
 
<para>
703
 
Frees <parameter>name</parameter> and its contents.</para>
704
 
<variablelist role="params">
705
 
<varlistentry><term><parameter>name</parameter>&#160;:</term>
706
 
<listitem><simpara>an <link linkend="EContactName"><type>EContactName</type></link>
707
 
</simpara></listitem></varlistentry>
708
 
</variablelist></refsect2>
709
 
<refsect2 id="e-contact-photo-free" role="function">
710
 
<title>e_contact_photo_free ()</title>
711
 
<indexterm zone="e-contact-photo-free"><primary>e_contact_photo_free</primary></indexterm>
712
 
<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                e_contact_photo_free                (<parameter><link linkend="EContactPhoto"><type>EContactPhoto</type></link> *photo</parameter>);</programlisting>
713
 
<para>
714
 
Frees the <parameter>photo</parameter> struct and its contents.</para>
715
 
<variablelist role="params">
716
 
<varlistentry><term><parameter>photo</parameter>&#160;:</term>
717
 
<listitem><simpara>an <link linkend="EContactPhoto"><type>EContactPhoto</type></link> struct
718
 
</simpara></listitem></varlistentry>
719
 
</variablelist></refsect2>
720
 
<refsect2 id="e-contact-geo-free" role="function">
721
 
<title>e_contact_geo_free ()</title>
722
 
<indexterm zone="e-contact-geo-free"><primary>e_contact_geo_free</primary></indexterm>
723
 
<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                e_contact_geo_free                  (<parameter><link linkend="EContactGeo"><type>EContactGeo</type></link> *geo</parameter>);</programlisting>
724
 
<para>
725
 
Frees the <parameter>geo</parameter> struct and its contents.</para>
726
 
<variablelist role="params">
727
 
<varlistentry><term><parameter>geo</parameter>&#160;:</term>
728
 
<listitem><simpara>an <link linkend="EContactGeo"><type>EContactGeo</type></link>
729
 
</simpara></listitem></varlistentry>
730
 
</variablelist></refsect2>
731
 
<refsect2 id="e-contact-address-free" role="function">
732
 
<title>e_contact_address_free ()</title>
733
 
<indexterm zone="e-contact-address-free"><primary>e_contact_address_free</primary></indexterm>
734
 
<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                e_contact_address_free              (<parameter><link linkend="EContactAddress"><type>EContactAddress</type></link> *address</parameter>);</programlisting>
735
 
<para>
736
 
Frees the <parameter>address</parameter> struct and its contents.</para>
737
 
<variablelist role="params">
738
 
<varlistentry><term><parameter>address</parameter>&#160;:</term>
739
 
<listitem><simpara>an <link linkend="EContactAddress"><type>EContactAddress</type></link>
740
 
</simpara></listitem></varlistentry>
741
 
</variablelist></refsect2>
742
 
<refsect2 id="e-contact-field-name" role="function">
743
 
<title>e_contact_field_name ()</title>
744
 
<indexterm zone="e-contact-field-name"><primary>e_contact_field_name</primary></indexterm>
745
 
<programlisting>const <link linkend="gchar"><returnvalue>gchar</returnvalue></link> *       e_contact_field_name                (<parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);</programlisting>
746
 
<para>
747
 
Gets the string representation of <parameter>field_id</parameter>.</para>
748
 
<variablelist role="params">
749
 
<varlistentry><term><parameter>field_id</parameter>&#160;:</term>
750
 
<listitem><simpara>an <link linkend="EContactField"><type>EContactField</type></link>
751
 
</simpara></listitem></varlistentry>
752
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> The string representation of <parameter>field_id</parameter>, or <link linkend="NULL:CAPS"><literal>NULL</literal></link> if it doesn't exist.
753
 
</simpara></listitem></varlistentry>
754
 
</variablelist></refsect2>
755
 
<refsect2 id="e-contact-pretty-name" role="function">
756
 
<title>e_contact_pretty_name ()</title>
757
 
<indexterm zone="e-contact-pretty-name"><primary>e_contact_pretty_name</primary></indexterm>
758
 
<programlisting>const <link linkend="gchar"><returnvalue>gchar</returnvalue></link> *       e_contact_pretty_name               (<parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);</programlisting>
759
 
<para>
760
 
Gets a human-readable, translated string representation
761
 
of <parameter>field_id</parameter>.</para>
762
 
<variablelist role="params">
763
 
<varlistentry><term><parameter>field_id</parameter>&#160;:</term>
764
 
<listitem><simpara>an <link linkend="EContactField"><type>EContactField</type></link>
765
 
</simpara></listitem></varlistentry>
766
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> The human-readable representation of <parameter>field_id</parameter>, or <link linkend="NULL:CAPS"><literal>NULL</literal></link> if it doesn't exist.
767
 
</simpara></listitem></varlistentry>
768
 
</variablelist></refsect2>
769
 
<refsect2 id="e-contact-field-id" role="function">
770
 
<title>e_contact_field_id ()</title>
771
 
<indexterm zone="e-contact-field-id"><primary>e_contact_field_id</primary></indexterm>
772
 
<programlisting><link linkend="EContactField"><returnvalue>EContactField</returnvalue></link>       e_contact_field_id                  (<parameter>const <link linkend="gchar"><type>gchar</type></link> *field_name</parameter>);</programlisting>
773
 
<para>
774
 
Gets the <link linkend="EContactField"><type>EContactField</type></link> corresponding to the <parameter>field_name</parameter>.</para>
775
 
<variablelist role="params">
776
 
<varlistentry><term><parameter>field_name</parameter>&#160;:</term>
777
 
<listitem><simpara>a string representing a contact field
778
 
</simpara></listitem></varlistentry>
779
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> An <link linkend="EContactField"><type>EContactField</type></link> corresponding to <parameter>field_name</parameter>, or <link linkend="0:CAPS"><literal>0</literal></link> if it doesn't exist.
780
 
</simpara></listitem></varlistentry>
781
 
</variablelist></refsect2>
782
 
<refsect2 id="e-contact-field-id-from-vcard" role="function">
783
 
<title>e_contact_field_id_from_vcard ()</title>
784
 
<indexterm zone="e-contact-field-id-from-vcard"><primary>e_contact_field_id_from_vcard</primary></indexterm>
785
 
<programlisting><link linkend="EContactField"><returnvalue>EContactField</returnvalue></link>       e_contact_field_id_from_vcard       (<parameter>const <link linkend="gchar"><type>gchar</type></link> *vcard_field</parameter>);</programlisting>
786
 
<para>
787
 
Gets the <link linkend="EContactField"><type>EContactField</type></link> corresponding to the <parameter>vcard_field</parameter>.</para>
788
 
<variablelist role="params">
789
 
<varlistentry><term><parameter>vcard_field</parameter>&#160;:</term>
790
 
<listitem><simpara>a string representing a vCard field
791
 
</simpara></listitem></varlistentry>
792
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> An <link linkend="EContactField"><type>EContactField</type></link> corresponding to <parameter>vcard_field</parameter>, or <link linkend="0:CAPS"><literal>0</literal></link> if it doesn't exist.
793
 
</simpara></listitem></varlistentry>
794
 
</variablelist></refsect2>
795
 
<refsect2 id="e-contact-cert-free" role="function">
796
 
<title>e_contact_cert_free ()</title>
797
 
<indexterm zone="e-contact-cert-free"><primary>e_contact_cert_free</primary></indexterm>
798
 
<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                e_contact_cert_free                 (<parameter><link linkend="EContactCert"><type>EContactCert</type></link> *cert</parameter>);</programlisting>
799
 
<para>
800
 
Frees the <parameter>cert</parameter> struct and its contents.</para>
801
 
<variablelist role="params">
802
 
<varlistentry><term><parameter>cert</parameter>&#160;:</term>
803
 
<listitem><simpara>an <link linkend="EContactCert"><type>EContactCert</type></link>
804
 
</simpara></listitem></varlistentry>
805
 
</variablelist></refsect2>
806
 
<refsect2 id="e-contact-get-attributes" role="function">
807
 
<title>e_contact_get_attributes ()</title>
808
 
<indexterm zone="e-contact-get-attributes"><primary>e_contact_get_attributes</primary></indexterm>
809
 
<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link>*              e_contact_get_attributes            (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
810
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);</programlisting>
811
 
<para>
812
 
Gets a list of the vcard attributes for <parameter>contact</parameter>'s <parameter>field_id</parameter>.</para>
813
 
<variablelist role="params">
814
 
<varlistentry><term><parameter>contact</parameter>&#160;:</term>
815
 
<listitem><simpara>an <link linkend="EContact"><type>EContact</type></link>
816
 
</simpara></listitem></varlistentry>
817
 
<varlistentry><term><parameter>field_id</parameter>&#160;:</term>
818
 
<listitem><simpara>an <link linkend="EContactField"><type>EContactField</type></link>
819
 
</simpara></listitem></varlistentry>
820
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A <link linkend="GList"><type>GList</type></link> of pointers to <link linkend="EVCardAttribute"><type>EVCardAttribute</type></link>, owned by the caller.
821
 
</simpara></listitem></varlistentry>
822
 
</variablelist></refsect2>
823
 
<refsect2 id="e-contact-set-attributes" role="function">
824
 
<title>e_contact_set_attributes ()</title>
825
 
<indexterm zone="e-contact-set-attributes"><primary>e_contact_set_attributes</primary></indexterm>
826
 
<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                e_contact_set_attributes            (<parameter><link linkend="EContact"><type>EContact</type></link> *contact</parameter>,
827
 
                                                         <parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>,
828
 
                                                         <parameter><link linkend="GList"><type>GList</type></link> *attributes</parameter>);</programlisting>
829
 
<para>
830
 
Sets the vcard attributes for <parameter>contact</parameter>'s <parameter>field_id</parameter>.</para>
831
 
<variablelist role="params">
832
 
<varlistentry><term><parameter>contact</parameter>&#160;:</term>
833
 
<listitem><simpara>an <link linkend="EContact"><type>EContact</type></link>
834
 
</simpara></listitem></varlistentry>
835
 
<varlistentry><term><parameter>field_id</parameter>&#160;:</term>
836
 
<listitem><simpara>an <link linkend="EContactField"><type>EContactField</type></link>
837
 
</simpara></listitem></varlistentry>
838
 
<varlistentry><term><parameter>attributes</parameter>&#160;:</term>
839
 
<listitem><simpara>a <link linkend="GList"><type>GList</type></link> of pointers to <link linkend="EVCardAttribute"><type>EVCardAttribute</type></link>
840
 
</simpara></listitem></varlistentry>
841
 
</variablelist></refsect2>
842
 
<refsect2 id="e-contact-vcard-attribute" role="function">
843
 
<title>e_contact_vcard_attribute ()</title>
844
 
<indexterm zone="e-contact-vcard-attribute"><primary>e_contact_vcard_attribute</primary></indexterm>
845
 
<programlisting>const <link linkend="gchar"><returnvalue>gchar</returnvalue></link> *       e_contact_vcard_attribute           (<parameter><link linkend="EContactField"><type>EContactField</type></link> field_id</parameter>);</programlisting>
846
 
<para>
847
 
Gets the vcard attribute corresponding to <parameter>field_id</parameter>, as a string.</para>
848
 
<variablelist role="params">
849
 
<varlistentry><term><parameter>field_id</parameter>&#160;:</term>
850
 
<listitem><simpara>an <link linkend="EContactField"><type>EContactField</type></link>
851
 
</simpara></listitem></varlistentry>
852
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> The vcard attribute corresponding to <parameter>field_id</parameter>, or <link linkend="NULL:CAPS"><literal>NULL</literal></link> if it doesn't exist.
853
 
</simpara></listitem></varlistentry>
854
 
</variablelist></refsect2>
855
 
 
856
 
</refsect1>
857
 
<refsect1 id="EContact.property-details" role="property_details">
858
 
<title role="property_details.title">Property Details</title>
859
 
<refsect2 id="EContact--Rev" role="property"><title>The <literal>&quot;Rev&quot;</literal> property</title>
860
 
<indexterm zone="EContact--Rev"><primary>EContact:Rev</primary></indexterm>
861
 
<programlisting>  &quot;Rev&quot;                      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
862
 
<para>
863
 
The revision of the vCard.
864
 
</para><para>Default value: NULL</para>
865
 
</refsect2>
866
 
<refsect2 id="EContact--address" role="property"><title>The <literal>&quot;address&quot;</literal> property</title>
867
 
<indexterm zone="EContact--address"><primary>EContact:address</primary></indexterm>
868
 
<programlisting>  &quot;address&quot;                  <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
869
 
<para>Address List.</para></refsect2>
870
 
<refsect2 id="EContact--address-home" role="property"><title>The <literal>&quot;address-home&quot;</literal> property</title>
871
 
<indexterm zone="EContact--address-home"><primary>EContact:address-home</primary></indexterm>
872
 
<programlisting>  &quot;address-home&quot;             <link linkend="EContactAddress"><type>EContactAddress</type></link>*      : Read / Write</programlisting>
873
 
<para>Home Address.</para></refsect2>
874
 
<refsect2 id="EContact--address-label-home" role="property"><title>The <literal>&quot;address-label-home&quot;</literal> property</title>
875
 
<indexterm zone="EContact--address-label-home"><primary>EContact:address-label-home</primary></indexterm>
876
 
<programlisting>  &quot;address-label-home&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
877
 
<para>Home Address Label.</para><para>Default value: NULL</para>
878
 
</refsect2>
879
 
<refsect2 id="EContact--address-label-other" role="property"><title>The <literal>&quot;address-label-other&quot;</literal> property</title>
880
 
<indexterm zone="EContact--address-label-other"><primary>EContact:address-label-other</primary></indexterm>
881
 
<programlisting>  &quot;address-label-other&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
882
 
<para>Other Address Label.</para><para>Default value: NULL</para>
883
 
</refsect2>
884
 
<refsect2 id="EContact--address-label-work" role="property"><title>The <literal>&quot;address-label-work&quot;</literal> property</title>
885
 
<indexterm zone="EContact--address-label-work"><primary>EContact:address-label-work</primary></indexterm>
886
 
<programlisting>  &quot;address-label-work&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
887
 
<para>Work Address Label.</para><para>Default value: NULL</para>
888
 
</refsect2>
889
 
<refsect2 id="EContact--address-other" role="property"><title>The <literal>&quot;address-other&quot;</literal> property</title>
890
 
<indexterm zone="EContact--address-other"><primary>EContact:address-other</primary></indexterm>
891
 
<programlisting>  &quot;address-other&quot;            <link linkend="EContactAddress"><type>EContactAddress</type></link>*      : Read / Write</programlisting>
892
 
<para>Other Address.</para></refsect2>
893
 
<refsect2 id="EContact--address-work" role="property"><title>The <literal>&quot;address-work&quot;</literal> property</title>
894
 
<indexterm zone="EContact--address-work"><primary>EContact:address-work</primary></indexterm>
895
 
<programlisting>  &quot;address-work&quot;             <link linkend="EContactAddress"><type>EContactAddress</type></link>*      : Read / Write</programlisting>
896
 
<para>Work Address.</para></refsect2>
897
 
<refsect2 id="EContact--anniversary" role="property"><title>The <literal>&quot;anniversary&quot;</literal> property</title>
898
 
<indexterm zone="EContact--anniversary"><primary>EContact:anniversary</primary></indexterm>
899
 
<programlisting>  &quot;anniversary&quot;              <link linkend="EContactDate"><type>EContactDate</type></link>*         : Read / Write</programlisting>
900
 
<para>Anniversary.</para></refsect2>
901
 
<refsect2 id="EContact--assistant" role="property"><title>The <literal>&quot;assistant&quot;</literal> property</title>
902
 
<indexterm zone="EContact--assistant"><primary>EContact:assistant</primary></indexterm>
903
 
<programlisting>  &quot;assistant&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
904
 
<para>Assistant.</para><para>Default value: NULL</para>
905
 
</refsect2>
906
 
<refsect2 id="EContact--assistant-phone" role="property"><title>The <literal>&quot;assistant-phone&quot;</literal> property</title>
907
 
<indexterm zone="EContact--assistant-phone"><primary>EContact:assistant-phone</primary></indexterm>
908
 
<programlisting>  &quot;assistant-phone&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
909
 
<para>Assistant Phone.</para><para>Default value: NULL</para>
910
 
</refsect2>
911
 
<refsect2 id="EContact--birth-date" role="property"><title>The <literal>&quot;birth-date&quot;</literal> property</title>
912
 
<indexterm zone="EContact--birth-date"><primary>EContact:birth-date</primary></indexterm>
913
 
<programlisting>  &quot;birth-date&quot;               <link linkend="EContactDate"><type>EContactDate</type></link>*         : Read / Write</programlisting>
914
 
<para>
915
 
The birth date.
916
 
</para></refsect2>
917
 
<refsect2 id="EContact--blog-url" role="property"><title>The <literal>&quot;blog-url&quot;</literal> property</title>
918
 
<indexterm zone="EContact--blog-url"><primary>EContact:blog-url</primary></indexterm>
919
 
<programlisting>  &quot;blog-url&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
920
 
<para>
921
 
The blog URL.
922
 
</para><para>Default value: NULL</para>
923
 
</refsect2>
924
 
<refsect2 id="EContact--book-uri" role="property"><title>The <literal>&quot;book-uri&quot;</literal> property</title>
925
 
<indexterm zone="EContact--book-uri"><primary>EContact:book-uri</primary></indexterm>
926
 
<programlisting>  &quot;book-uri&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
927
 
<para>Book URI.</para><para>Default value: NULL</para>
928
 
</refsect2>
929
 
<refsect2 id="EContact--business-fax" role="property"><title>The <literal>&quot;business-fax&quot;</literal> property</title>
930
 
<indexterm zone="EContact--business-fax"><primary>EContact:business-fax</primary></indexterm>
931
 
<programlisting>  &quot;business-fax&quot;             <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
932
 
<para>Business Fax.</para><para>Default value: NULL</para>
933
 
</refsect2>
934
 
<refsect2 id="EContact--business-phone" role="property"><title>The <literal>&quot;business-phone&quot;</literal> property</title>
935
 
<indexterm zone="EContact--business-phone"><primary>EContact:business-phone</primary></indexterm>
936
 
<programlisting>  &quot;business-phone&quot;           <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
937
 
<para>Business Phone.</para><para>Default value: NULL</para>
938
 
</refsect2>
939
 
<refsect2 id="EContact--business-phone-2" role="property"><title>The <literal>&quot;business-phone-2&quot;</literal> property</title>
940
 
<indexterm zone="EContact--business-phone-2"><primary>EContact:business-phone-2</primary></indexterm>
941
 
<programlisting>  &quot;business-phone-2&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
942
 
<para>Business Phone 2.</para><para>Default value: NULL</para>
943
 
</refsect2>
944
 
<refsect2 id="EContact--callback-phone" role="property"><title>The <literal>&quot;callback-phone&quot;</literal> property</title>
945
 
<indexterm zone="EContact--callback-phone"><primary>EContact:callback-phone</primary></indexterm>
946
 
<programlisting>  &quot;callback-phone&quot;           <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
947
 
<para>Callback Phone.</para><para>Default value: NULL</para>
948
 
</refsect2>
949
 
<refsect2 id="EContact--caluri" role="property"><title>The <literal>&quot;caluri&quot;</literal> property</title>
950
 
<indexterm zone="EContact--caluri"><primary>EContact:caluri</primary></indexterm>
951
 
<programlisting>  &quot;caluri&quot;                   <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
952
 
<para>
953
 
The URI of the contact's calendar.
954
 
</para><para>Default value: NULL</para>
955
 
</refsect2>
956
 
<refsect2 id="EContact--car-phone" role="property"><title>The <literal>&quot;car-phone&quot;</literal> property</title>
957
 
<indexterm zone="EContact--car-phone"><primary>EContact:car-phone</primary></indexterm>
958
 
<programlisting>  &quot;car-phone&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
959
 
<para>Car Phone.</para><para>Default value: NULL</para>
960
 
</refsect2>
961
 
<refsect2 id="EContact--categories" role="property"><title>The <literal>&quot;categories&quot;</literal> property</title>
962
 
<indexterm zone="EContact--categories"><primary>EContact:categories</primary></indexterm>
963
 
<programlisting>  &quot;categories&quot;               <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
964
 
<para>Categories.</para><para>Default value: NULL</para>
965
 
</refsect2>
966
 
<refsect2 id="EContact--category-list" role="property"><title>The <literal>&quot;category-list&quot;</literal> property</title>
967
 
<indexterm zone="EContact--category-list"><primary>EContact:category-list</primary></indexterm>
968
 
<programlisting>  &quot;category-list&quot;            <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
969
 
<para>Category List.</para></refsect2>
970
 
<refsect2 id="EContact--company-phone" role="property"><title>The <literal>&quot;company-phone&quot;</literal> property</title>
971
 
<indexterm zone="EContact--company-phone"><primary>EContact:company-phone</primary></indexterm>
972
 
<programlisting>  &quot;company-phone&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
973
 
<para>Company Phone.</para><para>Default value: NULL</para>
974
 
</refsect2>
975
 
<refsect2 id="EContact--email" role="property"><title>The <literal>&quot;email&quot;</literal> property</title>
976
 
<indexterm zone="EContact--email"><primary>EContact:email</primary></indexterm>
977
 
<programlisting>  &quot;email&quot;                    <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
978
 
<para>Email List.</para></refsect2>
979
 
<refsect2 id="EContact--email-1" role="property"><title>The <literal>&quot;email-1&quot;</literal> property</title>
980
 
<indexterm zone="EContact--email-1"><primary>EContact:email-1</primary></indexterm>
981
 
<programlisting>  &quot;email-1&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
982
 
<para>Email 1.</para><para>Default value: NULL</para>
983
 
</refsect2>
984
 
<refsect2 id="EContact--email-2" role="property"><title>The <literal>&quot;email-2&quot;</literal> property</title>
985
 
<indexterm zone="EContact--email-2"><primary>EContact:email-2</primary></indexterm>
986
 
<programlisting>  &quot;email-2&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
987
 
<para>Email 2.</para><para>Default value: NULL</para>
988
 
</refsect2>
989
 
<refsect2 id="EContact--email-3" role="property"><title>The <literal>&quot;email-3&quot;</literal> property</title>
990
 
<indexterm zone="EContact--email-3"><primary>EContact:email-3</primary></indexterm>
991
 
<programlisting>  &quot;email-3&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
992
 
<para>Email 3.</para><para>Default value: NULL</para>
993
 
</refsect2>
994
 
<refsect2 id="EContact--email-4" role="property"><title>The <literal>&quot;email-4&quot;</literal> property</title>
995
 
<indexterm zone="EContact--email-4"><primary>EContact:email-4</primary></indexterm>
996
 
<programlisting>  &quot;email-4&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
997
 
<para>Email 4.</para><para>Default value: NULL</para>
998
 
</refsect2>
999
 
<refsect2 id="EContact--family-name" role="property"><title>The <literal>&quot;family-name&quot;</literal> property</title>
1000
 
<indexterm zone="EContact--family-name"><primary>EContact:family-name</primary></indexterm>
1001
 
<programlisting>  &quot;family-name&quot;              <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1002
 
<para>Family Name.</para><para>Default value: NULL</para>
1003
 
</refsect2>
1004
 
<refsect2 id="EContact--fburl" role="property"><title>The <literal>&quot;fburl&quot;</literal> property</title>
1005
 
<indexterm zone="EContact--fburl"><primary>EContact:fburl</primary></indexterm>
1006
 
<programlisting>  &quot;fburl&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1007
 
<para>Free/Busy URL.</para><para>Default value: NULL</para>
1008
 
</refsect2>
1009
 
<refsect2 id="EContact--file-as" role="property"><title>The <literal>&quot;file-as&quot;</literal> property</title>
1010
 
<indexterm zone="EContact--file-as"><primary>EContact:file-as</primary></indexterm>
1011
 
<programlisting>  &quot;file-as&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1012
 
<para>File Under.</para><para>Default value: NULL</para>
1013
 
</refsect2>
1014
 
<refsect2 id="EContact--full-name" role="property"><title>The <literal>&quot;full-name&quot;</literal> property</title>
1015
 
<indexterm zone="EContact--full-name"><primary>EContact:full-name</primary></indexterm>
1016
 
<programlisting>  &quot;full-name&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1017
 
<para>Full Name.</para><para>Default value: NULL</para>
1018
 
</refsect2>
1019
 
<refsect2 id="EContact--geo" role="property"><title>The <literal>&quot;geo&quot;</literal> property</title>
1020
 
<indexterm zone="EContact--geo"><primary>EContact:geo</primary></indexterm>
1021
 
<programlisting>  &quot;geo&quot;                      <link linkend="EContactGeo"><type>EContactGeo</type></link>*          : Read / Write</programlisting>
1022
 
<para>Geographic Information.</para></refsect2>
1023
 
<refsect2 id="EContact--given-name" role="property"><title>The <literal>&quot;given-name&quot;</literal> property</title>
1024
 
<indexterm zone="EContact--given-name"><primary>EContact:given-name</primary></indexterm>
1025
 
<programlisting>  &quot;given-name&quot;               <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1026
 
<para>Given Name.</para><para>Default value: NULL</para>
1027
 
</refsect2>
1028
 
<refsect2 id="EContact--home-fax" role="property"><title>The <literal>&quot;home-fax&quot;</literal> property</title>
1029
 
<indexterm zone="EContact--home-fax"><primary>EContact:home-fax</primary></indexterm>
1030
 
<programlisting>  &quot;home-fax&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1031
 
<para>Home Fax.</para><para>Default value: NULL</para>
1032
 
</refsect2>
1033
 
<refsect2 id="EContact--home-phone" role="property"><title>The <literal>&quot;home-phone&quot;</literal> property</title>
1034
 
<indexterm zone="EContact--home-phone"><primary>EContact:home-phone</primary></indexterm>
1035
 
<programlisting>  &quot;home-phone&quot;               <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1036
 
<para>Home Phone.</para><para>Default value: NULL</para>
1037
 
</refsect2>
1038
 
<refsect2 id="EContact--home-phone-2" role="property"><title>The <literal>&quot;home-phone-2&quot;</literal> property</title>
1039
 
<indexterm zone="EContact--home-phone-2"><primary>EContact:home-phone-2</primary></indexterm>
1040
 
<programlisting>  &quot;home-phone-2&quot;             <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1041
 
<para>Home Phone 2.</para><para>Default value: NULL</para>
1042
 
</refsect2>
1043
 
<refsect2 id="EContact--homepage-url" role="property"><title>The <literal>&quot;homepage-url&quot;</literal> property</title>
1044
 
<indexterm zone="EContact--homepage-url"><primary>EContact:homepage-url</primary></indexterm>
1045
 
<programlisting>  &quot;homepage-url&quot;             <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1046
 
<para>Homepage URL.</para><para>Default value: NULL</para>
1047
 
</refsect2>
1048
 
<refsect2 id="EContact--icscalendar" role="property"><title>The <literal>&quot;icscalendar&quot;</literal> property</title>
1049
 
<indexterm zone="EContact--icscalendar"><primary>EContact:icscalendar</primary></indexterm>
1050
 
<programlisting>  &quot;icscalendar&quot;              <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1051
 
<para>ICS Calendar.</para><para>Default value: NULL</para>
1052
 
</refsect2>
1053
 
<refsect2 id="EContact--id" role="property"><title>The <literal>&quot;id&quot;</literal> property</title>
1054
 
<indexterm zone="EContact--id"><primary>EContact:id</primary></indexterm>
1055
 
<programlisting>  &quot;id&quot;                       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1056
 
<para>Unique ID.</para><para>Default value: NULL</para>
1057
 
</refsect2>
1058
 
<refsect2 id="EContact--im-aim" role="property"><title>The <literal>&quot;im-aim&quot;</literal> property</title>
1059
 
<indexterm zone="EContact--im-aim"><primary>EContact:im-aim</primary></indexterm>
1060
 
<programlisting>  &quot;im-aim&quot;                   <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1061
 
<para>AIM Screen Name List.</para></refsect2>
1062
 
<refsect2 id="EContact--im-aim-home-1" role="property"><title>The <literal>&quot;im-aim-home-1&quot;</literal> property</title>
1063
 
<indexterm zone="EContact--im-aim-home-1"><primary>EContact:im-aim-home-1</primary></indexterm>
1064
 
<programlisting>  &quot;im-aim-home-1&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1065
 
<para>AIM Home Screen Name 1.</para><para>Default value: NULL</para>
1066
 
</refsect2>
1067
 
<refsect2 id="EContact--im-aim-home-2" role="property"><title>The <literal>&quot;im-aim-home-2&quot;</literal> property</title>
1068
 
<indexterm zone="EContact--im-aim-home-2"><primary>EContact:im-aim-home-2</primary></indexterm>
1069
 
<programlisting>  &quot;im-aim-home-2&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1070
 
<para>AIM Home Screen Name 2.</para><para>Default value: NULL</para>
1071
 
</refsect2>
1072
 
<refsect2 id="EContact--im-aim-home-3" role="property"><title>The <literal>&quot;im-aim-home-3&quot;</literal> property</title>
1073
 
<indexterm zone="EContact--im-aim-home-3"><primary>EContact:im-aim-home-3</primary></indexterm>
1074
 
<programlisting>  &quot;im-aim-home-3&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1075
 
<para>AIM Home Screen Name 3.</para><para>Default value: NULL</para>
1076
 
</refsect2>
1077
 
<refsect2 id="EContact--im-aim-work-1" role="property"><title>The <literal>&quot;im-aim-work-1&quot;</literal> property</title>
1078
 
<indexterm zone="EContact--im-aim-work-1"><primary>EContact:im-aim-work-1</primary></indexterm>
1079
 
<programlisting>  &quot;im-aim-work-1&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1080
 
<para>AIM Work Screen Name 1.</para><para>Default value: NULL</para>
1081
 
</refsect2>
1082
 
<refsect2 id="EContact--im-aim-work-2" role="property"><title>The <literal>&quot;im-aim-work-2&quot;</literal> property</title>
1083
 
<indexterm zone="EContact--im-aim-work-2"><primary>EContact:im-aim-work-2</primary></indexterm>
1084
 
<programlisting>  &quot;im-aim-work-2&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1085
 
<para>AIM Work Screen Name 2.</para><para>Default value: NULL</para>
1086
 
</refsect2>
1087
 
<refsect2 id="EContact--im-aim-work-3" role="property"><title>The <literal>&quot;im-aim-work-3&quot;</literal> property</title>
1088
 
<indexterm zone="EContact--im-aim-work-3"><primary>EContact:im-aim-work-3</primary></indexterm>
1089
 
<programlisting>  &quot;im-aim-work-3&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1090
 
<para>AIM Work Screen Name 3.</para><para>Default value: NULL</para>
1091
 
</refsect2>
1092
 
<refsect2 id="EContact--im-gadugadu" role="property"><title>The <literal>&quot;im-gadugadu&quot;</literal> property</title>
1093
 
<indexterm zone="EContact--im-gadugadu"><primary>EContact:im-gadugadu</primary></indexterm>
1094
 
<programlisting>  &quot;im-gadugadu&quot;              <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1095
 
<para>Gadu-Gadu Id List.</para></refsect2>
1096
 
<refsect2 id="EContact--im-gadugadu-home-1" role="property"><title>The <literal>&quot;im-gadugadu-home-1&quot;</literal> property</title>
1097
 
<indexterm zone="EContact--im-gadugadu-home-1"><primary>EContact:im-gadugadu-home-1</primary></indexterm>
1098
 
<programlisting>  &quot;im-gadugadu-home-1&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1099
 
<para>Gadu-Gadu Home Id 1.</para><para>Default value: NULL</para>
1100
 
</refsect2>
1101
 
<refsect2 id="EContact--im-gadugadu-home-2" role="property"><title>The <literal>&quot;im-gadugadu-home-2&quot;</literal> property</title>
1102
 
<indexterm zone="EContact--im-gadugadu-home-2"><primary>EContact:im-gadugadu-home-2</primary></indexterm>
1103
 
<programlisting>  &quot;im-gadugadu-home-2&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1104
 
<para>Gadu-Gadu Home Id 2.</para><para>Default value: NULL</para>
1105
 
</refsect2>
1106
 
<refsect2 id="EContact--im-gadugadu-home-3" role="property"><title>The <literal>&quot;im-gadugadu-home-3&quot;</literal> property</title>
1107
 
<indexterm zone="EContact--im-gadugadu-home-3"><primary>EContact:im-gadugadu-home-3</primary></indexterm>
1108
 
<programlisting>  &quot;im-gadugadu-home-3&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1109
 
<para>Gadu-Gadu Home Id 3.</para><para>Default value: NULL</para>
1110
 
</refsect2>
1111
 
<refsect2 id="EContact--im-gadugadu-work-1" role="property"><title>The <literal>&quot;im-gadugadu-work-1&quot;</literal> property</title>
1112
 
<indexterm zone="EContact--im-gadugadu-work-1"><primary>EContact:im-gadugadu-work-1</primary></indexterm>
1113
 
<programlisting>  &quot;im-gadugadu-work-1&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1114
 
<para>Gadu-Gadu Work Id 1.</para><para>Default value: NULL</para>
1115
 
</refsect2>
1116
 
<refsect2 id="EContact--im-gadugadu-work-2" role="property"><title>The <literal>&quot;im-gadugadu-work-2&quot;</literal> property</title>
1117
 
<indexterm zone="EContact--im-gadugadu-work-2"><primary>EContact:im-gadugadu-work-2</primary></indexterm>
1118
 
<programlisting>  &quot;im-gadugadu-work-2&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1119
 
<para>Gadu-Gadu Work Id 2.</para><para>Default value: NULL</para>
1120
 
</refsect2>
1121
 
<refsect2 id="EContact--im-gadugadu-work-3" role="property"><title>The <literal>&quot;im-gadugadu-work-3&quot;</literal> property</title>
1122
 
<indexterm zone="EContact--im-gadugadu-work-3"><primary>EContact:im-gadugadu-work-3</primary></indexterm>
1123
 
<programlisting>  &quot;im-gadugadu-work-3&quot;       <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1124
 
<para>Gadu-Gadu Work Id 3.</para><para>Default value: NULL</para>
1125
 
</refsect2>
1126
 
<refsect2 id="EContact--im-groupwise" role="property"><title>The <literal>&quot;im-groupwise&quot;</literal> property</title>
1127
 
<indexterm zone="EContact--im-groupwise"><primary>EContact:im-groupwise</primary></indexterm>
1128
 
<programlisting>  &quot;im-groupwise&quot;             <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1129
 
<para>GroupWise Id List.</para></refsect2>
1130
 
<refsect2 id="EContact--im-groupwise-home-1" role="property"><title>The <literal>&quot;im-groupwise-home-1&quot;</literal> property</title>
1131
 
<indexterm zone="EContact--im-groupwise-home-1"><primary>EContact:im-groupwise-home-1</primary></indexterm>
1132
 
<programlisting>  &quot;im-groupwise-home-1&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1133
 
<para>GroupWise Home Screen Name 1.</para><para>Default value: NULL</para>
1134
 
</refsect2>
1135
 
<refsect2 id="EContact--im-groupwise-home-2" role="property"><title>The <literal>&quot;im-groupwise-home-2&quot;</literal> property</title>
1136
 
<indexterm zone="EContact--im-groupwise-home-2"><primary>EContact:im-groupwise-home-2</primary></indexterm>
1137
 
<programlisting>  &quot;im-groupwise-home-2&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1138
 
<para>GroupWise Home Screen Name 2.</para><para>Default value: NULL</para>
1139
 
</refsect2>
1140
 
<refsect2 id="EContact--im-groupwise-home-3" role="property"><title>The <literal>&quot;im-groupwise-home-3&quot;</literal> property</title>
1141
 
<indexterm zone="EContact--im-groupwise-home-3"><primary>EContact:im-groupwise-home-3</primary></indexterm>
1142
 
<programlisting>  &quot;im-groupwise-home-3&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1143
 
<para>GroupWise Home Screen Name 3.</para><para>Default value: NULL</para>
1144
 
</refsect2>
1145
 
<refsect2 id="EContact--im-groupwise-work-1" role="property"><title>The <literal>&quot;im-groupwise-work-1&quot;</literal> property</title>
1146
 
<indexterm zone="EContact--im-groupwise-work-1"><primary>EContact:im-groupwise-work-1</primary></indexterm>
1147
 
<programlisting>  &quot;im-groupwise-work-1&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1148
 
<para>GroupWise Work Screen Name 1.</para><para>Default value: NULL</para>
1149
 
</refsect2>
1150
 
<refsect2 id="EContact--im-groupwise-work-2" role="property"><title>The <literal>&quot;im-groupwise-work-2&quot;</literal> property</title>
1151
 
<indexterm zone="EContact--im-groupwise-work-2"><primary>EContact:im-groupwise-work-2</primary></indexterm>
1152
 
<programlisting>  &quot;im-groupwise-work-2&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1153
 
<para>GroupWise Work Screen Name 2.</para><para>Default value: NULL</para>
1154
 
</refsect2>
1155
 
<refsect2 id="EContact--im-groupwise-work-3" role="property"><title>The <literal>&quot;im-groupwise-work-3&quot;</literal> property</title>
1156
 
<indexterm zone="EContact--im-groupwise-work-3"><primary>EContact:im-groupwise-work-3</primary></indexterm>
1157
 
<programlisting>  &quot;im-groupwise-work-3&quot;      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1158
 
<para>GroupWise Work Screen Name 3.</para><para>Default value: NULL</para>
1159
 
</refsect2>
1160
 
<refsect2 id="EContact--im-icq" role="property"><title>The <literal>&quot;im-icq&quot;</literal> property</title>
1161
 
<indexterm zone="EContact--im-icq"><primary>EContact:im-icq</primary></indexterm>
1162
 
<programlisting>  &quot;im-icq&quot;                   <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1163
 
<para>ICQ Id List.</para></refsect2>
1164
 
<refsect2 id="EContact--im-icq-home-1" role="property"><title>The <literal>&quot;im-icq-home-1&quot;</literal> property</title>
1165
 
<indexterm zone="EContact--im-icq-home-1"><primary>EContact:im-icq-home-1</primary></indexterm>
1166
 
<programlisting>  &quot;im-icq-home-1&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1167
 
<para>ICQ Home Id 1.</para><para>Default value: NULL</para>
1168
 
</refsect2>
1169
 
<refsect2 id="EContact--im-icq-home-2" role="property"><title>The <literal>&quot;im-icq-home-2&quot;</literal> property</title>
1170
 
<indexterm zone="EContact--im-icq-home-2"><primary>EContact:im-icq-home-2</primary></indexterm>
1171
 
<programlisting>  &quot;im-icq-home-2&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1172
 
<para>ICQ Home Id 2.</para><para>Default value: NULL</para>
1173
 
</refsect2>
1174
 
<refsect2 id="EContact--im-icq-home-3" role="property"><title>The <literal>&quot;im-icq-home-3&quot;</literal> property</title>
1175
 
<indexterm zone="EContact--im-icq-home-3"><primary>EContact:im-icq-home-3</primary></indexterm>
1176
 
<programlisting>  &quot;im-icq-home-3&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1177
 
<para>ICQ Home Id 3.</para><para>Default value: NULL</para>
1178
 
</refsect2>
1179
 
<refsect2 id="EContact--im-icq-work-1" role="property"><title>The <literal>&quot;im-icq-work-1&quot;</literal> property</title>
1180
 
<indexterm zone="EContact--im-icq-work-1"><primary>EContact:im-icq-work-1</primary></indexterm>
1181
 
<programlisting>  &quot;im-icq-work-1&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1182
 
<para>ICQ Work Id 1.</para><para>Default value: NULL</para>
1183
 
</refsect2>
1184
 
<refsect2 id="EContact--im-icq-work-2" role="property"><title>The <literal>&quot;im-icq-work-2&quot;</literal> property</title>
1185
 
<indexterm zone="EContact--im-icq-work-2"><primary>EContact:im-icq-work-2</primary></indexterm>
1186
 
<programlisting>  &quot;im-icq-work-2&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1187
 
<para>ICQ Work Id 2.</para><para>Default value: NULL</para>
1188
 
</refsect2>
1189
 
<refsect2 id="EContact--im-icq-work-3" role="property"><title>The <literal>&quot;im-icq-work-3&quot;</literal> property</title>
1190
 
<indexterm zone="EContact--im-icq-work-3"><primary>EContact:im-icq-work-3</primary></indexterm>
1191
 
<programlisting>  &quot;im-icq-work-3&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1192
 
<para>ICQ Work Id 3.</para><para>Default value: NULL</para>
1193
 
</refsect2>
1194
 
<refsect2 id="EContact--im-jabber" role="property"><title>The <literal>&quot;im-jabber&quot;</literal> property</title>
1195
 
<indexterm zone="EContact--im-jabber"><primary>EContact:im-jabber</primary></indexterm>
1196
 
<programlisting>  &quot;im-jabber&quot;                <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1197
 
<para>Jabber Id List.</para></refsect2>
1198
 
<refsect2 id="EContact--im-jabber-home-1" role="property"><title>The <literal>&quot;im-jabber-home-1&quot;</literal> property</title>
1199
 
<indexterm zone="EContact--im-jabber-home-1"><primary>EContact:im-jabber-home-1</primary></indexterm>
1200
 
<programlisting>  &quot;im-jabber-home-1&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1201
 
<para>Jabber Home Id 1.</para><para>Default value: NULL</para>
1202
 
</refsect2>
1203
 
<refsect2 id="EContact--im-jabber-home-2" role="property"><title>The <literal>&quot;im-jabber-home-2&quot;</literal> property</title>
1204
 
<indexterm zone="EContact--im-jabber-home-2"><primary>EContact:im-jabber-home-2</primary></indexterm>
1205
 
<programlisting>  &quot;im-jabber-home-2&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1206
 
<para>Jabber Home Id 2.</para><para>Default value: NULL</para>
1207
 
</refsect2>
1208
 
<refsect2 id="EContact--im-jabber-home-3" role="property"><title>The <literal>&quot;im-jabber-home-3&quot;</literal> property</title>
1209
 
<indexterm zone="EContact--im-jabber-home-3"><primary>EContact:im-jabber-home-3</primary></indexterm>
1210
 
<programlisting>  &quot;im-jabber-home-3&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1211
 
<para>Jabber Home Id 3.</para><para>Default value: NULL</para>
1212
 
</refsect2>
1213
 
<refsect2 id="EContact--im-jabber-work-1" role="property"><title>The <literal>&quot;im-jabber-work-1&quot;</literal> property</title>
1214
 
<indexterm zone="EContact--im-jabber-work-1"><primary>EContact:im-jabber-work-1</primary></indexterm>
1215
 
<programlisting>  &quot;im-jabber-work-1&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1216
 
<para>Jabber Work Id 1.</para><para>Default value: NULL</para>
1217
 
</refsect2>
1218
 
<refsect2 id="EContact--im-jabber-work-2" role="property"><title>The <literal>&quot;im-jabber-work-2&quot;</literal> property</title>
1219
 
<indexterm zone="EContact--im-jabber-work-2"><primary>EContact:im-jabber-work-2</primary></indexterm>
1220
 
<programlisting>  &quot;im-jabber-work-2&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1221
 
<para>Jabber Work Id 3.</para><para>Default value: NULL</para>
1222
 
</refsect2>
1223
 
<refsect2 id="EContact--im-jabber-work-3" role="property"><title>The <literal>&quot;im-jabber-work-3&quot;</literal> property</title>
1224
 
<indexterm zone="EContact--im-jabber-work-3"><primary>EContact:im-jabber-work-3</primary></indexterm>
1225
 
<programlisting>  &quot;im-jabber-work-3&quot;         <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1226
 
<para>Jabber Work Id 2.</para><para>Default value: NULL</para>
1227
 
</refsect2>
1228
 
<refsect2 id="EContact--im-msn" role="property"><title>The <literal>&quot;im-msn&quot;</literal> property</title>
1229
 
<indexterm zone="EContact--im-msn"><primary>EContact:im-msn</primary></indexterm>
1230
 
<programlisting>  &quot;im-msn&quot;                   <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1231
 
<para>MSN Screen Name List.</para></refsect2>
1232
 
<refsect2 id="EContact--im-msn-home-1" role="property"><title>The <literal>&quot;im-msn-home-1&quot;</literal> property</title>
1233
 
<indexterm zone="EContact--im-msn-home-1"><primary>EContact:im-msn-home-1</primary></indexterm>
1234
 
<programlisting>  &quot;im-msn-home-1&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1235
 
<para>MSN Home Screen Name 1.</para><para>Default value: NULL</para>
1236
 
</refsect2>
1237
 
<refsect2 id="EContact--im-msn-home-2" role="property"><title>The <literal>&quot;im-msn-home-2&quot;</literal> property</title>
1238
 
<indexterm zone="EContact--im-msn-home-2"><primary>EContact:im-msn-home-2</primary></indexterm>
1239
 
<programlisting>  &quot;im-msn-home-2&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1240
 
<para>MSN Home Screen Name 2.</para><para>Default value: NULL</para>
1241
 
</refsect2>
1242
 
<refsect2 id="EContact--im-msn-home-3" role="property"><title>The <literal>&quot;im-msn-home-3&quot;</literal> property</title>
1243
 
<indexterm zone="EContact--im-msn-home-3"><primary>EContact:im-msn-home-3</primary></indexterm>
1244
 
<programlisting>  &quot;im-msn-home-3&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1245
 
<para>MSN Home Screen Name 3.</para><para>Default value: NULL</para>
1246
 
</refsect2>
1247
 
<refsect2 id="EContact--im-msn-work-1" role="property"><title>The <literal>&quot;im-msn-work-1&quot;</literal> property</title>
1248
 
<indexterm zone="EContact--im-msn-work-1"><primary>EContact:im-msn-work-1</primary></indexterm>
1249
 
<programlisting>  &quot;im-msn-work-1&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1250
 
<para>MSN Work Screen Name 1.</para><para>Default value: NULL</para>
1251
 
</refsect2>
1252
 
<refsect2 id="EContact--im-msn-work-2" role="property"><title>The <literal>&quot;im-msn-work-2&quot;</literal> property</title>
1253
 
<indexterm zone="EContact--im-msn-work-2"><primary>EContact:im-msn-work-2</primary></indexterm>
1254
 
<programlisting>  &quot;im-msn-work-2&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1255
 
<para>MSN Work Screen Name 2.</para><para>Default value: NULL</para>
1256
 
</refsect2>
1257
 
<refsect2 id="EContact--im-msn-work-3" role="property"><title>The <literal>&quot;im-msn-work-3&quot;</literal> property</title>
1258
 
<indexterm zone="EContact--im-msn-work-3"><primary>EContact:im-msn-work-3</primary></indexterm>
1259
 
<programlisting>  &quot;im-msn-work-3&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1260
 
<para>MSN Work Screen Name 3.</para><para>Default value: NULL</para>
1261
 
</refsect2>
1262
 
<refsect2 id="EContact--im-skype" role="property"><title>The <literal>&quot;im-skype&quot;</literal> property</title>
1263
 
<indexterm zone="EContact--im-skype"><primary>EContact:im-skype</primary></indexterm>
1264
 
<programlisting>  &quot;im-skype&quot;                 <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1265
 
<para>Skype Name List.</para></refsect2>
1266
 
<refsect2 id="EContact--im-skype-home-1" role="property"><title>The <literal>&quot;im-skype-home-1&quot;</literal> property</title>
1267
 
<indexterm zone="EContact--im-skype-home-1"><primary>EContact:im-skype-home-1</primary></indexterm>
1268
 
<programlisting>  &quot;im-skype-home-1&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1269
 
<para>Skype Home Name 1.</para><para>Default value: NULL</para>
1270
 
</refsect2>
1271
 
<refsect2 id="EContact--im-skype-home-2" role="property"><title>The <literal>&quot;im-skype-home-2&quot;</literal> property</title>
1272
 
<indexterm zone="EContact--im-skype-home-2"><primary>EContact:im-skype-home-2</primary></indexterm>
1273
 
<programlisting>  &quot;im-skype-home-2&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1274
 
<para>Skype Home Name 2.</para><para>Default value: NULL</para>
1275
 
</refsect2>
1276
 
<refsect2 id="EContact--im-skype-home-3" role="property"><title>The <literal>&quot;im-skype-home-3&quot;</literal> property</title>
1277
 
<indexterm zone="EContact--im-skype-home-3"><primary>EContact:im-skype-home-3</primary></indexterm>
1278
 
<programlisting>  &quot;im-skype-home-3&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1279
 
<para>Skype Home Name 3.</para><para>Default value: NULL</para>
1280
 
</refsect2>
1281
 
<refsect2 id="EContact--im-skype-work-1" role="property"><title>The <literal>&quot;im-skype-work-1&quot;</literal> property</title>
1282
 
<indexterm zone="EContact--im-skype-work-1"><primary>EContact:im-skype-work-1</primary></indexterm>
1283
 
<programlisting>  &quot;im-skype-work-1&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1284
 
<para>Skype Work Name 1.</para><para>Default value: NULL</para>
1285
 
</refsect2>
1286
 
<refsect2 id="EContact--im-skype-work-2" role="property"><title>The <literal>&quot;im-skype-work-2&quot;</literal> property</title>
1287
 
<indexterm zone="EContact--im-skype-work-2"><primary>EContact:im-skype-work-2</primary></indexterm>
1288
 
<programlisting>  &quot;im-skype-work-2&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1289
 
<para>Skype Work Name 2.</para><para>Default value: NULL</para>
1290
 
</refsect2>
1291
 
<refsect2 id="EContact--im-skype-work-3" role="property"><title>The <literal>&quot;im-skype-work-3&quot;</literal> property</title>
1292
 
<indexterm zone="EContact--im-skype-work-3"><primary>EContact:im-skype-work-3</primary></indexterm>
1293
 
<programlisting>  &quot;im-skype-work-3&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1294
 
<para>Skype Work Name 3.</para><para>Default value: NULL</para>
1295
 
</refsect2>
1296
 
<refsect2 id="EContact--im-yahoo" role="property"><title>The <literal>&quot;im-yahoo&quot;</literal> property</title>
1297
 
<indexterm zone="EContact--im-yahoo"><primary>EContact:im-yahoo</primary></indexterm>
1298
 
<programlisting>  &quot;im-yahoo&quot;                 <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1299
 
<para>Yahoo! Screen Name List.</para></refsect2>
1300
 
<refsect2 id="EContact--im-yahoo-home-1" role="property"><title>The <literal>&quot;im-yahoo-home-1&quot;</literal> property</title>
1301
 
<indexterm zone="EContact--im-yahoo-home-1"><primary>EContact:im-yahoo-home-1</primary></indexterm>
1302
 
<programlisting>  &quot;im-yahoo-home-1&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1303
 
<para>Yahoo! Home Screen Name 1.</para><para>Default value: NULL</para>
1304
 
</refsect2>
1305
 
<refsect2 id="EContact--im-yahoo-home-2" role="property"><title>The <literal>&quot;im-yahoo-home-2&quot;</literal> property</title>
1306
 
<indexterm zone="EContact--im-yahoo-home-2"><primary>EContact:im-yahoo-home-2</primary></indexterm>
1307
 
<programlisting>  &quot;im-yahoo-home-2&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1308
 
<para>Yahoo! Home Screen Name 2.</para><para>Default value: NULL</para>
1309
 
</refsect2>
1310
 
<refsect2 id="EContact--im-yahoo-home-3" role="property"><title>The <literal>&quot;im-yahoo-home-3&quot;</literal> property</title>
1311
 
<indexterm zone="EContact--im-yahoo-home-3"><primary>EContact:im-yahoo-home-3</primary></indexterm>
1312
 
<programlisting>  &quot;im-yahoo-home-3&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1313
 
<para>Yahoo! Home Screen Name 3.</para><para>Default value: NULL</para>
1314
 
</refsect2>
1315
 
<refsect2 id="EContact--im-yahoo-work-1" role="property"><title>The <literal>&quot;im-yahoo-work-1&quot;</literal> property</title>
1316
 
<indexterm zone="EContact--im-yahoo-work-1"><primary>EContact:im-yahoo-work-1</primary></indexterm>
1317
 
<programlisting>  &quot;im-yahoo-work-1&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1318
 
<para>Yahoo! Work Screen Name 1.</para><para>Default value: NULL</para>
1319
 
</refsect2>
1320
 
<refsect2 id="EContact--im-yahoo-work-2" role="property"><title>The <literal>&quot;im-yahoo-work-2&quot;</literal> property</title>
1321
 
<indexterm zone="EContact--im-yahoo-work-2"><primary>EContact:im-yahoo-work-2</primary></indexterm>
1322
 
<programlisting>  &quot;im-yahoo-work-2&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1323
 
<para>Yahoo! Work Screen Name 2.</para><para>Default value: NULL</para>
1324
 
</refsect2>
1325
 
<refsect2 id="EContact--im-yahoo-work-3" role="property"><title>The <literal>&quot;im-yahoo-work-3&quot;</literal> property</title>
1326
 
<indexterm zone="EContact--im-yahoo-work-3"><primary>EContact:im-yahoo-work-3</primary></indexterm>
1327
 
<programlisting>  &quot;im-yahoo-work-3&quot;          <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1328
 
<para>Yahoo! Work Screen Name 3.</para><para>Default value: NULL</para>
1329
 
</refsect2>
1330
 
<refsect2 id="EContact--isdn-phone" role="property"><title>The <literal>&quot;isdn-phone&quot;</literal> property</title>
1331
 
<indexterm zone="EContact--isdn-phone"><primary>EContact:isdn-phone</primary></indexterm>
1332
 
<programlisting>  &quot;isdn-phone&quot;               <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1333
 
<para>ISDN.</para><para>Default value: NULL</para>
1334
 
</refsect2>
1335
 
<refsect2 id="EContact--list" role="property"><title>The <literal>&quot;list&quot;</literal> property</title>
1336
 
<indexterm zone="EContact--list"><primary>EContact:list</primary></indexterm>
1337
 
<programlisting>  &quot;list&quot;                     <link linkend="gboolean"><type>gboolean</type></link>              : Read / Write</programlisting>
1338
 
<para>List.</para><para>Default value: FALSE</para>
1339
 
</refsect2>
1340
 
<refsect2 id="EContact--list-show-addresses" role="property"><title>The <literal>&quot;list-show-addresses&quot;</literal> property</title>
1341
 
<indexterm zone="EContact--list-show-addresses"><primary>EContact:list-show-addresses</primary></indexterm>
1342
 
<programlisting>  &quot;list-show-addresses&quot;      <link linkend="gboolean"><type>gboolean</type></link>              : Read / Write</programlisting>
1343
 
<para>List Show Addresses.</para><para>Default value: FALSE</para>
1344
 
</refsect2>
1345
 
<refsect2 id="EContact--logo" role="property"><title>The <literal>&quot;logo&quot;</literal> property</title>
1346
 
<indexterm zone="EContact--logo"><primary>EContact:logo</primary></indexterm>
1347
 
<programlisting>  &quot;logo&quot;                     <link linkend="EContactPhoto"><type>EContactPhoto</type></link>*        : Read / Write</programlisting>
1348
 
<para>Logo.</para></refsect2>
1349
 
<refsect2 id="EContact--mailer" role="property"><title>The <literal>&quot;mailer&quot;</literal> property</title>
1350
 
<indexterm zone="EContact--mailer"><primary>EContact:mailer</primary></indexterm>
1351
 
<programlisting>  &quot;mailer&quot;                   <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1352
 
<para>Mailer.</para><para>Default value: NULL</para>
1353
 
</refsect2>
1354
 
<refsect2 id="EContact--manager" role="property"><title>The <literal>&quot;manager&quot;</literal> property</title>
1355
 
<indexterm zone="EContact--manager"><primary>EContact:manager</primary></indexterm>
1356
 
<programlisting>  &quot;manager&quot;                  <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1357
 
<para>Manager.</para><para>Default value: NULL</para>
1358
 
</refsect2>
1359
 
<refsect2 id="EContact--mobile-phone" role="property"><title>The <literal>&quot;mobile-phone&quot;</literal> property</title>
1360
 
<indexterm zone="EContact--mobile-phone"><primary>EContact:mobile-phone</primary></indexterm>
1361
 
<programlisting>  &quot;mobile-phone&quot;             <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1362
 
<para>Mobile Phone.</para><para>Default value: NULL</para>
1363
 
</refsect2>
1364
 
<refsect2 id="EContact--name" role="property"><title>The <literal>&quot;name&quot;</literal> property</title>
1365
 
<indexterm zone="EContact--name"><primary>EContact:name</primary></indexterm>
1366
 
<programlisting>  &quot;name&quot;                     <link linkend="EContactName"><type>EContactName</type></link>*         : Read / Write</programlisting>
1367
 
<para>Name.</para></refsect2>
1368
 
<refsect2 id="EContact--name-or-org" role="property"><title>The <literal>&quot;name-or-org&quot;</literal> property</title>
1369
 
<indexterm zone="EContact--name-or-org"><primary>EContact:name-or-org</primary></indexterm>
1370
 
<programlisting>  &quot;name-or-org&quot;              <link linkend="gchar"><type>gchar</type></link>*                : Read</programlisting>
1371
 
<para>Name or Org.</para><para>Default value: NULL</para>
1372
 
</refsect2>
1373
 
<refsect2 id="EContact--nickname" role="property"><title>The <literal>&quot;nickname&quot;</literal> property</title>
1374
 
<indexterm zone="EContact--nickname"><primary>EContact:nickname</primary></indexterm>
1375
 
<programlisting>  &quot;nickname&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1376
 
<para>Nickname.</para><para>Default value: NULL</para>
1377
 
</refsect2>
1378
 
<refsect2 id="EContact--note" role="property"><title>The <literal>&quot;note&quot;</literal> property</title>
1379
 
<indexterm zone="EContact--note"><primary>EContact:note</primary></indexterm>
1380
 
<programlisting>  &quot;note&quot;                     <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1381
 
<para>Note.</para><para>Default value: NULL</para>
1382
 
</refsect2>
1383
 
<refsect2 id="EContact--office" role="property"><title>The <literal>&quot;office&quot;</literal> property</title>
1384
 
<indexterm zone="EContact--office"><primary>EContact:office</primary></indexterm>
1385
 
<programlisting>  &quot;office&quot;                   <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1386
 
<para>Office.</para><para>Default value: NULL</para>
1387
 
</refsect2>
1388
 
<refsect2 id="EContact--org" role="property"><title>The <literal>&quot;org&quot;</literal> property</title>
1389
 
<indexterm zone="EContact--org"><primary>EContact:org</primary></indexterm>
1390
 
<programlisting>  &quot;org&quot;                      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1391
 
<para>Organization.</para><para>Default value: NULL</para>
1392
 
</refsect2>
1393
 
<refsect2 id="EContact--org-unit" role="property"><title>The <literal>&quot;org-unit&quot;</literal> property</title>
1394
 
<indexterm zone="EContact--org-unit"><primary>EContact:org-unit</primary></indexterm>
1395
 
<programlisting>  &quot;org-unit&quot;                 <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1396
 
<para>Organizational Unit.</para><para>Default value: NULL</para>
1397
 
</refsect2>
1398
 
<refsect2 id="EContact--other-fax" role="property"><title>The <literal>&quot;other-fax&quot;</literal> property</title>
1399
 
<indexterm zone="EContact--other-fax"><primary>EContact:other-fax</primary></indexterm>
1400
 
<programlisting>  &quot;other-fax&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1401
 
<para>Other Fax.</para><para>Default value: NULL</para>
1402
 
</refsect2>
1403
 
<refsect2 id="EContact--other-phone" role="property"><title>The <literal>&quot;other-phone&quot;</literal> property</title>
1404
 
<indexterm zone="EContact--other-phone"><primary>EContact:other-phone</primary></indexterm>
1405
 
<programlisting>  &quot;other-phone&quot;              <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1406
 
<para>Other Phone.</para><para>Default value: NULL</para>
1407
 
</refsect2>
1408
 
<refsect2 id="EContact--pager" role="property"><title>The <literal>&quot;pager&quot;</literal> property</title>
1409
 
<indexterm zone="EContact--pager"><primary>EContact:pager</primary></indexterm>
1410
 
<programlisting>  &quot;pager&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1411
 
<para>Pager.</para><para>Default value: NULL</para>
1412
 
</refsect2>
1413
 
<refsect2 id="EContact--phone" role="property"><title>The <literal>&quot;phone&quot;</literal> property</title>
1414
 
<indexterm zone="EContact--phone"><primary>EContact:phone</primary></indexterm>
1415
 
<programlisting>  &quot;phone&quot;                    <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1416
 
<para>Telephone.</para></refsect2>
1417
 
<refsect2 id="EContact--photo" role="property"><title>The <literal>&quot;photo&quot;</literal> property</title>
1418
 
<indexterm zone="EContact--photo"><primary>EContact:photo</primary></indexterm>
1419
 
<programlisting>  &quot;photo&quot;                    <link linkend="EContactPhoto"><type>EContactPhoto</type></link>*        : Read / Write</programlisting>
1420
 
<para>Photo.</para></refsect2>
1421
 
<refsect2 id="EContact--primary-phone" role="property"><title>The <literal>&quot;primary-phone&quot;</literal> property</title>
1422
 
<indexterm zone="EContact--primary-phone"><primary>EContact:primary-phone</primary></indexterm>
1423
 
<programlisting>  &quot;primary-phone&quot;            <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1424
 
<para>Primary Phone.</para><para>Default value: NULL</para>
1425
 
</refsect2>
1426
 
<refsect2 id="EContact--radio" role="property"><title>The <literal>&quot;radio&quot;</literal> property</title>
1427
 
<indexterm zone="EContact--radio"><primary>EContact:radio</primary></indexterm>
1428
 
<programlisting>  &quot;radio&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1429
 
<para>Radio.</para><para>Default value: NULL</para>
1430
 
</refsect2>
1431
 
<refsect2 id="EContact--role" role="property"><title>The <literal>&quot;role&quot;</literal> property</title>
1432
 
<indexterm zone="EContact--role"><primary>EContact:role</primary></indexterm>
1433
 
<programlisting>  &quot;role&quot;                     <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1434
 
<para>Role.</para><para>Default value: NULL</para>
1435
 
</refsect2>
1436
 
<refsect2 id="EContact--sip" role="property"><title>The <literal>&quot;sip&quot;</literal> property</title>
1437
 
<indexterm zone="EContact--sip"><primary>EContact:sip</primary></indexterm>
1438
 
<programlisting>  &quot;sip&quot;                      <link linkend="gpointer"><type>gpointer</type></link>              : Read / Write</programlisting>
1439
 
<para>SIP address.</para></refsect2>
1440
 
<refsect2 id="EContact--spouse" role="property"><title>The <literal>&quot;spouse&quot;</literal> property</title>
1441
 
<indexterm zone="EContact--spouse"><primary>EContact:spouse</primary></indexterm>
1442
 
<programlisting>  &quot;spouse&quot;                   <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1443
 
<para>Spouse's Name.</para><para>Default value: NULL</para>
1444
 
</refsect2>
1445
 
<refsect2 id="EContact--telex" role="property"><title>The <literal>&quot;telex&quot;</literal> property</title>
1446
 
<indexterm zone="EContact--telex"><primary>EContact:telex</primary></indexterm>
1447
 
<programlisting>  &quot;telex&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1448
 
<para>Telex.</para><para>Default value: NULL</para>
1449
 
</refsect2>
1450
 
<refsect2 id="EContact--title" role="property"><title>The <literal>&quot;title&quot;</literal> property</title>
1451
 
<indexterm zone="EContact--title"><primary>EContact:title</primary></indexterm>
1452
 
<programlisting>  &quot;title&quot;                    <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1453
 
<para>Title.</para><para>Default value: NULL</para>
1454
 
</refsect2>
1455
 
<refsect2 id="EContact--tty" role="property"><title>The <literal>&quot;tty&quot;</literal> property</title>
1456
 
<indexterm zone="EContact--tty"><primary>EContact:tty</primary></indexterm>
1457
 
<programlisting>  &quot;tty&quot;                      <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1458
 
<para>TTY.</para><para>Default value: NULL</para>
1459
 
</refsect2>
1460
 
<refsect2 id="EContact--video-url" role="property"><title>The <literal>&quot;video-url&quot;</literal> property</title>
1461
 
<indexterm zone="EContact--video-url"><primary>EContact:video-url</primary></indexterm>
1462
 
<programlisting>  &quot;video-url&quot;                <link linkend="gchar"><type>gchar</type></link>*                : Read / Write</programlisting>
1463
 
<para>Video Conferencing URL.</para><para>Default value: NULL</para>
1464
 
</refsect2>
1465
 
<refsect2 id="EContact--wants-html" role="property"><title>The <literal>&quot;wants-html&quot;</literal> property</title>
1466
 
<indexterm zone="EContact--wants-html"><primary>EContact:wants-html</primary></indexterm>
1467
 
<programlisting>  &quot;wants-html&quot;               <link linkend="gboolean"><type>gboolean</type></link>              : Read / Write</programlisting>
1468
 
<para>Wants HTML Mail.</para><para>Default value: FALSE</para>
1469
 
</refsect2>
1470
 
<refsect2 id="EContact--x509Cert" role="property"><title>The <literal>&quot;x509Cert&quot;</literal> property</title>
1471
 
<indexterm zone="EContact--x509Cert"><primary>EContact:x509Cert</primary></indexterm>
1472
 
<programlisting>  &quot;x509Cert&quot;                 <link linkend="EContactCert"><type>EContactCert</type></link>*         : Read / Write</programlisting>
1473
 
<para>X.509 Certificate.</para></refsect2>
1474
 
</refsect1>
1475
 
<refsect1 id="EContact.see-also">
1476
 
<title>See Also</title>
1477
 
<para>
1478
 
<link linkend="e-vcard"><type>e-vcard</type></link>
1479
 
</para>
1480
 
</refsect1>
1481
 
 
1482
 
</refentry>