[evolution-data-server] Update API documentation.



commit a45e0b9ff9dd93b09f7335fc5b95aa98b457b43c
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Aug 2 11:41:58 2010 -0400

    Update API documentation.

 .../addressbook/libebook/libebook-sections.txt     |   42 ++--
 .../addressbook/libebook/tmpl/e-book.sgml          |  130 ++++++------
 .../addressbook/libebook/tmpl/libebook-unused.sgml |  224 ++++++++++++++++++++
 .../libedata-book/libedata-book-sections.txt       |    2 +
 .../libedata-book/tmpl/e-data-book-view.sgml       |   52 +----
 .../libedata-book/tmpl/e-data-book.sgml            |   35 +--
 .../libedata-book/tmpl/libedata-book-unused.sgml   |   64 ++++++
 .../libecal/tmpl/e-cal-check-timezones.sgml        |    1 +
 .../calendar/libecal/tmpl/e-cal-view.sgml          |    5 -
 .../calendar/libecal/tmpl/libecal-unused.sgml      |    6 +
 .../libedata-cal/libedata-cal-sections.txt         |    6 +-
 .../libedata-cal/tmpl/e-data-cal-view.sgml         |    8 +-
 .../calendar/libedata-cal/tmpl/e-data-cal.sgml     |   43 +---
 .../reference/camel/tmpl/camel-cipher-context.sgml |    2 +
 .../libedataserverui/libedataserverui-sections.txt |    2 +-
 .../libedataserverui/tmpl/e-book-auth-util.sgml    |    2 +-
 .../tmpl/libedataserverui-unused.sgml              |   10 +
 17 files changed, 440 insertions(+), 194 deletions(-)
---
diff --git a/docs/reference/addressbook/libebook/libebook-sections.txt b/docs/reference/addressbook/libebook/libebook-sections.txt
index bc424c7..46e35d4 100644
--- a/docs/reference/addressbook/libebook/libebook-sections.txt
+++ b/docs/reference/addressbook/libebook/libebook-sections.txt
@@ -59,12 +59,12 @@ e_book_get_addressbooks
 e_return_error_if_fail
 e_return_async_error_if_fail
 e_return_ex_async_error_val_if_fail
-EBookExCallback
-EBookIdExCallback
-EBookContactExCallback
-EBookListExCallback
-EBookBookViewExCallback
-EBookEListExCallback
+EBookAsyncCallback
+EBookIdAsyncCallback
+EBookContactAsyncCallback
+EBookListAsyncCallback
+EBookBookViewAsyncCallback
+EBookEListAsyncCallback
 EBookCallback
 EBookOpenProgressCallback
 EBookIdCallback
@@ -72,36 +72,36 @@ EBookEListCallback
 EBookListCallback
 EBookContactCallback
 EBookBookViewCallback
+e_book_open_async
+e_book_remove_async
+e_book_get_supported_fields_async
+e_book_get_supported_auth_methods_async
+e_book_authenticate_user_async
+e_book_get_contact_async
+e_book_get_contacts_async
+e_book_remove_contact_async
+e_book_remove_contact_by_id_async
+e_book_remove_contacts_async
+e_book_add_contact_async
+e_book_commit_contact_async
+e_book_get_book_view_async
+e_book_get_changes_async
+e_book_get_required_fields_async
 e_book_async_open
-e_book_async_open_ex
 e_book_async_remove
-e_book_async_remove_ex
 e_book_async_get_supported_fields
-e_book_async_get_supported_fields_ex
 e_book_async_get_supported_auth_methods
-e_book_async_get_supported_auth_methods_ex
 e_book_async_authenticate_user
-e_book_async_authenticate_user_ex
 e_book_async_get_contact
-e_book_async_get_contact_ex
 e_book_async_get_contacts
-e_book_async_get_contacts_ex
 e_book_async_remove_contact
-e_book_async_remove_contact_ex
 e_book_async_remove_contact_by_id
-e_book_async_remove_contact_by_id_ex
 e_book_async_remove_contacts
-e_book_async_remove_contacts_ex
 e_book_async_add_contact
-e_book_async_add_contact_ex
 e_book_async_commit_contact
-e_book_async_commit_contact_ex
 e_book_async_get_book_view
-e_book_async_get_book_view_ex
 e_book_async_get_changes
-e_book_async_get_changes_ex
 e_book_async_get_required_fields
-e_book_async_get_required_fields_ex
 <SUBSECTION Standard>
 EBookClass
 E_BOOK
diff --git a/docs/reference/addressbook/libebook/tmpl/e-book.sgml b/docs/reference/addressbook/libebook/tmpl/e-book.sgml
index 0e0c7fd..d52c1aa 100644
--- a/docs/reference/addressbook/libebook/tmpl/e-book.sgml
+++ b/docs/reference/addressbook/libebook/tmpl/e-book.sgml
@@ -438,7 +438,7 @@ The writable status for this book is being reported.
 @error: 
 
 
-<!-- ##### USER_FUNCTION EBookExCallback ##### -->
+<!-- ##### USER_FUNCTION EBookAsyncCallback ##### -->
 <para>
 
 </para>
@@ -448,7 +448,7 @@ The writable status for this book is being reported.
 @closure: 
 
 
-<!-- ##### USER_FUNCTION EBookIdExCallback ##### -->
+<!-- ##### USER_FUNCTION EBookIdAsyncCallback ##### -->
 <para>
 
 </para>
@@ -459,7 +459,7 @@ The writable status for this book is being reported.
 @closure: 
 
 
-<!-- ##### USER_FUNCTION EBookContactExCallback ##### -->
+<!-- ##### USER_FUNCTION EBookContactAsyncCallback ##### -->
 <para>
 
 </para>
@@ -470,7 +470,7 @@ The writable status for this book is being reported.
 @closure: 
 
 
-<!-- ##### USER_FUNCTION EBookListExCallback ##### -->
+<!-- ##### USER_FUNCTION EBookListAsyncCallback ##### -->
 <para>
 
 </para>
@@ -481,7 +481,7 @@ The writable status for this book is being reported.
 @closure: 
 
 
-<!-- ##### USER_FUNCTION EBookBookViewExCallback ##### -->
+<!-- ##### USER_FUNCTION EBookBookViewAsyncCallback ##### -->
 <para>
 
 </para>
@@ -492,7 +492,7 @@ The writable status for this book is being reported.
 @closure: 
 
 
-<!-- ##### USER_FUNCTION EBookEListExCallback ##### -->
+<!-- ##### USER_FUNCTION EBookEListAsyncCallback ##### -->
 <para>
 
 </para>
@@ -579,7 +579,7 @@ The writable status for this book is being reported.
 @closure: 
 
 
-<!-- ##### FUNCTION e_book_async_open ##### -->
+<!-- ##### FUNCTION e_book_open_async ##### -->
 <para>
 
 </para>
@@ -591,19 +591,18 @@ The writable status for this book is being reported.
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_open_ex ##### -->
+<!-- ##### FUNCTION e_book_remove_async ##### -->
 <para>
 
 </para>
 
 @book: 
- only_if_exists: 
- open_response: 
+ cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_remove ##### -->
+<!-- ##### FUNCTION e_book_get_supported_fields_async ##### -->
 <para>
 
 </para>
@@ -614,7 +613,7 @@ The writable status for this book is being reported.
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_remove_ex ##### -->
+<!-- ##### FUNCTION e_book_get_supported_auth_methods_async ##### -->
 <para>
 
 </para>
@@ -625,223 +624,225 @@ The writable status for this book is being reported.
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_supported_fields ##### -->
+<!-- ##### FUNCTION e_book_authenticate_user_async ##### -->
 <para>
 
 </para>
 
 @book: 
+ user: 
+ passwd: 
+ auth_method: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_supported_fields_ex ##### -->
+<!-- ##### FUNCTION e_book_get_contact_async ##### -->
 <para>
 
 </para>
 
 @book: 
+ id: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_supported_auth_methods ##### -->
+<!-- ##### FUNCTION e_book_get_contacts_async ##### -->
 <para>
 
 </para>
 
 @book: 
+ query: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_supported_auth_methods_ex ##### -->
+<!-- ##### FUNCTION e_book_remove_contact_async ##### -->
 <para>
 
 </para>
 
 @book: 
+ contact: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_authenticate_user ##### -->
+<!-- ##### FUNCTION e_book_remove_contact_by_id_async ##### -->
 <para>
 
 </para>
 
 @book: 
- user: 
- passwd: 
- auth_method: 
+ id: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_authenticate_user_ex ##### -->
+<!-- ##### FUNCTION e_book_remove_contacts_async ##### -->
 <para>
 
 </para>
 
 @book: 
- user: 
- passwd: 
- auth_method: 
+ ids: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_contact ##### -->
+<!-- ##### FUNCTION e_book_add_contact_async ##### -->
 <para>
 
 </para>
 
 @book: 
- id: 
+ contact: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_contact_ex ##### -->
+<!-- ##### FUNCTION e_book_commit_contact_async ##### -->
 <para>
 
 </para>
 
 @book: 
- id: 
+ contact: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_contacts ##### -->
+<!-- ##### FUNCTION e_book_get_book_view_async ##### -->
 <para>
 
 </para>
 
 @book: 
 @query: 
+ requested_fields: 
+ max_results: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_contacts_ex ##### -->
+<!-- ##### FUNCTION e_book_get_changes_async ##### -->
 <para>
 
 </para>
 
 @book: 
- query: 
+ changeid: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_remove_contact ##### -->
+<!-- ##### FUNCTION e_book_get_required_fields_async ##### -->
 <para>
 
 </para>
 
 @book: 
- contact: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_remove_contact_ex ##### -->
+<!-- ##### FUNCTION e_book_async_open ##### -->
 <para>
 
 </para>
 
 @book: 
- contact: 
- cb: 
+ only_if_exists: 
+ open_response: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_remove_contact_by_id ##### -->
+<!-- ##### FUNCTION e_book_async_remove ##### -->
 <para>
 
 </para>
 
 @book: 
- id: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_remove_contact_by_id_ex ##### -->
+<!-- ##### FUNCTION e_book_async_get_supported_fields ##### -->
 <para>
 
 </para>
 
 @book: 
- id: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_remove_contacts ##### -->
+<!-- ##### FUNCTION e_book_async_get_supported_auth_methods ##### -->
 <para>
 
 </para>
 
 @book: 
- ids: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_remove_contacts_ex ##### -->
+<!-- ##### FUNCTION e_book_async_authenticate_user ##### -->
 <para>
 
 </para>
 
 @book: 
- ids: 
+ user: 
+ passwd: 
+ auth_method: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_add_contact ##### -->
+<!-- ##### FUNCTION e_book_async_get_contact ##### -->
 <para>
 
 </para>
 
 @book: 
- contact: 
+ id: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_add_contact_ex ##### -->
+<!-- ##### FUNCTION e_book_async_get_contacts ##### -->
 <para>
 
 </para>
 
 @book: 
- contact: 
+ query: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_commit_contact ##### -->
+<!-- ##### FUNCTION e_book_async_remove_contact ##### -->
 <para>
 
 </para>
@@ -853,82 +854,81 @@ The writable status for this book is being reported.
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_commit_contact_ex ##### -->
+<!-- ##### FUNCTION e_book_async_remove_contact_by_id ##### -->
 <para>
 
 </para>
 
 @book: 
- contact: 
+ id: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_book_view ##### -->
+<!-- ##### FUNCTION e_book_async_remove_contacts ##### -->
 <para>
 
 </para>
 
 @book: 
- query: 
- requested_fields: 
- max_results: 
+ ids: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_book_view_ex ##### -->
+<!-- ##### FUNCTION e_book_async_add_contact ##### -->
 <para>
 
 </para>
 
 @book: 
- query: 
- requested_fields: 
- max_results: 
+ contact: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_changes ##### -->
+<!-- ##### FUNCTION e_book_async_commit_contact ##### -->
 <para>
 
 </para>
 
 @book: 
- changeid: 
+ contact: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_changes_ex ##### -->
+<!-- ##### FUNCTION e_book_async_get_book_view ##### -->
 <para>
 
 </para>
 
 @book: 
- changeid: 
+ query: 
+ requested_fields: 
+ max_results: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_required_fields ##### -->
+<!-- ##### FUNCTION e_book_async_get_changes ##### -->
 <para>
 
 </para>
 
 @book: 
+ changeid: 
 @cb: 
 @closure: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_book_async_get_required_fields_ex ##### -->
+<!-- ##### FUNCTION e_book_async_get_required_fields ##### -->
 <para>
 
 </para>
diff --git a/docs/reference/addressbook/libebook/tmpl/libebook-unused.sgml b/docs/reference/addressbook/libebook/tmpl/libebook-unused.sgml
index b93bb76..416a567 100644
--- a/docs/reference/addressbook/libebook/tmpl/libebook-unused.sgml
+++ b/docs/reference/addressbook/libebook/tmpl/libebook-unused.sgml
@@ -81,6 +81,26 @@ e-name-western-tables
 @auth_methods: 
 @closure: 
 
+<!-- ##### USER_FUNCTION EBookBookViewExCallback ##### -->
+<para>
+
+</para>
+
+ book: 
+ error: 
+ book_view: 
+ closure: 
+
+<!-- ##### USER_FUNCTION EBookContactExCallback ##### -->
+<para>
+
+</para>
+
+ book: 
+ error: 
+ contact: 
+ closure: 
+
 <!-- ##### USER_FUNCTION EBookContactsCallback ##### -->
 <para>
 
@@ -91,6 +111,25 @@ e-name-western-tables
 @contacts: 
 @closure: 
 
+<!-- ##### USER_FUNCTION EBookEListExCallback ##### -->
+<para>
+
+</para>
+
+ book: 
+ error: 
+ list: 
+ closure: 
+
+<!-- ##### USER_FUNCTION EBookExCallback ##### -->
+<para>
+
+</para>
+
+ book: 
+ error: 
+ closure: 
+
 <!-- ##### USER_FUNCTION EBookFieldsCallback ##### -->
 <para>
 
@@ -101,6 +140,26 @@ e-name-western-tables
 @fields: 
 @closure: 
 
+<!-- ##### USER_FUNCTION EBookIdExCallback ##### -->
+<para>
+
+</para>
+
+ book: 
+ error: 
+ id: 
+ closure: 
+
+<!-- ##### USER_FUNCTION EBookListExCallback ##### -->
+<para>
+
+</para>
+
+ book: 
+ error: 
+ list: 
+ closure: 
+
 <!-- ##### STRUCT EBookListener ##### -->
 <para>
 
@@ -234,6 +293,87 @@ Data sent back to the e-book object.
 </para>
 
 
+<!-- ##### FUNCTION e_book_async_add_contact_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ contact: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_authenticate_user_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ user: 
+ passwd: 
+ auth_method: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_commit_contact_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ contact: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_get_book_view_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ query: 
+ requested_fields: 
+ max_results: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_get_changes_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ changeid: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_get_contact_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ id: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_get_contacts_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ query: 
+ cb: 
+ closure: 
+ Returns: 
+
 <!-- ##### FUNCTION e_book_async_get_default_addressbook ##### -->
 <para>
 
@@ -242,6 +382,36 @@ Data sent back to the e-book object.
 @open_response: 
 @closure: 
 
+<!-- ##### FUNCTION e_book_async_get_required_fields_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_get_supported_auth_methods_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_get_supported_fields_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ cb: 
+ closure: 
+ Returns: 
+
 <!-- ##### FUNCTION e_book_async_load_source ##### -->
 <para>
 
@@ -262,6 +432,60 @@ Data sent back to the e-book object.
 @open_response: 
 @closure: 
 
+<!-- ##### FUNCTION e_book_async_open_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ only_if_exists: 
+ open_response: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_remove_contact_by_id_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ id: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_remove_contact_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ contact: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_remove_contacts_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ ids: 
+ cb: 
+ closure: 
+ Returns: 
+
+<!-- ##### FUNCTION e_book_async_remove_ex ##### -->
+<para>
+
+</para>
+
+ book: 
+ cb: 
+ closure: 
+ Returns: 
+
 <!-- ##### FUNCTION e_book_async_unload_uri ##### -->
 <para>
 
diff --git a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
index 7c77b88..97336bf 100644
--- a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
+++ b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
@@ -193,6 +193,7 @@ e_data_book_create_error_fmt
 e_data_book_status_to_string
 e_return_data_book_error_if_fail
 e_data_book_new
+e_data_book_register_gdbus_object
 e_data_book_get_backend
 e_data_book_get_source
 e_data_book_respond_open
@@ -256,6 +257,7 @@ e_data_book_factory_error_quark
 <TITLE>EDataBookView</TITLE>
 EDataBookView
 e_data_book_view_new
+e_data_book_view_register_gdbus_object
 e_data_book_view_set_thresholds
 e_data_book_view_get_card_query
 e_data_book_view_get_card_sexp
diff --git a/docs/reference/addressbook/libedata-book/tmpl/e-data-book-view.sgml b/docs/reference/addressbook/libedata-book/tmpl/e-data-book-view.sgml
index 483aa98..b01c177 100644
--- a/docs/reference/addressbook/libedata-book/tmpl/e-data-book-view.sgml
+++ b/docs/reference/addressbook/libedata-book/tmpl/e-data-book-view.sgml
@@ -26,57 +26,27 @@ EDataBookView
 </para>
 
 
-<!-- ##### SIGNAL EDataBookView::complete ##### -->
-<para>
-
-</para>
-
- edatabookview: the object which received the signal.
- arg1: 
- Param3: 
-
-<!-- ##### SIGNAL EDataBookView::contacts-added ##### -->
-<para>
-
-</para>
-
- edatabookview: the object which received the signal.
- arg1: 
-
-<!-- ##### SIGNAL EDataBookView::contacts-changed ##### -->
-<para>
-
-</para>
-
- edatabookview: the object which received the signal.
- arg1: 
-
-<!-- ##### SIGNAL EDataBookView::contacts-removed ##### -->
+<!-- ##### FUNCTION e_data_book_view_new ##### -->
 <para>
 
 </para>
 
- edatabookview: the object which received the signal.
- arg1: 
-
-<!-- ##### SIGNAL EDataBookView::status-message ##### -->
-<para>
-
-</para>
+ book: 
+ card_query: 
+ card_sexp: 
+ max_results: 
+ Returns: 
 
- edatabookview: the object which received the signal.
- arg1: 
 
-<!-- ##### FUNCTION e_data_book_view_new ##### -->
+<!-- ##### FUNCTION e_data_book_view_register_gdbus_object ##### -->
 <para>
 
 </para>
 
- book: 
- path: 
- card_query: 
- card_sexp: 
- max_results: 
+ query: 
+ connection: 
+ object_path: 
+ error: 
 @Returns: 
 
 
diff --git a/docs/reference/addressbook/libedata-book/tmpl/e-data-book.sgml b/docs/reference/addressbook/libedata-book/tmpl/e-data-book.sgml
index 9e6186a..b278aad 100644
--- a/docs/reference/addressbook/libedata-book/tmpl/e-data-book.sgml
+++ b/docs/reference/addressbook/libedata-book/tmpl/e-data-book.sgml
@@ -26,29 +26,6 @@ EDataBook
 </para>
 
 
-<!-- ##### SIGNAL EDataBook::auth-required ##### -->
-<para>
-
-</para>
-
- edatabook: the object which received the signal.
-
-<!-- ##### SIGNAL EDataBook::connection ##### -->
-<para>
-
-</para>
-
- edatabook: the object which received the signal.
- arg1: 
-
-<!-- ##### SIGNAL EDataBook::writable ##### -->
-<para>
-
-</para>
-
- edatabook: the object which received the signal.
- arg1: 
-
 <!-- ##### MACRO E_DATA_BOOK_ERROR ##### -->
 <para>
 
@@ -105,6 +82,18 @@ EDataBook
 @Returns: 
 
 
+<!-- ##### FUNCTION e_data_book_register_gdbus_object ##### -->
+<para>
+
+</para>
+
+ cal: 
+ connection: 
+ object_path: 
+ error: 
+ Returns: 
+
+
 <!-- ##### FUNCTION e_data_book_get_backend ##### -->
 <para>
 
diff --git a/docs/reference/addressbook/libedata-book/tmpl/libedata-book-unused.sgml b/docs/reference/addressbook/libedata-book/tmpl/libedata-book-unused.sgml
index 81e2ad8..cb02c64 100644
--- a/docs/reference/addressbook/libedata-book/tmpl/libedata-book-unused.sgml
+++ b/docs/reference/addressbook/libedata-book/tmpl/libedata-book-unused.sgml
@@ -131,6 +131,29 @@ e-data-book-types
 </para>
 
 
+<!-- ##### SIGNAL EDataBook::auth-required ##### -->
+<para>
+
+</para>
+
+ edatabook: the object which received the signal.
+
+<!-- ##### SIGNAL EDataBook::connection ##### -->
+<para>
+
+</para>
+
+ edatabook: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL EDataBook::writable ##### -->
+<para>
+
+</para>
+
+ edatabook: the object which received the signal.
+ arg1: 
+
 <!-- ##### STRUCT EDataBookClass ##### -->
 <para>
 
@@ -156,6 +179,47 @@ e-data-book-types
 </para>
 
 
+<!-- ##### SIGNAL EDataBookView::complete ##### -->
+<para>
+
+</para>
+
+ edatabookview: the object which received the signal.
+ arg1: 
+ Param3: 
+
+<!-- ##### SIGNAL EDataBookView::contacts-added ##### -->
+<para>
+
+</para>
+
+ edatabookview: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL EDataBookView::contacts-changed ##### -->
+<para>
+
+</para>
+
+ edatabookview: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL EDataBookView::contacts-removed ##### -->
+<para>
+
+</para>
+
+ edatabookview: the object which received the signal.
+ arg1: 
+
+<!-- ##### SIGNAL EDataBookView::status-message ##### -->
+<para>
+
+</para>
+
+ edatabookview: the object which received the signal.
+ arg1: 
+
 <!-- ##### STRUCT EDataBookViewClass ##### -->
 <para>
 
diff --git a/docs/reference/calendar/libecal/tmpl/e-cal-check-timezones.sgml b/docs/reference/calendar/libecal/tmpl/e-cal-check-timezones.sgml
index f108450..1e9a2d8 100644
--- a/docs/reference/calendar/libecal/tmpl/e-cal-check-timezones.sgml
+++ b/docs/reference/calendar/libecal/tmpl/e-cal-check-timezones.sgml
@@ -56,6 +56,7 @@ e-cal-check-timezones
 @const gchar *tzid, gconstpointer custom, GError **error:
 @const gchar *tzid, gconstpointer custom, GError **error:
 @const gchar *tzid, gconstpointer custom, GError **error:
+ const gchar *tzid, gconstpointer custom, GError **error:
 @const gchar *tzid, gconstpointer custom, GError **error: 
 @custom: 
 @error: 
diff --git a/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml b/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
index cd508b9..de9c352 100644
--- a/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
+++ b/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
@@ -87,11 +87,6 @@ ECalView is a view of the ECal.
 
 </para>
 
-<!-- ##### ARG ECalView:view-lock ##### -->
-<para>
-
-</para>
-
 <!-- ##### FUNCTION e_cal_view_get_client ##### -->
 <para>
 
diff --git a/docs/reference/calendar/libecal/tmpl/libecal-unused.sgml b/docs/reference/calendar/libecal/tmpl/libecal-unused.sgml
index f1f311a..54124d9 100644
--- a/docs/reference/calendar/libecal/tmpl/libecal-unused.sgml
+++ b/docs/reference/calendar/libecal/tmpl/libecal-unused.sgml
@@ -375,6 +375,12 @@ ECalViewListener
 </para>
 
 
+<!-- ##### ARG ECalView:view-lock ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### STRUCT ECalViewListener ##### -->
 <para>
 
diff --git a/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt b/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
index fa29c05..0eb7141 100644
--- a/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
+++ b/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
@@ -27,6 +27,7 @@ E_IS_CAL_BACKEND_CACHE
 E_TYPE_CAL_BACKEND_CACHE
 E_CAL_BACKEND_CACHE_CLASS
 E_IS_CAL_BACKEND_CACHE_CLASS
+E_CAL_BACKEND_CACHE_GET_CLASS
 ECalBackendCacheClass
 <SUBSECTION Private>
 ECalBackendCachePrivate
@@ -103,7 +104,6 @@ e_cal_backend_sync_get_object
 e_cal_backend_sync_get_object_list
 e_cal_backend_sync_get_timezone
 e_cal_backend_sync_add_timezone
-e_cal_backend_sync_set_default_timezone
 e_cal_backend_sync_set_default_zone
 e_cal_backend_sync_get_changes
 e_cal_backend_sync_get_free_busy
@@ -158,7 +158,6 @@ e_cal_backend_get_mode
 e_cal_backend_set_mode
 e_cal_backend_get_timezone
 e_cal_backend_add_timezone
-e_cal_backend_set_default_timezone
 e_cal_backend_set_default_zone
 e_cal_backend_get_changes
 e_cal_backend_get_free_busy
@@ -276,6 +275,7 @@ e_data_cal_create_error_fmt
 e_data_cal_status_to_string
 e_return_data_cal_error_if_fail
 e_data_cal_new
+e_data_cal_register_gdbus_object
 e_data_cal_get_backend
 e_data_cal_get_source
 e_data_cal_notify_read_only
@@ -372,7 +372,7 @@ e_data_cal_factory_error_quark
 QUERY
 IS_QUERY
 e_data_cal_view_new
-e_data_cal_view_get_dbus_path
+e_data_cal_view_register_gdbus_object
 e_data_cal_view_get_text
 e_data_cal_view_get_object_sexp
 e_data_cal_view_object_matches
diff --git a/docs/reference/calendar/libedata-cal/tmpl/e-data-cal-view.sgml b/docs/reference/calendar/libedata-cal/tmpl/e-data-cal-view.sgml
index 8445786..5f21ab6 100644
--- a/docs/reference/calendar/libedata-cal/tmpl/e-data-cal-view.sgml
+++ b/docs/reference/calendar/libedata-cal/tmpl/e-data-cal-view.sgml
@@ -42,17 +42,19 @@ Implementation of the calendar CORBA search interface.
 </para>
 
 @backend: 
- path: 
 @sexp: 
 @Returns: 
 
 
-<!-- ##### FUNCTION e_data_cal_view_get_dbus_path ##### -->
+<!-- ##### FUNCTION e_data_cal_view_register_gdbus_object ##### -->
 <para>
 
 </para>
 
- view: 
+ query: 
+ connection: 
+ object_path: 
+ error: 
 @Returns: 
 
 
diff --git a/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml b/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml
index da96b1c..6a03e53 100644
--- a/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml
+++ b/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml
@@ -33,37 +33,6 @@ Implementation of the calendar CORBA client interface.
 </para>
 
 
-<!-- ##### SIGNAL EDataCal::auth-required ##### -->
-<para>
-
-</para>
-
- edatacal: the object which received the signal.
-
-<!-- ##### SIGNAL EDataCal::backend-error ##### -->
-<para>
-
-</para>
-
- edatacal: the object which received the signal.
- arg1: 
-
-<!-- ##### SIGNAL EDataCal::mode ##### -->
-<para>
-
-</para>
-
- edatacal: the object which received the signal.
- arg1: 
-
-<!-- ##### SIGNAL EDataCal::readonly ##### -->
-<para>
-
-</para>
-
- edatacal: the object which received the signal.
- arg1: 
-
 <!-- ##### FUNCTION e_data_cal_create_error ##### -->
 <para>
 
@@ -113,6 +82,18 @@ Implementation of the calendar CORBA client interface.
 @Returns: 
 
 
+<!-- ##### FUNCTION e_data_cal_register_gdbus_object ##### -->
+<para>
+
+</para>
+
+ cal: 
+ connection: 
+ object_path: 
+ error: 
+ Returns: 
+
+
 <!-- ##### FUNCTION e_data_cal_get_backend ##### -->
 <para>
 
diff --git a/docs/reference/camel/tmpl/camel-cipher-context.sgml b/docs/reference/camel/tmpl/camel-cipher-context.sgml
index d45acee..d53103f 100644
--- a/docs/reference/camel/tmpl/camel-cipher-context.sgml
+++ b/docs/reference/camel/tmpl/camel-cipher-context.sgml
@@ -460,6 +460,8 @@ CamelCipherContext
 @gpointer cert_data: 
 @gpointer cert_data:
 @gpointer cert_data: 
+ gpointer cert_data:
+ gpointer cert_data: 
 @gpointer cert_data: 
 
 
diff --git a/docs/reference/libedataserverui/libedataserverui-sections.txt b/docs/reference/libedataserverui/libedataserverui-sections.txt
index 9162865..6e918cf 100644
--- a/docs/reference/libedataserverui/libedataserverui-sections.txt
+++ b/docs/reference/libedataserverui/libedataserverui-sections.txt
@@ -1,7 +1,7 @@
 <SECTION>
 <FILE>e-book-auth-util</FILE>
 e_load_book_source
-e_load_book_source_ex
+e_load_book_source_async
 </SECTION>
 
 <SECTION>
diff --git a/docs/reference/libedataserverui/tmpl/e-book-auth-util.sgml b/docs/reference/libedataserverui/tmpl/e-book-auth-util.sgml
index 5451161..5eda8ea 100644
--- a/docs/reference/libedataserverui/tmpl/e-book-auth-util.sgml
+++ b/docs/reference/libedataserverui/tmpl/e-book-auth-util.sgml
@@ -31,7 +31,7 @@ e-book-auth-util
 @Returns: 
 
 
-<!-- ##### FUNCTION e_load_book_source_ex ##### -->
+<!-- ##### FUNCTION e_load_book_source_async ##### -->
 <para>
 
 </para>
diff --git a/docs/reference/libedataserverui/tmpl/libedataserverui-unused.sgml b/docs/reference/libedataserverui/tmpl/libedataserverui-unused.sgml
index dfb059b..810dfa8 100644
--- a/docs/reference/libedataserverui/tmpl/libedataserverui-unused.sgml
+++ b/docs/reference/libedataserverui/tmpl/libedataserverui-unused.sgml
@@ -136,6 +136,16 @@ ESourceOptionMenu
 </para>
 
 
+<!-- ##### FUNCTION e_load_book_source_ex ##### -->
+<para>
+
+</para>
+
+ source: 
+ open_func: 
+ user_data: 
+ Returns: 
+
 <!-- ##### FUNCTION e_source_option_menu_new ##### -->
 <para>
 



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