[evolution-data-server] Migrating documentation into new libebook-contacts book.



commit 61884525d2204a3333acbac5d5467d2d2a646a2f
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Mon Feb 18 16:55:37 2013 +0900

    Migrating documentation into new libebook-contacts book.
    
    This documentation splitup was missed in the recent libebook / libebook-contacts
    library splitup.

 configure.ac                                       |    1 +
 docs/reference/addressbook/Makefile.am             |    2 +-
 .../addressbook/libebook-contacts/Makefile.am      |   45 +++
 .../libebook-contacts/libebook-contacts-docs.sgml  |   82 +++++
 .../libebook-contacts-sections.txt                 |  335 ++++++++++++++++++++
 .../libebook-contacts/libebook-contacts.types      |   16 +
 .../addressbook/libebook/libebook-docs.sgml        |    7 -
 .../addressbook/libebook/libebook-sections.txt     |  319 -------------------
 docs/reference/addressbook/libebook/libebook.types |    3 -
 9 files changed, 480 insertions(+), 330 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 21f71be..7147e56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1746,6 +1746,7 @@ docs/Makefile
 docs/reference/Makefile
 docs/reference/addressbook/Makefile
 docs/reference/addressbook/libebook/Makefile
+docs/reference/addressbook/libebook-contacts/Makefile
 docs/reference/addressbook/libedata-book/Makefile
 docs/reference/calendar/Makefile
 docs/reference/calendar/libecal/Makefile
diff --git a/docs/reference/addressbook/Makefile.am b/docs/reference/addressbook/Makefile.am
index 4ceede1..95fdf96 100644
--- a/docs/reference/addressbook/Makefile.am
+++ b/docs/reference/addressbook/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = libebook libedata-book
+SUBDIRS = libebook-contacts libebook libedata-book
 
 -include $(top_srcdir)/git.mk
diff --git a/docs/reference/addressbook/libebook-contacts/Makefile.am 
b/docs/reference/addressbook/libebook-contacts/Makefile.am
new file mode 100644
index 0000000..b54bdd3
--- /dev/null
+++ b/docs/reference/addressbook/libebook-contacts/Makefile.am
@@ -0,0 +1,45 @@
+# The name of the module.
+DOC_MODULE = libebook-contacts
+
+# The top-level SGML file.
+DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
+
+# Extra options to supply to gtkdoc-mkdb
+# We must enable the SGML mode so that we can have HTML tables
+# in the documentation (e.g. to illustrate phone number matching).
+MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=e
+
+# Extra options to supply to gtkdoc-scan
+SCAN_OPTIONS = --deprecated-guards="EDS_DISABLE_DEPRECATED"
+
+# The directory containing the source code. Relative to $(srcdir).
+DOC_SOURCE_DIR = $(top_srcdir)/addressbook/libebook-contacts
+
+# Used for dependencies. The docs will be rebuilt if any of these change.
+HFILE_GLOB = $(top_srcdir)/addressbook/libebook-contacts/*.h
+CFILE_GLOB = $(top_srcdir)/addressbook/libebook-contacts/*.c
+
+IGNORE_HFILES = \
+       e-book-contacts-enumtypes.h     \
+       e-book-contacts-marshal.h
+
+GTKDOC_CFLAGS = \
+       -I$(top_srcdir)                                 \
+       -I$(top_srcdir)/addressbook                     \
+       -I$(top_builddir)                               \
+       -I$(top_builddir)/addressbook                   \
+       $(EVOLUTION_ADDRESSBOOK_CFLAGS)                 \
+       $(CAMEL_CFLAGS)
+
+GTKDOC_LIBS = \
+       $(top_builddir)/addressbook/libebook-contacts/libebook-contacts-1.2.la  \
+       $(top_builddir)/libedataserver/libedataserver-1.2.la    \
+       $(EVOLUTION_ADDRESSBOOK_LIBS)                           \
+       $(CAMEL_LIBS)
+
+# This includes the standard gtk-doc make rules, copied by gtkdocize.
+include $(top_srcdir)/gtk-doc.make
+
+#TESTS = $(GTKDOC_CHECK)
+
+-include $(top_srcdir)/git.mk
diff --git a/docs/reference/addressbook/libebook-contacts/libebook-contacts-docs.sgml 
b/docs/reference/addressbook/libebook-contacts/libebook-contacts-docs.sgml
new file mode 100644
index 0000000..9b1fa74
--- /dev/null
+++ b/docs/reference/addressbook/libebook-contacts/libebook-contacts-docs.sgml
@@ -0,0 +1,82 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
+<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
+]>
+<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude";>
+  <bookinfo>
+    <title>Evolution-Data-Server Manual: Address Book Data (libebook-contacts)</title>
+  </bookinfo>
+
+  <chapter>
+    <title>Evolution-Data-Server Manual: Address Book Data (libebook-contacts)</title>
+    <xi:include href="xml/e-book-query.xml"/>
+    <xi:include href="xml/e-book-contacts-types.xml"/>
+    <xi:include href="xml/e-vcard.xml"/>
+    <xi:include href="xml/e-contact.xml"/>
+    <xi:include href="xml/e-address-western.xml"/>
+    <xi:include href="xml/e-name-western.xml"/>
+    <xi:include href="xml/e-source-backend-summary-setup.xml"/>
+    <xi:include href="xml/e-phone-number.xml"/>
+  </chapter>
+
+  <index id="api-index-full">
+    <title>Index</title>
+    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-deprecated" role="deprecated">
+    <title>Index of deprecated symbols</title>
+    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.8" role="3.8">
+    <title>Index of new symbols in 3.8</title>
+    <xi:include href="xml/api-index-3.8.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.6" role="3.6">
+    <title>Index of new symbols in 3.6</title>
+    <xi:include href="xml/api-index-3.6.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.4" role="3.4">
+    <title>Index of new symbols in 3.4</title>
+    <xi:include href="xml/api-index-3.4.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.2" role="3.2">
+    <title>Index of new symbols in 3.2</title>
+    <xi:include href="xml/api-index-3.2.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-3.0" role="3.0">
+    <title>Index of new symbols in 3.0</title>
+    <xi:include href="xml/api-index-3.0.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.32" role="2.32">
+    <title>Index of new symbols in 2.32</title>
+    <xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.30" role="2.30">
+    <title>Index of new symbols in 2.30</title>
+    <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.28" role="2.28">
+    <title>Index of new symbols in 2.28</title>
+    <xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.26" role="2.26">
+    <title>Index of new symbols in 2.26</title>
+    <xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.24" role="2.24">
+    <title>Index of new symbols in 2.24</title>
+    <xi:include href="xml/api-index-2.24.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-2.22" role="2.22">
+    <title>Index of new symbols in 2.22</title>
+    <xi:include href="xml/api-index-2.22.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-1.12" role="1.12">
+    <title>Index of new symbols in 1.12</title>
+    <xi:include href="xml/api-index-1.12.xml"><xi:fallback /></xi:include>
+  </index>
+
+  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+
+</book>
diff --git a/docs/reference/addressbook/libebook-contacts/libebook-contacts-sections.txt 
b/docs/reference/addressbook/libebook-contacts/libebook-contacts-sections.txt
new file mode 100644
index 0000000..4e30d4c
--- /dev/null
+++ b/docs/reference/addressbook/libebook-contacts/libebook-contacts-sections.txt
@@ -0,0 +1,335 @@
+<SECTION>
+<FILE>e-address-western</FILE>
+<TITLE>EAddressWestern</TITLE>
+EAddressWestern
+e_address_western_parse
+e_address_western_free
+</SECTION>
+
+<SECTION>
+<FILE>e-book-contacts-types</FILE>
+E_BOOK_CLIENT_ERROR
+EBookClientViewFlags
+EBookClientError
+EDataBookStatus
+EBookViewStatus
+EBookChangeType
+EBookChange
+EBookIndexType
+e_book_client_error_quark
+e_book_client_error_to_string
+e_book_client_error_create
+</SECTION>
+
+<SECTION>
+<FILE>e-book-query</FILE>
+<TITLE>EBookQuery</TITLE>
+EBookQueryTest
+EBookQuery
+e_book_query_from_string
+e_book_query_to_string
+e_book_query_ref
+e_book_query_unref
+e_book_query_and
+e_book_query_andv
+e_book_query_or
+e_book_query_orv
+e_book_query_not
+e_book_query_field_exists
+e_book_query_vcard_field_exists
+e_book_query_field_test
+e_book_query_vcard_field_test
+e_book_query_any_field_contains
+e_book_query_copy
+<SUBSECTION Standard>
+E_TYPE_BOOK_QUERY
+e_book_query_get_type
+</SECTION>
+
+<SECTION>
+<FILE>e-contact</FILE>
+<TITLE>EContact</TITLE>
+EContactField
+EContactName
+EContactGeo
+EContactPhotoType
+EContactPhoto
+EContactAddress
+EContactDate
+EContactCert
+EContact
+EContactClass
+e_contact_new
+e_contact_new_from_vcard
+e_contact_new_from_vcard_with_uid
+e_contact_duplicate
+e_contact_get
+e_contact_get_const
+e_contact_set
+e_contact_get_attributes
+e_contact_set_attributes
+e_contact_date_new
+e_contact_date_from_string
+e_contact_date_to_string
+e_contact_date_equal
+e_contact_date_free
+e_contact_name_new
+e_contact_name_to_string
+e_contact_name_from_string
+e_contact_name_copy
+e_contact_name_free
+e_contact_photo_new
+e_contact_photo_free
+e_contact_photo_get_inlined
+e_contact_photo_set_inlined
+e_contact_photo_get_mime_type
+e_contact_photo_set_mime_type
+e_contact_photo_get_uri
+e_contact_photo_set_uri
+e_contact_inline_local_photos
+e_contact_geo_new
+e_contact_geo_free
+e_contact_cert_new
+e_contact_cert_free
+e_contact_address_new
+e_contact_address_free
+e_contact_attr_list_copy
+e_contact_attr_list_free
+e_contact_field_type
+e_contact_field_name
+e_contact_pretty_name
+e_contact_vcard_attribute
+e_contact_field_id
+e_contact_field_id_from_vcard
+<SUBSECTION Standard>
+EContactPrivate
+E_CONTACT
+E_CONTACT_CLASS
+E_CONTACT_GET_CLASS
+E_IS_CONTACT
+E_IS_CONTACT_CLASS
+E_TYPE_CONTACT
+E_TYPE_CONTACT_ADDRESS
+E_TYPE_CONTACT_ATTR_LIST
+E_TYPE_CONTACT_CERT
+E_TYPE_CONTACT_DATE
+E_TYPE_CONTACT_NAME
+E_TYPE_CONTACT_PHOTO
+e_contact_address_get_type
+e_contact_attr_list_get_type
+e_contact_cert_get_type
+e_contact_date_get_type
+e_contact_geo_get_type
+e_contact_get_type
+e_contact_name_get_type
+e_contact_photo_get_type
+</SECTION>
+
+<SECTION>
+<FILE>e-name-western</FILE>
+<TITLE>ENameWestern</TITLE>
+ENameWestern
+e_name_western_parse
+e_name_western_free
+</SECTION>
+
+<SECTION>
+<FILE>e-phone-number</FILE>
+<TITLE>EPhoneNumber</TITLE>
+E_PHONE_NUMBER_ERROR
+EPhoneNumber
+EPhoneNumberFormat
+EPhoneNumberMatch
+EPhoneNumberError
+EPhoneNumberCountrySource
+e_phone_number_error_quark
+e_phone_number_is_supported
+e_phone_number_get_country_code_for_region
+e_phone_number_get_default_region
+e_phone_number_from_string
+e_phone_number_to_string
+e_phone_number_get_country_code
+e_phone_number_get_national_number
+e_phone_number_compare
+e_phone_number_compare_strings
+e_phone_number_copy
+e_phone_number_free
+<SUBSECTION Standard>
+E_TYPE_PHONE_NUMBER
+e_phone_number_get_type
+</SECTION>
+
+<SECTION>
+<FILE>e-phone-number-private</FILE>
+E_PHONE_NUMBER_LOCAL
+</SECTION>
+
+<SECTION>
+<FILE>e-source-backend-summary-setup</FILE>
+<TITLE>ESourceBackendSummarySetup</TITLE>
+E_SOURCE_EXTENSION_BACKEND_SUMMARY_SETUP
+ESourceBackendSummarySetup
+ESourceBackendSummarySetupClass
+e_source_backend_summary_setup_get_summary_fields
+e_source_backend_summary_setup_set_summary_fieldsv
+e_source_backend_summary_setup_set_summary_fields
+e_source_backend_summary_setup_get_indexed_fields
+e_source_backend_summary_setup_set_indexed_fieldsv
+e_source_backend_summary_setup_set_indexed_fields
+<SUBSECTION Standard>
+ESourceBackendSummarySetupPrivate
+E_IS_SOURCE_BACKEND_SUMMARY_SETUP
+E_IS_SOURCE_BACKEND_SUMMARY_SETUP_CLASS
+E_SOURCE_BACKEND_SUMMARY_SETUP
+E_SOURCE_BACKEND_SUMMARY_SETUP_CLASS
+E_SOURCE_BACKEND_SUMMARY_SETUP_GET_CLASS
+E_TYPE_SOURCE_BACKEND_SUMMARY_SETUP
+e_source_backend_summary_setup_get_type
+</SECTION>
+
+<SECTION>
+<FILE>e-vcard</FILE>
+<TITLE>EVCard</TITLE>
+EVC_ADR
+EVC_BDAY
+EVC_CALURI
+EVC_CATEGORIES
+EVC_EMAIL
+EVC_ENCODING
+EVC_FBURL
+EVC_FN
+EVC_GEO
+EVC_ICSCALENDAR
+EVC_KEY
+EVC_LABEL
+EVC_LOGO
+EVC_MAILER
+EVC_NICKNAME
+EVC_N
+EVC_NOTE
+EVC_ORG
+EVC_PHOTO
+EVC_PRODID
+EVC_QUOTEDPRINTABLE
+EVC_REV
+EVC_ROLE
+EVC_TEL
+EVC_TITLE
+EVC_TYPE
+EVC_UID
+EVC_URL
+EVC_VALUE
+EVC_VERSION
+EVC_X_AIM
+EVC_X_ANNIVERSARY
+EVC_X_ASSISTANT
+EVC_X_BIRTHDAY
+EVC_X_BLOG_URL
+EVC_X_CALLBACK
+EVC_X_COMPANY
+EVC_X_DEST_CONTACT_UID
+EVC_X_DEST_EMAIL_NUM
+EVC_X_DEST_HTML_MAIL
+EVC_X_DEST_SOURCE_UID
+EVC_X_E164
+EVC_X_FILE_AS
+EVC_X_GADUGADU
+EVC_X_GROUPWISE
+EVC_X_ICQ
+EVC_X_JABBER
+EVC_X_LIST_SHOW_ADDRESSES
+EVC_X_LIST
+EVC_X_LIST_NAME
+EVC_X_MANAGER
+EVC_X_MSN
+EVC_X_RADIO
+EVC_X_SKYPE
+EVC_X_GOOGLE_TALK
+EVC_X_TWITTER
+EVC_X_SIP
+EVC_X_SPOUSE
+EVC_X_TELEX
+EVC_X_TTYTDD
+EVC_X_VIDEO_URL
+EVC_X_WANTS_HTML
+EVC_X_YAHOO
+EVC_X_BOOK_UID
+EVC_CONTACT_LIST
+EVC_PARENT_CL
+EVC_CL_UID
+EVC_X_DEST_EMAIL
+EVC_X_DEST_NAME
+EVCardFormat
+E_TYPE_VCARD_PARAM_ATTRIBUTE
+E_VCARD_21_VALID_PROPERTIES
+E_VCARD_21_VALID_PARAMETERS
+EVCard
+EVCardClass
+e_vcard_construct
+e_vcard_construct_with_uid
+e_vcard_new
+e_vcard_new_from_string
+e_vcard_is_parsed
+e_vcard_to_string
+e_vcard_dump_structure
+e_vcard_attribute_new
+e_vcard_attribute_free
+e_vcard_attribute_copy
+e_vcard_remove_attributes
+e_vcard_remove_attribute
+e_vcard_append_attribute
+e_vcard_append_attribute_with_value
+e_vcard_append_attribute_with_values
+e_vcard_add_attribute
+e_vcard_add_attribute_with_value
+e_vcard_add_attribute_with_values
+e_vcard_attribute_add_value
+e_vcard_attribute_add_value_decoded
+e_vcard_attribute_add_values
+e_vcard_attribute_remove_value
+e_vcard_attribute_remove_values
+e_vcard_attribute_remove_params
+e_vcard_attribute_remove_param
+e_vcard_attribute_remove_param_value
+e_vcard_attribute_param_new
+e_vcard_attribute_param_free
+e_vcard_attribute_param_copy
+e_vcard_attribute_add_param
+e_vcard_attribute_add_param_with_value
+e_vcard_attribute_add_param_with_values
+e_vcard_attribute_param_add_value
+e_vcard_attribute_param_add_values
+e_vcard_attribute_param_remove_values
+e_vcard_get_attribute
+e_vcard_get_attribute_if_parsed
+e_vcard_get_attributes
+e_vcard_attribute_get_group
+e_vcard_attribute_get_name
+e_vcard_attribute_get_values
+e_vcard_attribute_get_values_decoded
+e_vcard_attribute_is_single_valued
+e_vcard_attribute_get_value
+e_vcard_attribute_get_value_decoded
+e_vcard_attribute_get_params
+e_vcard_attribute_get_param
+e_vcard_attribute_param_get_name
+e_vcard_attribute_param_get_values
+e_vcard_attribute_has_type
+e_vcard_escape_string
+e_vcard_unescape_string
+EVCardAttribute
+EVCardAttributeParam
+<SUBSECTION Standard>
+EVCardPrivate
+E_IS_VCARD
+E_IS_VCARD_CLASS
+E_TYPE_VCARD
+E_TYPE_VCARD_ATTRIBUTE
+E_VCARD
+E_VCARD_CLASS
+E_VCARD_GET_CLASS
+e_vcard_attribute_get_type
+e_vcard_attribute_param_get_type
+e_vcard_get_type
+</SECTION>
+
diff --git a/docs/reference/addressbook/libebook-contacts/libebook-contacts.types 
b/docs/reference/addressbook/libebook-contacts/libebook-contacts.types
new file mode 100644
index 0000000..4feb900
--- /dev/null
+++ b/docs/reference/addressbook/libebook-contacts/libebook-contacts.types
@@ -0,0 +1,16 @@
+#include <libebook-contacts/libebook-contacts.h>
+
+e_book_query_get_type
+e_contact_address_get_type
+e_contact_attr_list_get_type
+e_contact_cert_get_type
+e_contact_date_get_type
+e_contact_geo_get_type
+e_contact_get_type
+e_contact_name_get_type
+e_contact_photo_get_type
+e_phone_number_get_type
+e_source_backend_summary_setup_get_type
+e_vcard_attribute_get_type
+e_vcard_attribute_param_get_type
+e_vcard_get_type
diff --git a/docs/reference/addressbook/libebook/libebook-docs.sgml 
b/docs/reference/addressbook/libebook/libebook-docs.sgml
index 7144490..6f85ac3 100644
--- a/docs/reference/addressbook/libebook/libebook-docs.sgml
+++ b/docs/reference/addressbook/libebook/libebook-docs.sgml
@@ -12,15 +12,8 @@
     <title>Evolution-Data-Server Manual: Address Book Client (libebook)</title>
     <xi:include href="xml/e-book-client.xml"/>
     <xi:include href="xml/e-book-client-view.xml"/>
-    <xi:include href="xml/e-book-query.xml"/>
     <xi:include href="xml/e-book-types.xml"/>
-    <xi:include href="xml/e-vcard.xml"/>
-    <xi:include href="xml/e-contact.xml"/>
     <xi:include href="xml/e-destination.xml"/>
-    <xi:include href="xml/e-address-western.xml"/>
-    <xi:include href="xml/e-name-western.xml"/>
-    <xi:include href="xml/e-source-backend-summary-setup.xml"/>
-    <xi:include href="xml/e-phone-number.xml"/>
   </chapter>
 
   <chapter>
diff --git a/docs/reference/addressbook/libebook/libebook-sections.txt 
b/docs/reference/addressbook/libebook/libebook-sections.txt
index f0a4f88..36544e7 100644
--- a/docs/reference/addressbook/libebook/libebook-sections.txt
+++ b/docs/reference/addressbook/libebook/libebook-sections.txt
@@ -159,7 +159,6 @@ e_book_client_get_view_sync
 <SUBSECTION Deprecated>
 BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS
 e_book_client_new
-e_book_client_error_create
 <SUBSECTION Standard>
 E_BOOK_CLIENT
 E_IS_BOOK_CLIENT
@@ -201,285 +200,16 @@ EBookClientViewPrivate
 </SECTION>
 
 <SECTION>
-<FILE>e-contact</FILE>
-<TITLE>EContact</TITLE>
-EContact
-EContactField
-EContactName
-EContactGeo
-EContactPhoto
-EContactAddress
-EContactDate
-EContactCert
-e_contact_new
-e_contact_new_from_vcard
-e_contact_new_from_vcard_with_uid
-e_contact_duplicate
-e_contact_get
-e_contact_get_const
-e_contact_set
-e_contact_date_new
-e_contact_date_from_string
-e_contact_date_to_string
-e_contact_date_equal
-e_contact_name_new
-e_contact_name_to_string
-e_contact_name_from_string
-e_contact_name_copy
-e_contact_date_free
-e_contact_name_free
-e_contact_photo_new
-e_contact_photo_get_inlined
-e_contact_photo_set_inlined
-e_contact_photo_get_mime_type
-e_contact_photo_set_mime_type
-e_contact_photo_get_uri
-e_contact_photo_set_uri
-e_contact_inline_local_photos
-e_contact_photo_free
-e_contact_geo_free
-e_contact_address_new
-e_contact_address_free
-e_contact_attr_list_copy
-e_contact_attr_list_free
-e_contact_field_type
-e_contact_field_name
-e_contact_pretty_name
-e_contact_field_id
-e_contact_field_id_from_vcard
-e_contact_cert_free
-e_contact_get_attributes
-e_contact_set_attributes
-e_contact_vcard_attribute
-<SUBSECTION Standard>
-EContactClass
-E_CONTACT
-E_IS_CONTACT
-E_TYPE_CONTACT
-E_CONTACT_CLASS
-E_IS_CONTACT_CLASS
-E_CONTACT_GET_CLASS
-E_TYPE_CONTACT_ADDRESS
-E_TYPE_CONTACT_CERT
-E_TYPE_CONTACT_DATE
-E_TYPE_CONTACT_NAME
-E_TYPE_CONTACT_PHOTO
-E_TYPE_CONTACT_ATTR_LIST
-e_contact_get_type
-e_contact_address_get_type
-e_contact_cert_get_type
-e_contact_geo_get_type
-e_contact_photo_get_type
-e_contact_name_get_type
-e_contact_date_get_type
-e_contact_attr_list_get_type
-EContactPhotoType
-<SUBSECTION Private>
-EContactPrivate
-</SECTION>
-
-<SECTION>
-<FILE>e-vcard</FILE>
-<TITLE>EVCard</TITLE>
-EVCard
-EVCardFormat
-EVCardAttribute
-EVCardAttributeParam
-e_vcard_construct
-e_vcard_construct_with_uid
-e_vcard_new
-e_vcard_new_from_string
-e_vcard_to_string
-e_vcard_is_parsed
-e_vcard_dump_structure
-e_vcard_attribute_new
-e_vcard_attribute_free
-e_vcard_attribute_copy
-e_vcard_remove_attributes
-e_vcard_remove_attribute
-e_vcard_append_attribute
-e_vcard_append_attribute_with_value
-e_vcard_append_attribute_with_values
-e_vcard_add_attribute
-e_vcard_add_attribute_with_value
-e_vcard_add_attribute_with_values
-e_vcard_attribute_add_value
-e_vcard_attribute_add_value_decoded
-e_vcard_attribute_add_values
-e_vcard_attribute_remove_values
-e_vcard_attribute_remove_value
-e_vcard_attribute_remove_params
-e_vcard_attribute_remove_param
-e_vcard_attribute_remove_param_value
-e_vcard_attribute_param_new
-e_vcard_attribute_param_free
-e_vcard_attribute_param_copy
-e_vcard_attribute_add_param
-e_vcard_attribute_add_param_with_value
-e_vcard_attribute_add_param_with_values
-e_vcard_attribute_param_add_value
-e_vcard_attribute_param_add_values
-e_vcard_attribute_param_remove_values
-e_vcard_attribute_param_get_name
-e_vcard_attribute_param_get_values
-e_vcard_get_attribute
-e_vcard_get_attribute_if_parsed
-e_vcard_get_attributes
-e_vcard_attribute_get_group
-e_vcard_attribute_get_name
-e_vcard_attribute_get_values
-e_vcard_attribute_get_values_decoded
-e_vcard_attribute_get_params
-e_vcard_attribute_get_param
-e_vcard_attribute_get_value
-e_vcard_attribute_get_value_decoded
-e_vcard_attribute_has_type
-e_vcard_attribute_is_single_valued
-e_vcard_escape_string
-e_vcard_unescape_string
-EVC_ADR
-EVC_BDAY
-EVC_CALURI
-EVC_CATEGORIES
-EVC_EMAIL
-EVC_ENCODING
-EVC_FBURL
-EVC_FN
-EVC_GEO
-EVC_ICSCALENDAR
-EVC_KEY
-EVC_LABEL
-EVC_LOGO
-EVC_MAILER
-EVC_NICKNAME
-EVC_N
-EVC_NOTE
-EVC_ORG
-EVC_PHOTO
-EVC_PRODID
-EVC_QUOTEDPRINTABLE
-EVC_REV
-EVC_ROLE
-EVC_TEL
-EVC_TITLE
-EVC_TYPE
-EVC_UID
-EVC_URL
-EVC_VALUE
-EVC_VERSION
-EVC_X_AIM
-EVC_X_ANNIVERSARY
-EVC_X_ASSISTANT
-EVC_X_BIRTHDAY
-EVC_X_BLOG_URL
-EVC_X_CALLBACK
-EVC_X_COMPANY
-EVC_X_DEST_CONTACT_UID
-EVC_X_DEST_EMAIL_NUM
-EVC_X_DEST_HTML_MAIL
-EVC_X_DEST_SOURCE_UID
-EVC_X_FILE_AS
-EVC_X_GADUGADU
-EVC_X_GROUPWISE
-EVC_X_ICQ
-EVC_X_JABBER
-EVC_X_LIST_SHOW_ADDRESSES
-EVC_X_LIST
-EVC_X_LIST_NAME
-EVC_X_MANAGER
-EVC_X_MSN
-EVC_X_RADIO
-EVC_X_SKYPE
-EVC_X_GOOGLE_TALK
-EVC_X_TWITTER
-EVC_X_SIP
-EVC_X_SPOUSE
-EVC_X_TELEX
-EVC_X_TTYTDD
-EVC_X_VIDEO_URL
-EVC_X_WANTS_HTML
-EVC_X_YAHOO
-EVC_X_BOOK_UID
-EVC_CONTACT_LIST
-EVC_PARENT_CL
-EVC_CL_UID
-E_VCARD_21_VALID_PROPERTIES
-E_VCARD_21_VALID_PARAMETERS
-<SUBSECTION Deprecated>
-EVC_X_DEST_EMAIL
-EVC_X_DEST_NAME
-<SUBSECTION Standard>
-E_VCARD
-E_IS_VCARD
-E_TYPE_VCARD
-E_VCARD_CLASS
-E_IS_VCARD_CLASS
-E_VCARD_GET_CLASS
-E_TYPE_VCARD_ATTRIBUTE
-E_TYPE_VCARD_PARAM_ATTRIBUTE
-EVCardClass
-e_vcard_get_type
-e_vcard_attribute_get_type
-e_vcard_attribute_param_get_type
-<SUBSECTION Private>
-EVCardPrivate
-</SECTION>
-
-<SECTION>
-<FILE>e-book-query</FILE>
-EBookQuery
-EBookQueryTest
-e_book_query_from_string
-e_book_query_to_string
-e_book_query_ref
-e_book_query_unref
-e_book_query_and
-e_book_query_andv
-e_book_query_or
-e_book_query_orv
-e_book_query_not
-e_book_query_field_exists
-e_book_query_vcard_field_exists
-e_book_query_field_test
-e_book_query_vcard_field_test
-e_book_query_any_field_contains
-e_book_query_copy
-<SUBSECTION Standard>
-E_TYPE_BOOK_QUERY
-e_book_query_get_type
-</SECTION>
-
-<SECTION>
 <FILE>e-book-types</FILE>
 E_BOOK_ERROR
 e_book_error_quark
 EBookStatus
-EDataBookStatus
-EBookViewStatus
-EBookChangeType
-EBookChange
 EBookIndexType
 <SUBSECTION Deprecated>
 E_BOOK_ERROR_CORBA_EXCEPTION
 </SECTION>
 
 <SECTION>
-<FILE>e-address-western</FILE>
-<TITLE>EAddressWestern</TITLE>
-EAddressWestern
-e_address_western_parse
-e_address_western_free
-</SECTION>
-
-<SECTION>
-<FILE>e-name-western</FILE>
-<TITLE>ENameWestern</TITLE>
-ENameWestern
-e_name_western_parse
-e_name_western_free
-</SECTION>
-
-<SECTION>
 <FILE>e-destination</FILE>
 <TITLE>EDestination</TITLE>
 EDestination
@@ -532,52 +262,3 @@ e_destination_get_type
 <SUBSECTION Private>
 EDestinationPrivate
 </SECTION>
-
-<SECTION>
-<FILE>e-source-backend-summary-setup</FILE>
-<TITLE>ESourceBackendSummarySetup</TITLE>
-E_SOURCE_EXTENSION_BACKEND_SUMMARY_SETUP
-ESourceBackendSummarySetup
-e_source_backend_summary_setup_get_summary_fields
-e_source_backend_summary_setup_set_summary_fieldsv
-e_source_backend_summary_setup_set_summary_fields
-e_source_backend_summary_setup_get_indexed_fields
-e_source_backend_summary_setup_set_indexed_fieldsv
-e_source_backend_summary_setup_set_indexed_fields
-<SUBSECTION Standard>
-E_SOURCE_BACKEND_SUMMARY_SETUP
-E_IS_SOURCE_BACKEND_SUMMARY_SETUP
-E_TYPE_SOURCE_BACKEND_SUMMARY_SETUP
-E_SOURCE_BACKEND_SUMMARY_SETUP_CLASS
-E_IS_SOURCE_BACKEND_SUMMARY_SETUP_CLASS
-E_SOURCE_BACKEND_SUMMARY_SETUP_GET_CLASS
-ESourceBackendSummarySetupClass
-e_source_backend_summary_setup_get_type
-<SUBSECTION Private>
-ESourceBackendSummarySetupPrivate
-</SECTION>
-
-<SECTION>
-<FILE>e-phone-number</FILE>
-EPhoneNumber
-EPhoneNumberCountrySource
-EPhoneNumberError
-EPhoneNumberFormat
-EPhoneNumberMatch
-e_phone_number_is_supported
-e_phone_number_get_country_code_for_region
-e_phone_number_get_default_region
-e_phone_number_from_string
-e_phone_number_to_string
-e_phone_number_get_country_code
-e_phone_number_get_national_number
-e_phone_number_compare
-e_phone_number_compare_strings
-e_phone_number_copy
-e_phone_number_free
-<SUBSECTION Standard>
-E_PHONE_NUMBER_ERROR
-E_TYPE_PHONE_NUMBER
-e_phone_number_error_quark
-e_phone_number_get_type
-</SECTION>
diff --git a/docs/reference/addressbook/libebook/libebook.types 
b/docs/reference/addressbook/libebook/libebook.types
index 48f3478..8af72dd 100644
--- a/docs/reference/addressbook/libebook/libebook.types
+++ b/docs/reference/addressbook/libebook/libebook.types
@@ -4,7 +4,4 @@ e_book_get_type
 e_book_client_get_type
 e_book_client_view_get_type
 e_book_view_get_type
-e_contact_get_type
 e_destination_get_type
-e_source_backend_summary_setup_get_type
-e_vcard_get_type


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]