[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: Sat, 12 Jan 2013 19:15:07 +0000 (UTC)
commit 1b9c0efbdb8648b2b54d7f97015487ab8aa8228b
Author: Matthew Barnes <mbarnes redhat com>
Date: Sat Jan 12 12:11:28 2013 -0500
Update API documentation.
calendar/libedata-cal/e-data-cal-view.h | 24 +++++++++---------
.../addressbook/libebook/libebook-sections.txt | 10 +++++--
.../libedata-book/libedata-book-sections.txt | 2 +
.../calendar/libecal/libecal-sections.txt | 6 +++-
.../libedata-cal/libedata-cal-sections.txt | 10 ++++---
.../reference/libebackend/libebackend-sections.txt | 5 ++++
.../libedataserver/libedataserver-sections.txt | 15 ++++++++++-
libedataserver/e-client.h | 26 ++++++++++----------
8 files changed, 62 insertions(+), 36 deletions(-)
---
diff --git a/calendar/libedata-cal/e-data-cal-view.h b/calendar/libedata-cal/e-data-cal-view.h
index 5ff9d98..7032a98 100644
--- a/calendar/libedata-cal/e-data-cal-view.h
+++ b/calendar/libedata-cal/e-data-cal-view.h
@@ -107,6 +107,18 @@ void e_data_cal_view_notify_components_modified_1
(EDataCalView *view,
ECalComponent *component);
+void e_data_cal_view_notify_objects_removed
+ (EDataCalView *view,
+ const GSList *ids);
+void e_data_cal_view_notify_objects_removed_1
+ (EDataCalView *view,
+ const ECalComponentId *id);
+void e_data_cal_view_notify_progress (EDataCalView *view,
+ gint percent,
+ const gchar *message);
+void e_data_cal_view_notify_complete (EDataCalView *view,
+ const GError *error);
+
#ifndef EDS_DISABLE_DEPRECATED
void e_data_cal_view_notify_objects_added
(EDataCalView *view,
@@ -122,18 +134,6 @@ void e_data_cal_view_notify_objects_modified_1
const gchar *object);
#endif /* EDS_DISABLE_DEPRECATED */
-void e_data_cal_view_notify_objects_removed
- (EDataCalView *view,
- const GSList *ids);
-void e_data_cal_view_notify_objects_removed_1
- (EDataCalView *view,
- const ECalComponentId *id);
-void e_data_cal_view_notify_progress (EDataCalView *view,
- gint percent,
- const gchar *message);
-void e_data_cal_view_notify_complete (EDataCalView *view,
- const GError *error);
-
G_END_DECLS
#endif /* E_DATA_CAL_VIEW_H */
diff --git a/docs/reference/addressbook/libebook/libebook-sections.txt b/docs/reference/addressbook/libebook/libebook-sections.txt
index ce23d7f..2bb7125 100644
--- a/docs/reference/addressbook/libebook/libebook-sections.txt
+++ b/docs/reference/addressbook/libebook/libebook-sections.txt
@@ -155,6 +155,7 @@ e_book_client_get_contacts_uids_sync
e_book_client_get_view
e_book_client_get_view_finish
e_book_client_get_view_sync
+<SUBSECTION Deprecated>
BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS
<SUBSECTION Standard>
E_BOOK_CLIENT
@@ -399,10 +400,11 @@ EVC_X_BOOK_UID
EVC_CONTACT_LIST
EVC_PARENT_CL
EVC_CL_UID
-EVC_X_DEST_EMAIL
-EVC_X_DEST_NAME
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
@@ -450,11 +452,12 @@ E_BOOK_ERROR
e_book_error_quark
EBookStatus
EDataBookStatus
-E_BOOK_ERROR_CORBA_EXCEPTION
EBookViewStatus
EBookChangeType
EBookChange
EBookIndexType
+<SUBSECTION Deprecated>
+E_BOOK_ERROR_CORBA_EXCEPTION
</SECTION>
<SECTION>
@@ -512,6 +515,7 @@ e_destination_import
e_destination_importv
e_destination_export_to_vcard_attribute
e_destination_freev
+<SUBSECTION Deprecated>
e_destination_set_book
<SUBSECTION Standard>
E_DESTINATION
diff --git a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
index 9ee3747..261c668 100644
--- a/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
+++ b/docs/reference/addressbook/libedata-book/libedata-book-sections.txt
@@ -46,6 +46,7 @@ e_book_backend_notify_property_changed
e_book_backend_sync
e_book_backend_set_is_removed
e_book_backend_respond_opened
+<SUBSECTION Deprecated>
BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS
e_book_backend_foreach_view
<SUBSECTION Standard>
@@ -181,6 +182,7 @@ e_book_backend_sqlitedb_remove
e_book_backend_sqlitedb_search_data_free
e_book_backend_sqlitedb_check_summary_query
e_book_backend_sqlitedb_check_summary_fields
+<SUBSECTION Deprecated>
e_book_backend_sqlitedb_is_summary_query
e_book_backend_sqlitedb_is_summary_fields
<SUBSECTION Standard>
diff --git a/docs/reference/calendar/libecal/libecal-sections.txt b/docs/reference/calendar/libecal/libecal-sections.txt
index 5a51b22..2365e76 100644
--- a/docs/reference/calendar/libecal/libecal-sections.txt
+++ b/docs/reference/calendar/libecal/libecal-sections.txt
@@ -81,6 +81,7 @@ e_cal_client_check_timezones
e_cal_client_tzlookup
e_cal_client_tzlookup_icomp
e_cal_match_tzid
+<SUBSECTION Deprecated>
e_cal_check_timezones
e_cal_tzlookup_ecal
e_cal_tzlookup_icomp
@@ -430,13 +431,14 @@ tm_to_icaltimetype
<SECTION>
<FILE>e-cal-types</FILE>
+EDataCalObjType
+EDataCalObjModType
+<SUBSECTION Deprecated>
E_CALENDAR_ERROR
e_calendar_error_quark
ECalChangeType
ECalChange
ECalendarStatus
-EDataCalObjType
-EDataCalObjModType
E_CALENDAR_STATUS_CORBA_EXCEPTION
</SECTION>
diff --git a/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt b/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
index d4bf314..a112465 100644
--- a/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
+++ b/docs/reference/calendar/libedata-cal/libedata-cal-sections.txt
@@ -56,6 +56,7 @@ e_cal_backend_notify_property_changed
e_cal_backend_empty_cache
e_cal_backend_set_is_removed
e_cal_backend_respond_opened
+<SUBSECTION Deprecated>
e_cal_backend_foreach_view
<SUBSECTION Standard>
E_CAL_BACKEND
@@ -335,14 +336,15 @@ e_data_cal_view_notify_components_added
e_data_cal_view_notify_components_added_1
e_data_cal_view_notify_components_modified
e_data_cal_view_notify_components_modified_1
-e_data_cal_view_notify_objects_added
-e_data_cal_view_notify_objects_added_1
-e_data_cal_view_notify_objects_modified
-e_data_cal_view_notify_objects_modified_1
e_data_cal_view_notify_objects_removed
e_data_cal_view_notify_objects_removed_1
e_data_cal_view_notify_progress
e_data_cal_view_notify_complete
+<SUBSECTION Deprecated>
+e_data_cal_view_notify_objects_added
+e_data_cal_view_notify_objects_added_1
+e_data_cal_view_notify_objects_modified
+e_data_cal_view_notify_objects_modified_1
<SUBSECTION Standard>
E_DATA_CAL_VIEW
E_IS_DATA_CAL_VIEW
diff --git a/docs/reference/libebackend/libebackend-sections.txt b/docs/reference/libebackend/libebackend-sections.txt
index 1c1a670..883e3c1 100644
--- a/docs/reference/libebackend/libebackend-sections.txt
+++ b/docs/reference/libebackend/libebackend-sections.txt
@@ -52,6 +52,7 @@ e_authentication_session_lookup_password_finish
e_authentication_session_delete_password_sync
e_authentication_session_delete_password
e_authentication_session_delete_password_finish
+<SUBSECTION Deprecated>
E_AUTHENTICATION_SESSION_KEYRING_ERROR
<SUBSECTION Standard>
E_AUTHENTICATION_SESSION
@@ -79,6 +80,10 @@ e_backend_get_source
e_backend_authenticate_sync
e_backend_authenticate
e_backend_authenticate_finish
+e_backend_get_user_prompter
+e_backend_trust_prompt_sync
+e_backend_trust_prompt
+e_backend_trust_prompt_finish
<SUBSECTION Standard>
E_BACKEND
E_IS_BACKEND
diff --git a/docs/reference/libedataserver/libedataserver-sections.txt b/docs/reference/libedataserver/libedataserver-sections.txt
index 3892d0a..b521a44 100644
--- a/docs/reference/libedataserver/libedataserver-sections.txt
+++ b/docs/reference/libedataserver/libedataserver-sections.txt
@@ -83,6 +83,7 @@ e_client_util_free_object_slist
e_client_util_parse_comma_strings
EClientErrorsList
e_client_util_unwrap_dbus_error
+<SUBSECTION Deprecated>
e_client_remove
e_client_remove_finish
e_client_remove_sync
@@ -148,6 +149,7 @@ e_flag_clear
e_flag_wait
e_flag_wait_until
e_flag_free
+<SUBSECTION Deprecated>
e_flag_timed_wait
</SECTION>
@@ -512,6 +514,7 @@ ESourceCollectionPrivate
ESourceExtension
E_SOURCE_PARAM_SETTING
e_source_extension_ref_source
+<SUBSECTION Deprecated>
e_source_extension_get_source
<SUBSECTION Standard>
E_SOURCE_EXTENSION
@@ -1001,6 +1004,8 @@ ESourceTaskListPrivate
<TITLE>ESourceWebdav</TITLE>
ESourceWebdav
E_SOURCE_EXTENSION_WEBDAV_BACKEND
+e_source_webdav_get_avoid_ifmatch
+e_source_webdav_set_avoid_ifmatch
e_source_webdav_get_calendar_auto_schedule
e_source_webdav_set_calendar_auto_schedule
e_source_webdav_get_display_name
@@ -1015,10 +1020,16 @@ e_source_webdav_set_resource_path
e_source_webdav_get_resource_query
e_source_webdav_dup_resource_query
e_source_webdav_set_resource_query
+e_source_webdav_get_ssl_trust
+e_source_webdav_dup_ssl_trust
+e_source_webdav_set_ssl_trust
e_source_webdav_dup_soup_uri
e_source_webdav_set_soup_uri
-e_source_webdav_get_avoid_ifmatch
-e_source_webdav_set_avoid_ifmatch
+ETrustPromptResponse
+e_source_webdav_prepare_ssl_trust_prompt
+e_source_webdav_store_ssl_trust_prompt
+e_source_webdav_unset_temporary_ssl_trust
+<SUBSECTION Deprecated>
e_source_webdav_get_ignore_invalid_cert
e_source_webdav_set_ignore_invalid_cert
<SUBSECTION Standard>
diff --git a/libedataserver/e-client.h b/libedataserver/e-client.h
index 365754f..18c2cce 100644
--- a/libedataserver/e-client.h
+++ b/libedataserver/e-client.h
@@ -399,19 +399,6 @@ void e_client_util_free_object_slist (GSList *objects);
GSList * e_client_util_parse_comma_strings
(const gchar *strings);
-#ifndef EDS_DISABLE_DEPRECATED
-void e_client_remove (EClient *client,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gboolean e_client_remove_finish (EClient *client,
- GAsyncResult *result,
- GError **error);
-gboolean e_client_remove_sync (EClient *client,
- GCancellable *cancellable,
- GError **error);
-#endif /* EDS_DISABLE_DEPRECATED */
-
typedef struct _EClientErrorsList EClientErrorsList;
/**
@@ -431,6 +418,19 @@ gboolean e_client_util_unwrap_dbus_error (GError *dbus_error,
GQuark known_errors_domain,
gboolean fail_when_none_matched);
+#ifndef EDS_DISABLE_DEPRECATED
+void e_client_remove (EClient *client,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean e_client_remove_finish (EClient *client,
+ GAsyncResult *result,
+ GError **error);
+gboolean e_client_remove_sync (EClient *client,
+ GCancellable *cancellable,
+ GError **error);
+#endif /* EDS_DISABLE_DEPRECATED */
+
G_END_DECLS
#endif /* E_CLIENT_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]