403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/gtk-doc/html/libebook/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/gtk-doc/html/libebook/EVCard.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EVCard</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Address Book Client (libebook)">
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Address Book Client (libebook)">
<link rel="prev" href="EBookViewListener.html" title="EBookViewListener">
<link rel="next" href="EContact.html" title="EContact">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Evolution-Data-Server Manual: Address Book Client (libebook)">
<link rel="index" href="ix01.html" title="Index">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="EBookViewListener.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Evolution-Data-Server Manual: Address Book Client (libebook)</th>
<td><a accesskey="n" href="EContact.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#EVCard.synopsis" class="shortcut">Top</a>
                 | 
                <a href="#EVCard.description" class="shortcut">Description</a>
                 | 
                <a href="#EVCard.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry" title="EVCard">
<a name="EVCard"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="EVCard.top_of_page"></a>EVCard</span></h2>
<p>EVCard — Contact data in the VCard format.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="EVCard.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
                    <a class="link" href="EVCard.html#EVCard-struct" title="EVCard">EVCard</a>;
enum                <a class="link" href="EVCard.html#EVCardFormat" title="enum EVCardFormat">EVCardFormat</a>;
                    <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a>;
                    <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>;
<a class="link" href="EVCard.html" title="EVCard">EVCard</a>*             <a class="link" href="EVCard.html#e-vcard-new" title="e_vcard_new ()">e_vcard_new</a>                         (void);
<a class="link" href="EVCard.html" title="EVCard">EVCard</a>*             <a class="link" href="EVCard.html#e-vcard-new-from-string" title="e_vcard_new_from_string ()">e_vcard_new_from_string</a>             (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *str);
<a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *             <a class="link" href="EVCard.html#e-vcard-to-string" title="e_vcard_to_string ()">e_vcard_to_string</a>                   (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         <a class="link" href="EVCard.html#EVCardFormat" title="enum EVCardFormat">EVCardFormat</a> format);
void                <a class="link" href="EVCard.html#e-vcard-dump-structure" title="e_vcard_dump_structure ()">e_vcard_dump_structure</a>              (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc);
<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   <a class="link" href="EVCard.html#e-vcard-attribute-new" title="e_vcard_attribute_new ()">e_vcard_attribute_new</a>               (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *attr_group,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *attr_name);
void                <a class="link" href="EVCard.html#e-vcard-attribute-free" title="e_vcard_attribute_free ()">e_vcard_attribute_free</a>              (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   <a class="link" href="EVCard.html#e-vcard-attribute-copy" title="e_vcard_attribute_copy ()">e_vcard_attribute_copy</a>              (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
void                <a class="link" href="EVCard.html#e-vcard-remove-attributes" title="e_vcard_remove_attributes ()">e_vcard_remove_attributes</a>           (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *attr_group,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *attr_name);
void                <a class="link" href="EVCard.html#e-vcard-remove-attribute" title="e_vcard_remove_attribute ()">e_vcard_remove_attribute</a>            (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
void                <a class="link" href="EVCard.html#e-vcard-add-attribute" title="e_vcard_add_attribute ()">e_vcard_add_attribute</a>               (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
void                <a class="link" href="EVCard.html#e-vcard-add-attribute-with-value" title="e_vcard_add_attribute_with_value ()">e_vcard_add_attribute_with_value</a>    (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard,
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value);
void                <a class="link" href="EVCard.html#e-vcard-add-attribute-with-values" title="e_vcard_add_attribute_with_values ()">e_vcard_add_attribute_with_values</a>   (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard,
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         ...);
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-value" title="e_vcard_attribute_add_value ()">e_vcard_attribute_add_value</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value);
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-value-decoded" title="e_vcard_attribute_add_value_decoded ()">e_vcard_attribute_add_value_decoded</a> (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value,
                                                         <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> len);
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-values" title="e_vcard_attribute_add_values ()">e_vcard_attribute_add_values</a>        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         ...);
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-values" title="e_vcard_attribute_remove_values ()">e_vcard_attribute_remove_values</a>     (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-value" title="e_vcard_attribute_remove_value ()">e_vcard_attribute_remove_value</a>      (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *s);
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-params" title="e_vcard_attribute_remove_params ()">e_vcard_attribute_remove_params</a>     (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-param" title="e_vcard_attribute_remove_param ()">e_vcard_attribute_remove_param</a>      (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *param_name);
void                <a class="link" href="EVCard.html#e-vcard-attribute-remove-param-value" title="e_vcard_attribute_remove_param_value ()">e_vcard_attribute_remove_param_value</a>
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *param_name,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *s);
<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>* <a class="link" href="EVCard.html#e-vcard-attribute-param-new" title="e_vcard_attribute_param_new ()">e_vcard_attribute_param_new</a>       (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name);
void                <a class="link" href="EVCard.html#e-vcard-attribute-param-free" title="e_vcard_attribute_param_free ()">e_vcard_attribute_param_free</a>        (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>* <a class="link" href="EVCard.html#e-vcard-attribute-param-copy" title="e_vcard_attribute_param_copy ()">e_vcard_attribute_param_copy</a>      (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-param" title="e_vcard_attribute_add_param ()">e_vcard_attribute_add_param</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-param-with-value" title="e_vcard_attribute_add_param_with_value ()">e_vcard_attribute_add_param_with_value</a>
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value);
void                <a class="link" href="EVCard.html#e-vcard-attribute-add-param-with-values" title="e_vcard_attribute_add_param_with_values ()">e_vcard_attribute_add_param_with_values</a>
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
                                                         ...);
void                <a class="link" href="EVCard.html#e-vcard-attribute-param-add-value" title="e_vcard_attribute_param_add_value ()">e_vcard_attribute_param_add_value</a>   (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value);
void                <a class="link" href="EVCard.html#e-vcard-attribute-param-add-values" title="e_vcard_attribute_param_add_values ()">e_vcard_attribute_param_add_values</a>  (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
                                                         ...);
void                <a class="link" href="EVCard.html#e-vcard-attribute-param-remove-values" title="e_vcard_attribute_param_remove_values ()">e_vcard_attribute_param_remove_values</a>
                                                        (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *       <a class="link" href="EVCard.html#e-vcard-attribute-param-get-name" title="e_vcard_attribute_param_get_name ()">e_vcard_attribute_param_get_name</a>    (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
<a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-param-get-values" title="e_vcard_attribute_param_get_values ()">e_vcard_attribute_param_get_values</a>  (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);
<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   <a class="link" href="EVCard.html#e-vcard-get-attribute" title="e_vcard_get_attribute ()">e_vcard_get_attribute</a>               (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name);
<a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-get-attributes" title="e_vcard_get_attributes ()">e_vcard_get_attributes</a>              (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard);
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *       <a class="link" href="EVCard.html#e-vcard-attribute-get-group" title="e_vcard_attribute_get_group ()">e_vcard_attribute_get_group</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *       <a class="link" href="EVCard.html#e-vcard-attribute-get-name" title="e_vcard_attribute_get_name ()">e_vcard_attribute_get_name</a>          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
<a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-get-values" title="e_vcard_attribute_get_values ()">e_vcard_attribute_get_values</a>        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
<a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-get-values-decoded" title="e_vcard_attribute_get_values_decoded ()">e_vcard_attribute_get_values_decoded</a>
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
<a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-get-params" title="e_vcard_attribute_get_params ()">e_vcard_attribute_get_params</a>        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
<a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              <a class="link" href="EVCard.html#e-vcard-attribute-get-param" title="e_vcard_attribute_get_param ()">e_vcard_attribute_get_param</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name);
<a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *             <a class="link" href="EVCard.html#e-vcard-attribute-get-value" title="e_vcard_attribute_get_value ()">e_vcard_attribute_get_value</a>         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
<a
href="../glib/glib-Strings.html#GString"
>GString</a>*            <a class="link" href="EVCard.html#e-vcard-attribute-get-value-decoded" title="e_vcard_attribute_get_value_decoded ()">e_vcard_attribute_get_value_decoded</a> (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="EVCard.html#e-vcard-attribute-has-type" title="e_vcard_attribute_has_type ()">e_vcard_attribute_has_type</a>          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *typestr);
<a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            <a class="link" href="EVCard.html#e-vcard-attribute-is-single-valued" title="e_vcard_attribute_is_single_valued ()">e_vcard_attribute_is_single_valued</a>  (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);
<a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *             <a class="link" href="EVCard.html#e-vcard-escape-string" title="e_vcard_escape_string ()">e_vcard_escape_string</a>               (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *s);
<a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *             <a class="link" href="EVCard.html#e-vcard-unescape-string" title="e_vcard_unescape_string ()">e_vcard_unescape_string</a>             (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *s);
#define             <a class="link" href="EVCard.html#EVC-ADR--CAPS" title="EVC_ADR">EVC_ADR</a>
#define             <a class="link" href="EVCard.html#EVC-BDAY--CAPS" title="EVC_BDAY">EVC_BDAY</a>
#define             <a class="link" href="EVCard.html#EVC-CALURI--CAPS" title="EVC_CALURI">EVC_CALURI</a>
#define             <a class="link" href="EVCard.html#EVC-CATEGORIES--CAPS" title="EVC_CATEGORIES">EVC_CATEGORIES</a>
#define             <a class="link" href="EVCard.html#EVC-EMAIL--CAPS" title="EVC_EMAIL">EVC_EMAIL</a>
#define             <a class="link" href="EVCard.html#EVC-ENCODING--CAPS" title="EVC_ENCODING">EVC_ENCODING</a>
#define             <a class="link" href="EVCard.html#EVC-FBURL--CAPS" title="EVC_FBURL">EVC_FBURL</a>
#define             <a class="link" href="EVCard.html#EVC-FN--CAPS" title="EVC_FN">EVC_FN</a>
#define             <a class="link" href="EVCard.html#EVC-GEO--CAPS" title="EVC_GEO">EVC_GEO</a>
#define             <a class="link" href="EVCard.html#EVC-ICSCALENDAR--CAPS" title="EVC_ICSCALENDAR">EVC_ICSCALENDAR</a>
#define             <a class="link" href="EVCard.html#EVC-KEY--CAPS" title="EVC_KEY">EVC_KEY</a>
#define             <a class="link" href="EVCard.html#EVC-LABEL--CAPS" title="EVC_LABEL">EVC_LABEL</a>
#define             <a class="link" href="EVCard.html#EVC-LOGO--CAPS" title="EVC_LOGO">EVC_LOGO</a>
#define             <a class="link" href="EVCard.html#EVC-MAILER--CAPS" title="EVC_MAILER">EVC_MAILER</a>
#define             <a class="link" href="EVCard.html#EVC-NICKNAME--CAPS" title="EVC_NICKNAME">EVC_NICKNAME</a>
#define             <a class="link" href="EVCard.html#EVC-N--CAPS" title="EVC_N">EVC_N</a>
#define             <a class="link" href="EVCard.html#EVC-NOTE--CAPS" title="EVC_NOTE">EVC_NOTE</a>
#define             <a class="link" href="EVCard.html#EVC-ORG--CAPS" title="EVC_ORG">EVC_ORG</a>
#define             <a class="link" href="EVCard.html#EVC-PHOTO--CAPS" title="EVC_PHOTO">EVC_PHOTO</a>
#define             <a class="link" href="EVCard.html#EVC-PRODID--CAPS" title="EVC_PRODID">EVC_PRODID</a>
#define             <a class="link" href="EVCard.html#EVC-QUOTEDPRINTABLE--CAPS" title="EVC_QUOTEDPRINTABLE">EVC_QUOTEDPRINTABLE</a>
#define             <a class="link" href="EVCard.html#EVC-REV--CAPS" title="EVC_REV">EVC_REV</a>
#define             <a class="link" href="EVCard.html#EVC-ROLE--CAPS" title="EVC_ROLE">EVC_ROLE</a>
#define             <a class="link" href="EVCard.html#EVC-TEL--CAPS" title="EVC_TEL">EVC_TEL</a>
#define             <a class="link" href="EVCard.html#EVC-TITLE--CAPS" title="EVC_TITLE">EVC_TITLE</a>
#define             <a class="link" href="EVCard.html#EVC-TYPE--CAPS" title="EVC_TYPE">EVC_TYPE</a>
#define             <a class="link" href="EVCard.html#EVC-UID--CAPS" title="EVC_UID">EVC_UID</a>
#define             <a class="link" href="EVCard.html#EVC-URL--CAPS" title="EVC_URL">EVC_URL</a>
#define             <a class="link" href="EVCard.html#EVC-VALUE--CAPS" title="EVC_VALUE">EVC_VALUE</a>
#define             <a class="link" href="EVCard.html#EVC-VERSION--CAPS" title="EVC_VERSION">EVC_VERSION</a>
#define             <a class="link" href="EVCard.html#EVC-X-AIM--CAPS" title="EVC_X_AIM">EVC_X_AIM</a>
#define             <a class="link" href="EVCard.html#EVC-X-ANNIVERSARY--CAPS" title="EVC_X_ANNIVERSARY">EVC_X_ANNIVERSARY</a>
#define             <a class="link" href="EVCard.html#EVC-X-ASSISTANT--CAPS" title="EVC_X_ASSISTANT">EVC_X_ASSISTANT</a>
#define             <a class="link" href="EVCard.html#EVC-X-BIRTHDAY--CAPS" title="EVC_X_BIRTHDAY">EVC_X_BIRTHDAY</a>
#define             <a class="link" href="EVCard.html#EVC-X-BLOG-URL--CAPS" title="EVC_X_BLOG_URL">EVC_X_BLOG_URL</a>
#define             <a class="link" href="EVCard.html#EVC-X-FILE-AS--CAPS" title="EVC_X_FILE_AS">EVC_X_FILE_AS</a>
#define             <a class="link" href="EVCard.html#EVC-X-GADUGADU--CAPS" title="EVC_X_GADUGADU">EVC_X_GADUGADU</a>
#define             <a class="link" href="EVCard.html#EVC-X-ICQ--CAPS" title="EVC_X_ICQ">EVC_X_ICQ</a>
#define             <a class="link" href="EVCard.html#EVC-X-JABBER--CAPS" title="EVC_X_JABBER">EVC_X_JABBER</a>
#define             <a class="link" href="EVCard.html#EVC-X-LIST-SHOW-ADDRESSES--CAPS" title="EVC_X_LIST_SHOW_ADDRESSES">EVC_X_LIST_SHOW_ADDRESSES</a>
#define             <a class="link" href="EVCard.html#EVC-X-LIST--CAPS" title="EVC_X_LIST">EVC_X_LIST</a>
#define             <a class="link" href="EVCard.html#EVC-X-MANAGER--CAPS" title="EVC_X_MANAGER">EVC_X_MANAGER</a>
#define             <a class="link" href="EVCard.html#EVC-X-MSN--CAPS" title="EVC_X_MSN">EVC_X_MSN</a>
#define             <a class="link" href="EVCard.html#EVC-X-SKYPE--CAPS" title="EVC_X_SKYPE">EVC_X_SKYPE</a>
#define             <a class="link" href="EVCard.html#EVC-X-WANTS-HTML--CAPS" title="EVC_X_WANTS_HTML">EVC_X_WANTS_HTML</a>
#define             <a class="link" href="EVCard.html#EVC-X-YAHOO--CAPS" title="EVC_X_YAHOO">EVC_X_YAHOO</a>
#define             <a class="link" href="EVCard.html#EVC-X-BOOK-URI--CAPS" title="EVC_X_BOOK_URI">EVC_X_BOOK_URI</a>
#define             <a class="link" href="EVCard.html#EVC-X-CALLBACK--CAPS" title="EVC_X_CALLBACK">EVC_X_CALLBACK</a>
#define             <a class="link" href="EVCard.html#EVC-X-COMPANY--CAPS" title="EVC_X_COMPANY">EVC_X_COMPANY</a>
#define             <a class="link" href="EVCard.html#EVC-X-DEST-CONTACT-UID--CAPS" title="EVC_X_DEST_CONTACT_UID">EVC_X_DEST_CONTACT_UID</a>
#define             <a class="link" href="EVCard.html#EVC-X-DEST-EMAIL--CAPS" title="EVC_X_DEST_EMAIL">EVC_X_DEST_EMAIL</a>
#define             <a class="link" href="EVCard.html#EVC-X-DEST-EMAIL-NUM--CAPS" title="EVC_X_DEST_EMAIL_NUM">EVC_X_DEST_EMAIL_NUM</a>
#define             <a class="link" href="EVCard.html#EVC-X-DEST-HTML-MAIL--CAPS" title="EVC_X_DEST_HTML_MAIL">EVC_X_DEST_HTML_MAIL</a>
#define             <a class="link" href="EVCard.html#EVC-X-DEST-NAME--CAPS" title="EVC_X_DEST_NAME">EVC_X_DEST_NAME</a>
#define             <a class="link" href="EVCard.html#EVC-X-DEST-SOURCE-UID--CAPS" title="EVC_X_DEST_SOURCE_UID">EVC_X_DEST_SOURCE_UID</a>
#define             <a class="link" href="EVCard.html#EVC-X-GROUPWISE--CAPS" title="EVC_X_GROUPWISE">EVC_X_GROUPWISE</a>
#define             <a class="link" href="EVCard.html#EVC-X-RADIO--CAPS" title="EVC_X_RADIO">EVC_X_RADIO</a>
#define             <a class="link" href="EVCard.html#EVC-X-SIP--CAPS" title="EVC_X_SIP">EVC_X_SIP</a>
#define             <a class="link" href="EVCard.html#EVC-X-SPOUSE--CAPS" title="EVC_X_SPOUSE">EVC_X_SPOUSE</a>
#define             <a class="link" href="EVCard.html#EVC-X-TELEX--CAPS" title="EVC_X_TELEX">EVC_X_TELEX</a>
#define             <a class="link" href="EVCard.html#EVC-X-TTYTDD--CAPS" title="EVC_X_TTYTDD">EVC_X_TTYTDD</a>
#define             <a class="link" href="EVCard.html#EVC-X-VIDEO-URL--CAPS" title="EVC_X_VIDEO_URL">EVC_X_VIDEO_URL</a>
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="EVCard.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  <a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
   +----EVCard
         +----<a class="link" href="EContact.html" title="EContact">EContact</a>
</pre>
</div>
<div class="refsect1" title="Description">
<a name="EVCard.description"></a><h2>Description</h2>
<p>
Does the low-level parsing work for contact information. This data is more conveniently accessed through the EContact object.
</p>
</div>
<div class="refsect1" title="Details">
<a name="EVCard.details"></a><h2>Details</h2>
<div class="refsect2" title="EVCard">
<a name="EVCard-struct"></a><h3>EVCard</h3>
<pre class="programlisting">typedef struct _EVCard EVCard;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="enum EVCardFormat">
<a name="EVCardFormat"></a><h3>enum EVCardFormat</h3>
<pre class="programlisting">typedef enum {
	EVC_FORMAT_VCARD_21,
	EVC_FORMAT_VCARD_30
} EVCardFormat;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVCardAttribute">
<a name="EVCardAttribute"></a><h3>EVCardAttribute</h3>
<pre class="programlisting">typedef struct _EVCardAttribute EVCardAttribute;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVCardAttributeParam">
<a name="EVCardAttributeParam"></a><h3>EVCardAttributeParam</h3>
<pre class="programlisting">typedef struct _EVCardAttributeParam EVCardAttributeParam;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="e_vcard_new ()">
<a name="e-vcard-new"></a><h3>e_vcard_new ()</h3>
<pre class="programlisting"><a class="link" href="EVCard.html" title="EVCard">EVCard</a>*             e_vcard_new                         (void);</pre>
<p>
Creates a new, blank <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A new, blank <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a>.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_new_from_string ()">
<a name="e-vcard-new-from-string"></a><h3>e_vcard_new_from_string ()</h3>
<pre class="programlisting"><a class="link" href="EVCard.html" title="EVCard">EVCard</a>*             e_vcard_new_from_string             (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *str);</pre>
<p>
Creates a new <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a> from the passed-in string
representation.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
<td> a string representation of the vcard to create
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A new <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_to_string ()">
<a name="e-vcard-to-string"></a><h3>e_vcard_to_string ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *             e_vcard_to_string                   (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         <a class="link" href="EVCard.html#EVCardFormat" title="enum EVCardFormat">EVCardFormat</a> format);</pre>
<p>
Exports <em class="parameter"><code>evc</code></em> to a string representation, specified
by the <em class="parameter"><code>format</code></em> argument.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>evc</code></em> :</span></p></td>
<td> the <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a> to export
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
<td> the format to export to
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A newly allocated string representing the vcard.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_dump_structure ()">
<a name="e-vcard-dump-structure"></a><h3>e_vcard_dump_structure ()</h3>
<pre class="programlisting">void                e_vcard_dump_structure              (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc);</pre>
<p>
Prints a dump of <em class="parameter"><code>evc</code></em>'s structure to stdout. Used for
debugging.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>evc</code></em> :</span></p></td>
<td> the <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a> to dump
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_new ()">
<a name="e-vcard-attribute-new"></a><h3>e_vcard_attribute_new ()</h3>
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   e_vcard_attribute_new               (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *attr_group,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *attr_name);</pre>
<p>
Creates a new <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> with the specified group and
attribute names.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_group</code></em> :</span></p></td>
<td> a group name
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_name</code></em> :</span></p></td>
<td> an attribute name
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A new <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_free ()">
<a name="e-vcard-attribute-free"></a><h3>e_vcard_attribute_free ()</h3>
<pre class="programlisting">void                e_vcard_attribute_free              (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Frees an attribute, its values and its parameters.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> attribute to free
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_copy ()">
<a name="e-vcard-attribute-copy"></a><h3>e_vcard_attribute_copy ()</h3>
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   e_vcard_attribute_copy              (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Makes a copy of <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> attribute to copy
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A new <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> identical to <em class="parameter"><code>attr</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_remove_attributes ()">
<a name="e-vcard-remove-attributes"></a><h3>e_vcard_remove_attributes ()</h3>
<pre class="programlisting">void                e_vcard_remove_attributes           (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *attr_group,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *attr_name);</pre>
<p>
Removes all the attributes with group name and attribute name equal to
passed in values. If <em class="parameter"><code>attr_group</code></em> is <a
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
><code class="literal">NULL</code></a> or an empty string,
it removes all the attributes with passed in name irrespective of
their group names.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>evc</code></em> :</span></p></td>
<td> vcard object
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_group</code></em> :</span></p></td>
<td> group name of attributes to be removed
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr_name</code></em> :</span></p></td>
<td> name of the arributes to be removed
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_remove_attribute ()">
<a name="e-vcard-remove-attribute"></a><h3>e_vcard_remove_attribute ()</h3>
<pre class="programlisting">void                e_vcard_remove_attribute            (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Removes <em class="parameter"><code>attr</code></em> from <em class="parameter"><code>evc</code></em> and frees it.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>evc</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> to remove
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_add_attribute ()">
<a name="e-vcard-add-attribute"></a><h3>e_vcard_add_attribute ()</h3>
<pre class="programlisting">void                e_vcard_add_attribute               (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Adds <em class="parameter"><code>attr</code></em> to <em class="parameter"><code>evc</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>evc</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> to add
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_add_attribute_with_value ()">
<a name="e-vcard-add-attribute-with-value"></a><h3>e_vcard_add_attribute_with_value ()</h3>
<pre class="programlisting">void                e_vcard_add_attribute_with_value    (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard,
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value);</pre>
<p>
Adds <em class="parameter"><code>attr</code></em> to <em class="parameter"><code>evcard</code></em>, setting it to <em class="parameter"><code>value</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>evcard</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> to add
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td> a value to assign to the attribute
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_add_attribute_with_values ()">
<a name="e-vcard-add-attribute-with-values"></a><h3>e_vcard_add_attribute_with_values ()</h3>
<pre class="programlisting">void                e_vcard_add_attribute_with_values   (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard,
                                                         <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         ...);</pre>
<p>
Adds <em class="parameter"><code>attr</code></em> to <em class="parameter"><code>evcard</code></em>, assigning the list of values to it.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>evcard</code></em> :</span></p></td>
<td> an <em class="parameter"><code>EVCard</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> to add
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td> a <a
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
><code class="literal">NULL</code></a>-terminated list of values to assign to the attribute
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_add_value ()">
<a name="e-vcard-attribute-add-value"></a><h3>e_vcard_attribute_add_value ()</h3>
<pre class="programlisting">void                e_vcard_attribute_add_value         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value);</pre>
<p>
Adds <em class="parameter"><code>value</code></em> to <em class="parameter"><code>attr</code></em>'s list of values.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td> a string value
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_add_value_decoded ()">
<a name="e-vcard-attribute-add-value-decoded"></a><h3>e_vcard_attribute_add_value_decoded ()</h3>
<pre class="programlisting">void                e_vcard_attribute_add_value_decoded (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value,
                                                         <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> len);</pre>
<p>
Decodes <em class="parameter"><code>value</code></em> according to the encoding used for <em class="parameter"><code>attr</code></em>, and
adds it to <em class="parameter"><code>attr</code></em>'s list of values.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td> an encoded value
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>len</code></em> :</span></p></td>
<td> the length of the encoded value, in bytes
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_add_values ()">
<a name="e-vcard-attribute-add-values"></a><h3>e_vcard_attribute_add_values ()</h3>
<pre class="programlisting">void                e_vcard_attribute_add_values        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         ...);</pre>
<p>
Adds a list of values to <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td> a <a
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
><code class="literal">NULL</code></a>-terminated list of strings
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_remove_values ()">
<a name="e-vcard-attribute-remove-values"></a><h3>e_vcard_attribute_remove_values ()</h3>
<pre class="programlisting">void                e_vcard_attribute_remove_values     (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Removes all values from <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_remove_value ()">
<a name="e-vcard-attribute-remove-value"></a><h3>e_vcard_attribute_remove_value ()</h3>
<pre class="programlisting">void                e_vcard_attribute_remove_value      (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *s);</pre>
<p>
Removes from the value list in <em class="parameter"><code>attr</code></em> the value <em class="parameter"><code>s</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
<td> an value to remove
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_remove_params ()">
<a name="e-vcard-attribute-remove-params"></a><h3>e_vcard_attribute_remove_params ()</h3>
<pre class="programlisting">void                e_vcard_attribute_remove_params     (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Removes all parameters from <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_remove_param ()">
<a name="e-vcard-attribute-remove-param"></a><h3>e_vcard_attribute_remove_param ()</h3>
<pre class="programlisting">void                e_vcard_attribute_remove_param      (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *param_name);</pre>
<p>
Removes the parameter <em class="parameter"><code>param_name</code></em> from the attribute <em class="parameter"><code>attr</code></em>.
</p>
<p>
Since 1.11.3.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>param_name</code></em> :</span></p></td>
<td> a parameter name
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_remove_param_value ()">
<a name="e-vcard-attribute-remove-param-value"></a><h3>e_vcard_attribute_remove_param_value ()</h3>
<pre class="programlisting">void                e_vcard_attribute_remove_param_value
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *param_name,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *s);</pre>
<p>
Removes the value <em class="parameter"><code>s</code></em> from the parameter <em class="parameter"><code>param_name</code></em> on the attribute <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>param_name</code></em> :</span></p></td>
<td> a parameter name
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
<td> a value
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_param_new ()">
<a name="e-vcard-attribute-param-new"></a><h3>e_vcard_attribute_param_new ()</h3>
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>* e_vcard_attribute_param_new       (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name);</pre>
<p>
Creates a new parameter named <em class="parameter"><code>name</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> the name of the new parameter
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A new <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_param_free ()">
<a name="e-vcard-attribute-param-free"></a><h3>e_vcard_attribute_param_free ()</h3>
<pre class="programlisting">void                e_vcard_attribute_param_free        (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
<p>
Frees <em class="parameter"><code>param</code></em> and its values.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_param_copy ()">
<a name="e-vcard-attribute-param-copy"></a><h3>e_vcard_attribute_param_copy ()</h3>
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a>* e_vcard_attribute_param_copy      (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
<p>
Makes a copy of <em class="parameter"><code>param</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a new <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a> identical to <em class="parameter"><code>param</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_add_param ()">
<a name="e-vcard-attribute-add-param"></a><h3>e_vcard_attribute_add_param ()</h3>
<pre class="programlisting">void                e_vcard_attribute_add_param         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
<p>
Adds <em class="parameter"><code>param</code></em> to <em class="parameter"><code>attr</code></em>'s list of parameters.
It tests for duplicities, only new parameters are added,
when a new parameter already exists in attr, then those
values are merged, also without creating duplicities.
When we will not add whole param, then it's freed here.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a> to add
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_add_param_with_value ()">
<a name="e-vcard-attribute-add-param-with-value"></a><h3>e_vcard_attribute_add_param_with_value ()</h3>
<pre class="programlisting">void                e_vcard_attribute_add_param_with_value
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value);</pre>
<p>
Adds <em class="parameter"><code>value</code></em> to <em class="parameter"><code>param</code></em>, then adds <em class="parameter"><code>param</code></em> to <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td> a string value
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_add_param_with_values ()">
<a name="e-vcard-attribute-add-param-with-values"></a><h3>e_vcard_attribute_add_param_with_values ()</h3>
<pre class="programlisting">void                e_vcard_attribute_add_param_with_values
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
                                                         ...);</pre>
<p>
Adds the list of values to <em class="parameter"><code>param</code></em>, then adds <em class="parameter"><code>param</code></em>
to <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td> a <a
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
><code class="literal">NULL</code></a>-terminated list of strings
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_param_add_value ()">
<a name="e-vcard-attribute-param-add-value"></a><h3>e_vcard_attribute_param_add_value ()</h3>
<pre class="programlisting">void                e_vcard_attribute_param_add_value   (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *value);</pre>
<p>
Adds <em class="parameter"><code>value</code></em> to <em class="parameter"><code>param</code></em>'s list of values.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td> a string value to add
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_param_add_values ()">
<a name="e-vcard-attribute-param-add-values"></a><h3>e_vcard_attribute_param_add_values ()</h3>
<pre class="programlisting">void                e_vcard_attribute_param_add_values  (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param,
                                                         ...);</pre>
<p>
Adds a list of values to <em class="parameter"><code>param</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td> a <a
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
><code class="literal">NULL</code></a>-terminated list of strings
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_param_remove_values ()">
<a name="e-vcard-attribute-param-remove-values"></a><h3>e_vcard_attribute_param_remove_values ()</h3>
<pre class="programlisting">void                e_vcard_attribute_param_remove_values
                                                        (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
<p>
Removes and frees all values from <em class="parameter"><code>param</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_param_get_name ()">
<a name="e-vcard-attribute-param-get-name"></a><h3>e_vcard_attribute_param_get_name ()</h3>
<pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *       e_vcard_attribute_param_get_name    (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
<p>
Gets the name of <em class="parameter"><code>param</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The name of the parameter.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_param_get_values ()">
<a name="e-vcard-attribute-param-get-values"></a><h3>e_vcard_attribute_param_get_values ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              e_vcard_attribute_param_get_values  (<a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam">EVCardAttributeParam</a> *param);</pre>
<p>
Gets the list of values from <em class="parameter"><code>param</code></em>. The list and its
contents are owned by <em class="parameter"><code>param</code></em>, and must not be freed.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>param</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A list of string elements representing the parameter's values.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_get_attribute ()">
<a name="e-vcard-get-attribute"></a><h3>e_vcard_get_attribute ()</h3>
<pre class="programlisting"><a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *   e_vcard_get_attribute               (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evc,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name);</pre>
<p>
Get the attribute <em class="parameter"><code>name</code></em> from <em class="parameter"><code>evc</code></em>.  The <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> is owned by
<em class="parameter"><code>evcard</code></em> and should not be freed. If the attribute does not exist, <a
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
><span class="type">NULL</span></a> is
returned.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>evc</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> the name of the attribute to get
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> An <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a> if found, or <a
href="../glib/glib-Standard-Macros.html#NULL--CAPS"
><span class="type">NULL</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_get_attributes ()">
<a name="e-vcard-get-attributes"></a><h3>e_vcard_get_attributes ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              e_vcard_get_attributes              (<a class="link" href="EVCard.html" title="EVCard">EVCard</a> *evcard);</pre>
<p>
Gets the list of attributes from <em class="parameter"><code>evcard</code></em>. The list and its
contents are owned by <em class="parameter"><code>evcard</code></em>, and must not be freed.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>evcard</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html" title="EVCard"><span class="type">EVCard</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A list of attributes of type <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_get_group ()">
<a name="e-vcard-attribute-get-group"></a><h3>e_vcard_attribute_get_group ()</h3>
<pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *       e_vcard_attribute_get_group         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Gets the group name of <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The attribute's group name.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_get_name ()">
<a name="e-vcard-attribute-get-name"></a><h3>e_vcard_attribute_get_name ()</h3>
<pre class="programlisting">const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *       e_vcard_attribute_get_name          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Gets the name of <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The attribute's name.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_get_values ()">
<a name="e-vcard-attribute-get-values"></a><h3>e_vcard_attribute_get_values ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              e_vcard_attribute_get_values        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Gets the list of values from <em class="parameter"><code>attr</code></em>. The list and its
contents are owned by <em class="parameter"><code>attr</code></em>, and must not be freed.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A list of string values.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_get_values_decoded ()">
<a name="e-vcard-attribute-get-values-decoded"></a><h3>e_vcard_attribute_get_values_decoded ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              e_vcard_attribute_get_values_decoded
                                                        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Gets the list of values from <em class="parameter"><code>attr</code></em>, decoding them if
necessary. The list and its contents are owned by <em class="parameter"><code>attr</code></em>,
and must not be freed.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A list of values of type <a
href="../glib/glib-Strings.html#GString"
><span class="type">GString</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_get_params ()">
<a name="e-vcard-attribute-get-params"></a><h3>e_vcard_attribute_get_params ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              e_vcard_attribute_get_params        (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Gets the list of parameters from <em class="parameter"><code>attr</code></em>. The list and its
contents are owned by <em class="parameter"><code>attr</code></em>, and must not be freed.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A list of elements of type <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_get_param ()">
<a name="e-vcard-attribute-get-param"></a><h3>e_vcard_attribute_get_param ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Doubly-Linked-Lists.html#GList"
>GList</a>*              e_vcard_attribute_get_param         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *name);</pre>
<p>
Gets the list of values for the paramater <em class="parameter"><code>name</code></em> from <em class="parameter"><code>attr</code></em>. The list and its
contents are owned by <em class="parameter"><code>attr</code></em>, and must not be freed.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td> a parameter name
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A list of string elements representing the parameter's values.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_get_value ()">
<a name="e-vcard-attribute-get-value"></a><h3>e_vcard_attribute_get_value ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *             e_vcard_attribute_get_value         (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Gets the value of a single-valued <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>, <em class="parameter"><code>attr</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A newly allocated string representing the value.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_get_value_decoded ()">
<a name="e-vcard-attribute-get-value-decoded"></a><h3>e_vcard_attribute_get_value_decoded ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Strings.html#GString"
>GString</a>*            e_vcard_attribute_get_value_decoded (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Gets the value of a single-valued <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>, <em class="parameter"><code>attr</code></em>, decoding
it if necessary.
</p>
<p>
Note: this function seems currently to be unused. Could be removed.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A newly allocated <a
href="../glib/glib-Strings.html#GString"
><span class="type">GString</span></a> representing the value.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_has_type ()">
<a name="e-vcard-attribute-has-type"></a><h3>e_vcard_attribute_has_type ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            e_vcard_attribute_has_type          (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr,
                                                         const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *typestr);</pre>
<p>
Checks if <em class="parameter"><code>attr</code></em> has an <a class="link" href="EVCard.html#EVCardAttributeParam" title="EVCardAttributeParam"><span class="type">EVCardAttributeParam</span></a> of the specified type.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>typestr</code></em> :</span></p></td>
<td> a string representing the type
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a
href="../glib/glib-Standard-Macros.html#TRUE--CAPS"
><code class="literal">TRUE</code></a> if such a parameter exists, <a
href="../glib/glib-Standard-Macros.html#FALSE--CAPS"
><code class="literal">FALSE</code></a> otherwise.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_attribute_is_single_valued ()">
<a name="e-vcard-attribute-is-single-valued"></a><h3>e_vcard_attribute_is_single_valued ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a>            e_vcard_attribute_is_single_valued  (<a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute">EVCardAttribute</a> *attr);</pre>
<p>
Checks if <em class="parameter"><code>attr</code></em> has a single value.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>attr</code></em> :</span></p></td>
<td> an <a class="link" href="EVCard.html#EVCardAttribute" title="EVCardAttribute"><span class="type">EVCardAttribute</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> <a
href="../glib/glib-Standard-Macros.html#TRUE--CAPS"
><code class="literal">TRUE</code></a> if the attribute has exactly one value, <a
href="../glib/glib-Standard-Macros.html#FALSE--CAPS"
><code class="literal">FALSE</code></a> otherwise.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_escape_string ()">
<a name="e-vcard-escape-string"></a><h3>e_vcard_escape_string ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *             e_vcard_escape_string               (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *s);</pre>
<p>
Escapes a string according to RFC2426, section 5.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
<td> the string to escape
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A newly allocated, escaped string.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="e_vcard_unescape_string ()">
<a name="e-vcard-unescape-string"></a><h3>e_vcard_unescape_string ()</h3>
<pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *             e_vcard_unescape_string             (const <a
href="../glib/glib-Basic-Types.html#gchar"
>gchar</a> *s);</pre>
<p>
Unescapes a string according to RFC2426, section 5.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
<td> the string to unescape
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A newly allocated, unescaped string.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="EVC_ADR">
<a name="EVC-ADR--CAPS"></a><h3>EVC_ADR</h3>
<pre class="programlisting">#define EVC_ADR             "ADR"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_BDAY">
<a name="EVC-BDAY--CAPS"></a><h3>EVC_BDAY</h3>
<pre class="programlisting">#define EVC_BDAY            "BDAY"
</pre>
<p>
Birthday
</p>
</div>
<hr>
<div class="refsect2" title="EVC_CALURI">
<a name="EVC-CALURI--CAPS"></a><h3>EVC_CALURI</h3>
<pre class="programlisting">#define EVC_CALURI          "CALURI"
</pre>
<p>
Calendar URL
</p>
</div>
<hr>
<div class="refsect2" title="EVC_CATEGORIES">
<a name="EVC-CATEGORIES--CAPS"></a><h3>EVC_CATEGORIES</h3>
<pre class="programlisting">#define EVC_CATEGORIES      "CATEGORIES"
</pre>
<p>
Categories
</p>
</div>
<hr>
<div class="refsect2" title="EVC_EMAIL">
<a name="EVC-EMAIL--CAPS"></a><h3>EVC_EMAIL</h3>
<pre class="programlisting">#define EVC_EMAIL           "EMAIL"
</pre>
<p>
Email address
</p>
</div>
<hr>
<div class="refsect2" title="EVC_ENCODING">
<a name="EVC-ENCODING--CAPS"></a><h3>EVC_ENCODING</h3>
<pre class="programlisting">#define EVC_ENCODING        "ENCODING"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_FBURL">
<a name="EVC-FBURL--CAPS"></a><h3>EVC_FBURL</h3>
<pre class="programlisting">#define EVC_FBURL           "FBURL"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_FN">
<a name="EVC-FN--CAPS"></a><h3>EVC_FN</h3>
<pre class="programlisting">#define EVC_FN              "FN"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_GEO">
<a name="EVC-GEO--CAPS"></a><h3>EVC_GEO</h3>
<pre class="programlisting">#define EVC_GEO		    "GEO"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_ICSCALENDAR">
<a name="EVC-ICSCALENDAR--CAPS"></a><h3>EVC_ICSCALENDAR</h3>
<pre class="programlisting">#define EVC_ICSCALENDAR     "ICSCALENDAR" /* XXX should this be X-EVOLUTION-ICSCALENDAR? */
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_KEY">
<a name="EVC-KEY--CAPS"></a><h3>EVC_KEY</h3>
<pre class="programlisting">#define EVC_KEY             "KEY"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_LABEL">
<a name="EVC-LABEL--CAPS"></a><h3>EVC_LABEL</h3>
<pre class="programlisting">#define EVC_LABEL           "LABEL"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_LOGO">
<a name="EVC-LOGO--CAPS"></a><h3>EVC_LOGO</h3>
<pre class="programlisting">#define EVC_LOGO            "LOGO"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_MAILER">
<a name="EVC-MAILER--CAPS"></a><h3>EVC_MAILER</h3>
<pre class="programlisting">#define EVC_MAILER          "MAILER"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_NICKNAME">
<a name="EVC-NICKNAME--CAPS"></a><h3>EVC_NICKNAME</h3>
<pre class="programlisting">#define EVC_NICKNAME        "NICKNAME"
</pre>
<p>
Nickname
</p>
</div>
<hr>
<div class="refsect2" title="EVC_N">
<a name="EVC-N--CAPS"></a><h3>EVC_N</h3>
<pre class="programlisting">#define EVC_N               "N"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_NOTE">
<a name="EVC-NOTE--CAPS"></a><h3>EVC_NOTE</h3>
<pre class="programlisting">#define EVC_NOTE            "NOTE"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_ORG">
<a name="EVC-ORG--CAPS"></a><h3>EVC_ORG</h3>
<pre class="programlisting">#define EVC_ORG             "ORG"
</pre>
<p>
Organisation
</p>
</div>
<hr>
<div class="refsect2" title="EVC_PHOTO">
<a name="EVC-PHOTO--CAPS"></a><h3>EVC_PHOTO</h3>
<pre class="programlisting">#define EVC_PHOTO           "PHOTO"
</pre>
<p>
Photo
</p>
</div>
<hr>
<div class="refsect2" title="EVC_PRODID">
<a name="EVC-PRODID--CAPS"></a><h3>EVC_PRODID</h3>
<pre class="programlisting">#define EVC_PRODID          "PRODID"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_QUOTEDPRINTABLE">
<a name="EVC-QUOTEDPRINTABLE--CAPS"></a><h3>EVC_QUOTEDPRINTABLE</h3>
<pre class="programlisting">#define EVC_QUOTEDPRINTABLE "QUOTED-PRINTABLE"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_REV">
<a name="EVC-REV--CAPS"></a><h3>EVC_REV</h3>
<pre class="programlisting">#define EVC_REV             "REV"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_ROLE">
<a name="EVC-ROLE--CAPS"></a><h3>EVC_ROLE</h3>
<pre class="programlisting">#define EVC_ROLE            "ROLE"
</pre>
<p>
Role
</p>
</div>
<hr>
<div class="refsect2" title="EVC_TEL">
<a name="EVC-TEL--CAPS"></a><h3>EVC_TEL</h3>
<pre class="programlisting">#define EVC_TEL             "TEL"
</pre>
<p>
Telephone
</p>
</div>
<hr>
<div class="refsect2" title="EVC_TITLE">
<a name="EVC-TITLE--CAPS"></a><h3>EVC_TITLE</h3>
<pre class="programlisting">#define EVC_TITLE           "TITLE"
</pre>
<p>
Title
</p>
</div>
<hr>
<div class="refsect2" title="EVC_TYPE">
<a name="EVC-TYPE--CAPS"></a><h3>EVC_TYPE</h3>
<pre class="programlisting">#define EVC_TYPE            "TYPE"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_UID">
<a name="EVC-UID--CAPS"></a><h3>EVC_UID</h3>
<pre class="programlisting">#define EVC_UID             "UID"
</pre>
<p>
Unique ID
</p>
</div>
<hr>
<div class="refsect2" title="EVC_URL">
<a name="EVC-URL--CAPS"></a><h3>EVC_URL</h3>
<pre class="programlisting">#define EVC_URL             "URL"
</pre>
<p>
Home page URL
</p>
</div>
<hr>
<div class="refsect2" title="EVC_VALUE">
<a name="EVC-VALUE--CAPS"></a><h3>EVC_VALUE</h3>
<pre class="programlisting">#define EVC_VALUE           "VALUE"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_VERSION">
<a name="EVC-VERSION--CAPS"></a><h3>EVC_VERSION</h3>
<pre class="programlisting">#define EVC_VERSION         "VERSION"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_AIM">
<a name="EVC-X-AIM--CAPS"></a><h3>EVC_X_AIM</h3>
<pre class="programlisting">#define EVC_X_AIM              "X-AIM"
</pre>
<p>
AIM ID
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_ANNIVERSARY">
<a name="EVC-X-ANNIVERSARY--CAPS"></a><h3>EVC_X_ANNIVERSARY</h3>
<pre class="programlisting">#define EVC_X_ANNIVERSARY      "X-EVOLUTION-ANNIVERSARY"
</pre>
<p>
Wedding anniversary
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_ASSISTANT">
<a name="EVC-X-ASSISTANT--CAPS"></a><h3>EVC_X_ASSISTANT</h3>
<pre class="programlisting">#define EVC_X_ASSISTANT        "X-EVOLUTION-ASSISTANT"
</pre>
<p>
Assistant
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_BIRTHDAY">
<a name="EVC-X-BIRTHDAY--CAPS"></a><h3>EVC_X_BIRTHDAY</h3>
<pre class="programlisting">#define EVC_X_BIRTHDAY         "X-EVOLUTION-BIRTHDAY"
</pre>
<p>
Birthday
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_BLOG_URL">
<a name="EVC-X-BLOG-URL--CAPS"></a><h3>EVC_X_BLOG_URL</h3>
<pre class="programlisting">#define EVC_X_BLOG_URL         "X-EVOLUTION-BLOG-URL"
</pre>
<p>
Blog URL
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_FILE_AS">
<a name="EVC-X-FILE-AS--CAPS"></a><h3>EVC_X_FILE_AS</h3>
<pre class="programlisting">#define EVC_X_FILE_AS          "X-EVOLUTION-FILE-AS"
</pre>
<p>
File As
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_GADUGADU">
<a name="EVC-X-GADUGADU--CAPS"></a><h3>EVC_X_GADUGADU</h3>
<pre class="programlisting">#define EVC_X_GADUGADU          "X-GADUGADU"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_ICQ">
<a name="EVC-X-ICQ--CAPS"></a><h3>EVC_X_ICQ</h3>
<pre class="programlisting">#define EVC_X_ICQ              "X-ICQ"
</pre>
<p>
ICQ number
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_JABBER">
<a name="EVC-X-JABBER--CAPS"></a><h3>EVC_X_JABBER</h3>
<pre class="programlisting">#define EVC_X_JABBER           "X-JABBER"
</pre>
<p>
Jabber ID
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_LIST_SHOW_ADDRESSES">
<a name="EVC-X-LIST-SHOW-ADDRESSES--CAPS"></a><h3>EVC_X_LIST_SHOW_ADDRESSES</h3>
<pre class="programlisting">#define EVC_X_LIST_SHOW_ADDRESSES "X-EVOLUTION-LIST-SHOW_ADDRESSES"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_LIST">
<a name="EVC-X-LIST--CAPS"></a><h3>EVC_X_LIST</h3>
<pre class="programlisting">#define EVC_X_LIST		"X-EVOLUTION-LIST"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_MANAGER">
<a name="EVC-X-MANAGER--CAPS"></a><h3>EVC_X_MANAGER</h3>
<pre class="programlisting">#define EVC_X_MANAGER	"X-EVOLUTION-MANAGER"
</pre>
<p>
Mananger
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_MSN">
<a name="EVC-X-MSN--CAPS"></a><h3>EVC_X_MSN</h3>
<pre class="programlisting">#define EVC_X_MSN		"X-MSN"
</pre>
<p>
MSN ID
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_SKYPE">
<a name="EVC-X-SKYPE--CAPS"></a><h3>EVC_X_SKYPE</h3>
<pre class="programlisting">#define EVC_X_SKYPE		"X-SKYPE"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_WANTS_HTML">
<a name="EVC-X-WANTS-HTML--CAPS"></a><h3>EVC_X_WANTS_HTML</h3>
<pre class="programlisting">#define EVC_X_WANTS_HTML	"X-MOZILLA-HTML"
</pre>
<p>
Wants HTML mail
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_YAHOO">
<a name="EVC-X-YAHOO--CAPS"></a><h3>EVC_X_YAHOO</h3>
<pre class="programlisting">#define EVC_X_YAHOO		"X-YAHOO"
</pre>
<p>
Yahoo ID
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_BOOK_URI">
<a name="EVC-X-BOOK-URI--CAPS"></a><h3>EVC_X_BOOK_URI</h3>
<pre class="programlisting">#define EVC_X_BOOK_URI	"X-EVOLUTION-BOOK-URI"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_CALLBACK">
<a name="EVC-X-CALLBACK--CAPS"></a><h3>EVC_X_CALLBACK</h3>
<pre class="programlisting">#define EVC_X_CALLBACK         "X-EVOLUTION-CALLBACK"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_COMPANY">
<a name="EVC-X-COMPANY--CAPS"></a><h3>EVC_X_COMPANY</h3>
<pre class="programlisting">#define EVC_X_COMPANY          "X-EVOLUTION-COMPANY"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_DEST_CONTACT_UID">
<a name="EVC-X-DEST-CONTACT-UID--CAPS"></a><h3>EVC_X_DEST_CONTACT_UID</h3>
<pre class="programlisting">#define EVC_X_DEST_CONTACT_UID "X-EVOLUTION-DEST-CONTACT-UID"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_DEST_EMAIL">
<a name="EVC-X-DEST-EMAIL--CAPS"></a><h3>EVC_X_DEST_EMAIL</h3>
<pre class="programlisting">#define EVC_X_DEST_EMAIL       "X-EVOLUTION-DEST-EMAIL"
</pre>
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">EVC_X_DEST_EMAIL</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_DEST_EMAIL_NUM">
<a name="EVC-X-DEST-EMAIL-NUM--CAPS"></a><h3>EVC_X_DEST_EMAIL_NUM</h3>
<pre class="programlisting">#define EVC_X_DEST_EMAIL_NUM   "X-EVOLUTION-DEST-EMAIL-NUM"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_DEST_HTML_MAIL">
<a name="EVC-X-DEST-HTML-MAIL--CAPS"></a><h3>EVC_X_DEST_HTML_MAIL</h3>
<pre class="programlisting">#define EVC_X_DEST_HTML_MAIL   "X-EVOLUTION-DEST-HTML-MAIL"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_DEST_NAME">
<a name="EVC-X-DEST-NAME--CAPS"></a><h3>EVC_X_DEST_NAME</h3>
<pre class="programlisting">#define EVC_X_DEST_NAME        "X-EVOLUTION-DEST-NAME"
</pre>
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">EVC_X_DEST_NAME</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_DEST_SOURCE_UID">
<a name="EVC-X-DEST-SOURCE-UID--CAPS"></a><h3>EVC_X_DEST_SOURCE_UID</h3>
<pre class="programlisting">#define EVC_X_DEST_SOURCE_UID  "X-EVOLUTION-DEST-SOURCE-UID"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_GROUPWISE">
<a name="EVC-X-GROUPWISE--CAPS"></a><h3>EVC_X_GROUPWISE</h3>
<pre class="programlisting">#define EVC_X_GROUPWISE	"X-GROUPWISE"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_RADIO">
<a name="EVC-X-RADIO--CAPS"></a><h3>EVC_X_RADIO</h3>
<pre class="programlisting">#define EVC_X_RADIO		"X-EVOLUTION-RADIO"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_SIP">
<a name="EVC-X-SIP--CAPS"></a><h3>EVC_X_SIP</h3>
<pre class="programlisting">#define EVC_X_SIP		"X-SIP"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_SPOUSE">
<a name="EVC-X-SPOUSE--CAPS"></a><h3>EVC_X_SPOUSE</h3>
<pre class="programlisting">#define EVC_X_SPOUSE		"X-EVOLUTION-SPOUSE"
</pre>
<p>
Spouse
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_TELEX">
<a name="EVC-X-TELEX--CAPS"></a><h3>EVC_X_TELEX</h3>
<pre class="programlisting">#define EVC_X_TELEX		"X-EVOLUTION-TELEX"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_TTYTDD">
<a name="EVC-X-TTYTDD--CAPS"></a><h3>EVC_X_TTYTDD</h3>
<pre class="programlisting">#define EVC_X_TTYTDD		"X-EVOLUTION-TTYTDD"
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" title="EVC_X_VIDEO_URL">
<a name="EVC-X-VIDEO-URL--CAPS"></a><h3>EVC_X_VIDEO_URL</h3>
<pre class="programlisting">#define EVC_X_VIDEO_URL	"X-EVOLUTION-VIDEO-URL"
</pre>
<p>
</p>
</div>
</div>
<div class="refsect1" title="See Also">
<a name="EVCard.see-also"></a><h2>See Also</h2>
<p>
<span class="type">e-contact</span>
</p>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.11</div>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit