[evolution-data-server] Update API documentation.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Update API documentation.
- Date: Mon, 12 Jul 2010 02:29:46 +0000 (UTC)
commit 358eef57d8626f7f171a1b2b00ce25e3a02b1d85
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jul 11 22:19:33 2010 -0400
Update API documentation.
camel/camel-debug.h | 9 +-
.../addressbook/libebook/libebook-sections.txt | 24 ++
.../addressbook/libebook/tmpl/e-book-types.sgml | 7 +
.../addressbook/libebook/tmpl/e-book.sgml | 263 ++++++++++++++++++++
.../addressbook/libedata-book/Makefile.am | 1 +
.../libedata-book/libedata-book-sections.txt | 5 +-
.../libedata-book/tmpl/e-data-book.sgml | 39 +++
.../calendar/libecal/libecal-sections.txt | 2 +
.../libecal/tmpl/e-cal-check-timezones.sgml | 3 +
.../calendar/libecal/tmpl/e-cal-types.sgml | 7 +
.../calendar/libecal/tmpl/e-cal-view.sgml | 8 +
.../libedata-cal/libedata-cal-sections.txt | 8 +-
.../libedata-cal/tmpl/e-data-cal-view.sgml | 9 +
.../calendar/libedata-cal/tmpl/e-data-cal.sgml | 39 +++
docs/reference/camel/camel-sections.txt | 13 +
.../reference/camel/tmpl/camel-cipher-context.sgml | 4 +
docs/reference/camel/tmpl/camel-debug.sgml | 11 +
docs/reference/camel/tmpl/camel-folder.sgml | 21 ++
docs/reference/camel/tmpl/camel-object.sgml | 14 +
docs/reference/camel/tmpl/camel-service.sgml | 18 ++
docs/reference/camel/tmpl/camel-store.sgml | 15 ++
.../libedataserverui/libedataserverui-sections.txt | 1 +
.../libedataserverui/tmpl/e-book-auth-util.sgml | 11 +
23 files changed, 525 insertions(+), 7 deletions(-)
---
diff --git a/camel/camel-debug.h b/camel/camel-debug.h
index 16cffe8..c125351 100644
--- a/camel/camel-debug.h
+++ b/camel/camel-debug.h
@@ -40,9 +40,12 @@ gboolean camel_debug(const gchar *mode);
gboolean camel_debug_start(const gchar *mode);
void camel_debug_end(void);
-/* This sanity checks return values and GErrors. If returning
- * failure, make sure the GError is set. If returning success,
- * make sure the GError is NOT set.
+/**
+ * CAMEL_CHECK_GERROR:
+ *
+ * This sanity checks return values and #GErrors. If returning
+ * failure, make sure the #GError is set. If returning success,
+ * make sure the #GError is NOT set.
*
* Example:
*
diff --git a/docs/reference/addressbook/libebook/libebook-sections.txt b/docs/reference/addressbook/libebook/libebook-sections.txt
index a4940d9..bc424c7 100644
--- a/docs/reference/addressbook/libebook/libebook-sections.txt
+++ b/docs/reference/addressbook/libebook/libebook-sections.txt
@@ -57,6 +57,14 @@ e_book_set_self
e_book_is_self
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
EBookCallback
EBookOpenProgressCallback
EBookIdCallback
@@ -65,20 +73,35 @@ EBookListCallback
EBookContactCallback
EBookBookViewCallback
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
@@ -315,6 +338,7 @@ e_book_query_get_type
E_BOOK_ERROR
e_book_error_quark
EBookStatus
+E_BOOK_ERROR_CORBA_EXCEPTION
EBookViewStatus
EBookChangeType
EBookChange
diff --git a/docs/reference/addressbook/libebook/tmpl/e-book-types.sgml b/docs/reference/addressbook/libebook/tmpl/e-book-types.sgml
index f4ec9ce..8a3612f 100644
--- a/docs/reference/addressbook/libebook/tmpl/e-book-types.sgml
+++ b/docs/reference/addressbook/libebook/tmpl/e-book-types.sgml
@@ -69,6 +69,13 @@ Evolution:BookListener interface.
@E_BOOK_ERROR_NO_SPACE:
@E_BOOK_ERROR_NOT_SUPPORTED:
+<!-- ##### MACRO E_BOOK_ERROR_CORBA_EXCEPTION ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### ENUM EBookViewStatus ##### -->
<para>
diff --git a/docs/reference/addressbook/libebook/tmpl/e-book.sgml b/docs/reference/addressbook/libebook/tmpl/e-book.sgml
index 57a2b77..0e0c7fd 100644
--- a/docs/reference/addressbook/libebook/tmpl/e-book.sgml
+++ b/docs/reference/addressbook/libebook/tmpl/e-book.sgml
@@ -420,6 +420,89 @@ The writable status for this book is being reported.
@error_code:
+<!-- ##### MACRO e_return_async_error_if_fail ##### -->
+<para>
+
+</para>
+
+ expr:
+ error:
+
+
+<!-- ##### MACRO e_return_ex_async_error_val_if_fail ##### -->
+<para>
+
+</para>
+
+ expr:
+ error:
+
+
+<!-- ##### USER_FUNCTION EBookExCallback ##### -->
+<para>
+
+</para>
+
+ book:
+ error:
+ closure:
+
+
+<!-- ##### USER_FUNCTION EBookIdExCallback ##### -->
+<para>
+
+</para>
+
+ book:
+ error:
+ id:
+ closure:
+
+
+<!-- ##### USER_FUNCTION EBookContactExCallback ##### -->
+<para>
+
+</para>
+
+ book:
+ error:
+ contact:
+ closure:
+
+
+<!-- ##### USER_FUNCTION EBookListExCallback ##### -->
+<para>
+
+</para>
+
+ book:
+ error:
+ list:
+ closure:
+
+
+<!-- ##### USER_FUNCTION EBookBookViewExCallback ##### -->
+<para>
+
+</para>
+
+ book:
+ error:
+ book_view:
+ closure:
+
+
+<!-- ##### USER_FUNCTION EBookEListExCallback ##### -->
+<para>
+
+</para>
+
+ book:
+ error:
+ list:
+ closure:
+
+
<!-- ##### USER_FUNCTION EBookCallback ##### -->
<para>
@@ -508,6 +591,18 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_open_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ only_if_exists:
+ open_response:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_remove ##### -->
<para>
@@ -519,6 +614,17 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_remove_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_get_supported_fields ##### -->
<para>
@@ -530,6 +636,17 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_get_supported_fields_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_get_supported_auth_methods ##### -->
<para>
@@ -541,6 +658,17 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_get_supported_auth_methods_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_authenticate_user ##### -->
<para>
@@ -555,6 +683,20 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_authenticate_user_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ user:
+ passwd:
+ auth_method:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_get_contact ##### -->
<para>
@@ -567,6 +709,18 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_get_contact_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ id:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_get_contacts ##### -->
<para>
@@ -579,6 +733,18 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_get_contacts_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ query:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_remove_contact ##### -->
<para>
@@ -591,6 +757,18 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_remove_contact_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ contact:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_remove_contact_by_id ##### -->
<para>
@@ -603,6 +781,18 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_remove_contact_by_id_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ id:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_remove_contacts ##### -->
<para>
@@ -615,6 +805,18 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_remove_contacts_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ ids:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_add_contact ##### -->
<para>
@@ -627,6 +829,18 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_add_contact_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ contact:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_commit_contact ##### -->
<para>
@@ -639,6 +853,18 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_commit_contact_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ contact:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_get_book_view ##### -->
<para>
@@ -653,6 +879,20 @@ The writable status for this book is being reported.
@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 ##### -->
<para>
@@ -665,6 +905,18 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_get_changes_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ changeid:
+ cb:
+ closure:
+ Returns:
+
+
<!-- ##### FUNCTION e_book_async_get_required_fields ##### -->
<para>
@@ -676,3 +928,14 @@ The writable status for this book is being reported.
@Returns:
+<!-- ##### FUNCTION e_book_async_get_required_fields_ex ##### -->
+<para>
+
+</para>
+
+ book:
+ cb:
+ closure:
+ Returns:
+
+
diff --git a/docs/reference/addressbook/libedata-book/Makefile.am b/docs/reference/addressbook/libedata-book/Makefile.am
index aa97dfe..d7642b5 100644
--- a/docs/reference/addressbook/libedata-book/Makefile.am
+++ b/docs/reference/addressbook/libedata-book/Makefile.am
@@ -17,6 +17,7 @@ CFILE_GLOB = $(top_srcdir)/addressbook/libedata-book/*.c
IGNORE_HFILES = \
e-data-book-glue.h \
e-data-book-factory-glue.h \
+ e-data-book-marshal.h \
e-data-book-view-glue.h \
e-data-book-types.h \
opid.h
diff --git a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
index 8d3c482..03e0f10 100644
--- a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
+++ b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
@@ -1,7 +1,6 @@
<SECTION>
<FILE>e-book-backend-sync</FILE>
<TITLE>EBookBackendSync</TITLE>
-EBookBackendSyncStatus
EBookBackendSync
e_book_backend_sync_construct
e_book_backend_sync_remove
@@ -188,6 +187,10 @@ e_book_backend_cache_get_type
<TITLE>EDataBook</TITLE>
EDataBook
E_DATA_BOOK_ERROR
+e_data_book_create_error
+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_get_backend
e_data_book_get_source
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 6330848..9e6186a 100644
--- a/docs/reference/addressbook/libedata-book/tmpl/e-data-book.sgml
+++ b/docs/reference/addressbook/libedata-book/tmpl/e-data-book.sgml
@@ -56,6 +56,45 @@ EDataBook
+<!-- ##### FUNCTION e_data_book_create_error ##### -->
+<para>
+
+</para>
+
+ status:
+ custom_msg:
+ Returns:
+
+
+<!-- ##### FUNCTION e_data_book_create_error_fmt ##### -->
+<para>
+
+</para>
+
+ status:
+ custom_msg_fmt:
+ Varargs:
+ Returns:
+
+
+<!-- ##### FUNCTION e_data_book_status_to_string ##### -->
+<para>
+
+</para>
+
+ status:
+ Returns:
+
+
+<!-- ##### MACRO e_return_data_book_error_if_fail ##### -->
+<para>
+
+</para>
+
+ expr:
+ _code:
+
+
<!-- ##### FUNCTION e_data_book_new ##### -->
<para>
diff --git a/docs/reference/calendar/libecal/libecal-sections.txt b/docs/reference/calendar/libecal/libecal-sections.txt
index 7ab5dac..ff44c7a 100644
--- a/docs/reference/calendar/libecal/libecal-sections.txt
+++ b/docs/reference/calendar/libecal/libecal-sections.txt
@@ -296,6 +296,7 @@ E_CALENDAR_ERROR
e_calendar_error_quark
ECalChangeType
ECalendarStatus
+E_CALENDAR_STATUS_CORBA_EXCEPTION
</SECTION>
<SECTION>
@@ -366,6 +367,7 @@ e_cal_util_get_system_timezone
ECalView
e_cal_view_get_client
e_cal_view_start
+e_cal_view_stop
<SUBSECTION Standard>
E_TYPE_CAL_VIEW
E_CAL_VIEW
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 0a7e321..4f44101 100644
--- a/docs/reference/calendar/libecal/tmpl/e-cal-check-timezones.sgml
+++ b/docs/reference/calendar/libecal/tmpl/e-cal-check-timezones.sgml
@@ -52,6 +52,9 @@ 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:
+ 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-types.sgml b/docs/reference/calendar/libecal/tmpl/e-cal-types.sgml
index 1dd8fae..a0d5745 100644
--- a/docs/reference/calendar/libecal/tmpl/e-cal-types.sgml
+++ b/docs/reference/calendar/libecal/tmpl/e-cal-types.sgml
@@ -72,3 +72,10 @@ e-cal-types
@E_CALENDAR_STATUS_INVALID_SERVER_VERSION:
@E_CALENDAR_STATUS_NOT_SUPPORTED:
+<!-- ##### MACRO E_CALENDAR_STATUS_CORBA_EXCEPTION ##### -->
+<para>
+
+</para>
+
+
+
diff --git a/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml b/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
index 6ad6ea9..cd508b9 100644
--- a/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
+++ b/docs/reference/calendar/libecal/tmpl/e-cal-view.sgml
@@ -109,3 +109,11 @@ ECalView is a view of the ECal.
@view:
+<!-- ##### FUNCTION e_cal_view_stop ##### -->
+<para>
+
+</para>
+
+ view:
+
+
diff --git a/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt b/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
index 0959893..64ec75d 100644
--- a/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
+++ b/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
@@ -81,7 +81,6 @@ e_cal_backend_sexp_get_type
<FILE>e-cal-backend-sync</FILE>
<TITLE>ECalBackendSync</TITLE>
ECalBackendSync
-ECalBackendSyncStatus
ECalBackendSyncFactoryFn
e_cal_backend_sync_set_lock
e_cal_backend_sync_is_read_only
@@ -270,6 +269,10 @@ e_cal_backend_file_store_get_type
<TITLE>EDataCal</TITLE>
E_DATA_CAL_ERROR
EDataCal
+e_data_cal_create_error
+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_get_backend
e_data_cal_get_source
@@ -327,7 +330,6 @@ e_data_cal_view_listener_set_mode_status_get_type
<FILE>e-cal-backend-util</FILE>
e_cal_backend_mail_account_get_default
e_cal_backend_mail_account_is_valid
-e_cal_backend_status_to_string
e_cal_backend_user_declined
</SECTION>
@@ -375,7 +377,7 @@ e_data_cal_view_object_matches
e_data_cal_view_get_matched_objects
e_data_cal_view_is_started
e_data_cal_view_is_done
-e_data_cal_view_get_done_status
+e_data_cal_view_is_stopped
e_data_cal_view_notify_objects_added
e_data_cal_view_notify_objects_added_1
e_data_cal_view_notify_objects_modified
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 fed909e..8445786 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
@@ -111,6 +111,15 @@ Implementation of the calendar CORBA search interface.
@Returns:
+<!-- ##### FUNCTION e_data_cal_view_is_stopped ##### -->
+<para>
+
+</para>
+
+ query:
+ Returns:
+
+
<!-- ##### FUNCTION e_data_cal_view_notify_objects_added ##### -->
<para>
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 b07eb5f..da96b1c 100644
--- a/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml
+++ b/docs/reference/calendar/libedata-cal/tmpl/e-data-cal.sgml
@@ -64,6 +64,45 @@ Implementation of the calendar CORBA client interface.
@edatacal: the object which received the signal.
@arg1:
+<!-- ##### FUNCTION e_data_cal_create_error ##### -->
+<para>
+
+</para>
+
+ status:
+ custom_msg:
+ Returns:
+
+
+<!-- ##### FUNCTION e_data_cal_create_error_fmt ##### -->
+<para>
+
+</para>
+
+ status:
+ custom_msg_fmt:
+ Varargs:
+ Returns:
+
+
+<!-- ##### FUNCTION e_data_cal_status_to_string ##### -->
+<para>
+
+</para>
+
+ status:
+ Returns:
+
+
+<!-- ##### MACRO e_return_data_cal_error_if_fail ##### -->
+<para>
+
+</para>
+
+ expr:
+ _code:
+
+
<!-- ##### FUNCTION e_data_cal_new ##### -->
<para>
diff --git a/docs/reference/camel/camel-sections.txt b/docs/reference/camel/camel-sections.txt
index 5dd7b29..6b721fd 100644
--- a/docs/reference/camel/camel-sections.txt
+++ b/docs/reference/camel/camel-sections.txt
@@ -405,6 +405,8 @@ camel_filter_driver_get_type
<FILE>camel-folder</FILE>
<TITLE>CamelFolder</TITLE>
CamelFolder
+CAMEL_FOLDER_ERROR
+CamelFolderError
CamelFolderChangeInfo
CamelFolderQuotaInfo
CAMEL_FOLDER_HAS_SUMMARY_CAPABILITY
@@ -500,6 +502,7 @@ CamelFolderClass
CamelFolderPrivate
CamelFolderChangeInfoPrivate
camel_folder_get_type
+camel_folder_error_quark
</SECTION>
<SECTION>
@@ -1444,6 +1447,8 @@ camel_nntp_address_get_type
<FILE>camel-object</FILE>
<TITLE>CamelObject</TITLE>
CamelObject
+CAMEL_ERROR
+CamelError
CamelParamFlags
camel_object_state_read
camel_object_state_write
@@ -1472,6 +1477,7 @@ CamelObjectClass
<SUBSECTION Private>
CamelObjectPrivate
camel_object_get_type
+camel_error_quark
</SECTION>
<SECTION>
@@ -1874,6 +1880,8 @@ camel_seekable_substream_get_type
<FILE>camel-service</FILE>
<TITLE>CamelService</TITLE>
CamelService
+CAMEL_SERVICE_ERROR
+CamelServiceError
CamelServiceConnectionStatus
CamelServiceAuthType
camel_service_construct
@@ -1900,6 +1908,7 @@ CamelServiceClass
<SUBSECTION Private>
CamelServicePrivate
camel_service_get_type
+camel_service_error_quark
</SECTION>
<SECTION>
@@ -2031,6 +2040,8 @@ camel_store_summary_get_type
<FILE>camel-store</FILE>
<TITLE>CamelStore</TITLE>
CamelStore
+CAMEL_STORE_ERROR
+CamelStoreError
CamelFolderInfo
CAMEL_FOLDER_NOSELECT
CAMEL_FOLDER_NOINFERIORS
@@ -2113,6 +2124,7 @@ CamelStoreClass
CamelStorePrivate
camel_isubscribe_get_type
camel_store_get_type
+camel_store_error_quark
</SECTION>
<SECTION>
@@ -2557,6 +2569,7 @@ camel_debug_init
camel_debug
camel_debug_start
camel_debug_end
+CAMEL_CHECK_GERROR
</SECTION>
<SECTION>
diff --git a/docs/reference/camel/tmpl/camel-cipher-context.sgml b/docs/reference/camel/tmpl/camel-cipher-context.sgml
index 714e8f0..358f5a1 100644
--- a/docs/reference/camel/tmpl/camel-cipher-context.sgml
+++ b/docs/reference/camel/tmpl/camel-cipher-context.sgml
@@ -454,6 +454,10 @@ CamelCipherContext
@gpointer cert_data:
@gpointer cert_data:
@gpointer cert_data:
+ gpointer cert_data:
+ gpointer cert_data:
+ gpointer cert_data:
+ gpointer cert_data:
@gpointer cert_data:
diff --git a/docs/reference/camel/tmpl/camel-debug.sgml b/docs/reference/camel/tmpl/camel-debug.sgml
index 4a6eb06..d578f69 100644
--- a/docs/reference/camel/tmpl/camel-debug.sgml
+++ b/docs/reference/camel/tmpl/camel-debug.sgml
@@ -68,3 +68,14 @@ camel-debug
@void:
+<!-- ##### MACRO CAMEL_CHECK_GERROR ##### -->
+<para>
+
+</para>
+
+ object:
+ method:
+ expr:
+ error:
+
+
diff --git a/docs/reference/camel/tmpl/camel-folder.sgml b/docs/reference/camel/tmpl/camel-folder.sgml
index 2ae2c2e..147dcde 100644
--- a/docs/reference/camel/tmpl/camel-folder.sgml
+++ b/docs/reference/camel/tmpl/camel-folder.sgml
@@ -69,6 +69,27 @@ CamelFolder
</para>
+<!-- ##### MACRO CAMEL_FOLDER_ERROR ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### ENUM CamelFolderError ##### -->
+<para>
+
+</para>
+
+ CAMEL_FOLDER_ERROR_INVALID:
+ CAMEL_FOLDER_ERROR_INVALID_STATE:
+ CAMEL_FOLDER_ERROR_NON_EMPTY:
+ CAMEL_FOLDER_ERROR_NON_UID:
+ CAMEL_FOLDER_ERROR_INSUFFICIENT_PERMISSION:
+ CAMEL_FOLDER_ERROR_INVALID_PATH:
+ CAMEL_FOLDER_ERROR_INVALID_UID:
+ CAMEL_FOLDER_ERROR_SUMMARY_INVALID:
+
<!-- ##### STRUCT CamelFolderChangeInfo ##### -->
<para>
diff --git a/docs/reference/camel/tmpl/camel-object.sgml b/docs/reference/camel/tmpl/camel-object.sgml
index c2ac140..23d9ce4 100644
--- a/docs/reference/camel/tmpl/camel-object.sgml
+++ b/docs/reference/camel/tmpl/camel-object.sgml
@@ -31,6 +31,20 @@ CamelObject
</para>
+<!-- ##### MACRO CAMEL_ERROR ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### ENUM CamelError ##### -->
+<para>
+
+</para>
+
+ CAMEL_ERROR_GENERIC:
+
<!-- ##### ENUM CamelParamFlags ##### -->
<para>
diff --git a/docs/reference/camel/tmpl/camel-service.sgml b/docs/reference/camel/tmpl/camel-service.sgml
index 0054fd4..1d809ec 100644
--- a/docs/reference/camel/tmpl/camel-service.sgml
+++ b/docs/reference/camel/tmpl/camel-service.sgml
@@ -26,6 +26,24 @@ CamelService
</para>
+<!-- ##### MACRO CAMEL_SERVICE_ERROR ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### ENUM CamelServiceError ##### -->
+<para>
+
+</para>
+
+ CAMEL_SERVICE_ERROR_INVALID:
+ CAMEL_SERVICE_ERROR_URL_INVALID:
+ CAMEL_SERVICE_ERROR_UNAVAILABLE:
+ CAMEL_SERVICE_ERROR_CANT_AUTHENTICATE:
+ CAMEL_SERVICE_ERROR_NOT_CONNECTED:
+
<!-- ##### ENUM CamelServiceConnectionStatus ##### -->
<para>
diff --git a/docs/reference/camel/tmpl/camel-store.sgml b/docs/reference/camel/tmpl/camel-store.sgml
index ab611ee..64e1e98 100644
--- a/docs/reference/camel/tmpl/camel-store.sgml
+++ b/docs/reference/camel/tmpl/camel-store.sgml
@@ -75,6 +75,21 @@ CamelStore
@camelstore: the object which received the signal.
@Param2:
+<!-- ##### MACRO CAMEL_STORE_ERROR ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### ENUM CamelStoreError ##### -->
+<para>
+
+</para>
+
+ CAMEL_STORE_ERROR_INVALID:
+ CAMEL_STORE_ERROR_NO_FOLDER:
+
<!-- ##### STRUCT CamelFolderInfo ##### -->
<para>
diff --git a/docs/reference/libedataserverui/libedataserverui-sections.txt b/docs/reference/libedataserverui/libedataserverui-sections.txt
index c11c528..9162865 100644
--- a/docs/reference/libedataserverui/libedataserverui-sections.txt
+++ b/docs/reference/libedataserverui/libedataserverui-sections.txt
@@ -1,6 +1,7 @@
<SECTION>
<FILE>e-book-auth-util</FILE>
e_load_book_source
+e_load_book_source_ex
</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 ccb30de..5451161 100644
--- a/docs/reference/libedataserverui/tmpl/e-book-auth-util.sgml
+++ b/docs/reference/libedataserverui/tmpl/e-book-auth-util.sgml
@@ -31,3 +31,14 @@ e-book-auth-util
@Returns:
+<!-- ##### FUNCTION e_load_book_source_ex ##### -->
+<para>
+
+</para>
+
+ source:
+ open_func:
+ user_data:
+ Returns:
+
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]