[evolution-data-server] Deprecate e_client_util_copy_object_slist().



commit 63a1d8d5e562c27cda227180232f492d9302be2e
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jan 12 14:31:06 2013 -0500

    Deprecate e_client_util_copy_object_slist().
    
    Use e_util_copy_object_slist() instead.

 .../libedataserver/libedataserver-sections.txt     |    2 +-
 libedataserver/e-client.c                          |    2 ++
 libedataserver/e-client.h                          |    4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/libedataserver/libedataserver-sections.txt b/docs/reference/libedataserver/libedataserver-sections.txt
index a9f79be..14a3e8e 100644
--- a/docs/reference/libedataserver/libedataserver-sections.txt
+++ b/docs/reference/libedataserver/libedataserver-sections.txt
@@ -74,7 +74,6 @@ e_client_refresh_sync
 e_client_retrieve_capabilities
 e_client_retrieve_capabilities_finish
 e_client_retrieve_capabilities_sync
-e_client_util_copy_object_slist
 e_client_util_free_string_slist
 e_client_util_free_object_slist
 e_client_util_parse_comma_strings
@@ -87,6 +86,7 @@ e_client_remove_sync
 e_client_util_slist_to_strv
 e_client_util_strv_to_slist
 e_client_util_copy_string_slist
+e_client_util_copy_object_slist
 <SUBSECTION Standard>
 E_CLIENT
 E_IS_CLIENT
diff --git a/libedataserver/e-client.c b/libedataserver/e-client.c
index a3d770a..a667c75 100644
--- a/libedataserver/e-client.c
+++ b/libedataserver/e-client.c
@@ -1667,6 +1667,8 @@ e_client_util_copy_string_slist (GSList *copy_to,
  * The returned pointer can be freed with e_client_util_free_object_slist().
  *
  * Since: 3.2
+ *
+ * Deprecated: 3.8: Use e_util_copy_object_slist() instead.
  **/
 GSList *
 e_client_util_copy_object_slist (GSList *copy_to,
diff --git a/libedataserver/e-client.h b/libedataserver/e-client.h
index 3da7484..5823194 100644
--- a/libedataserver/e-client.h
+++ b/libedataserver/e-client.h
@@ -387,8 +387,6 @@ gboolean	e_client_retrieve_capabilities_sync
 						 GCancellable *cancellable,
 						 GError **error);
 
-GSList *	e_client_util_copy_object_slist	(GSList *copy_to,
-						 const GSList *objects);
 void		e_client_util_free_string_slist	(GSList *strings);
 void		e_client_util_free_object_slist	(GSList *objects);
 GSList *	e_client_util_parse_comma_strings
@@ -428,6 +426,8 @@ gchar **	e_client_util_slist_to_strv	(const GSList *strings);
 GSList *	e_client_util_strv_to_slist	(const gchar * const *strv);
 GSList *	e_client_util_copy_string_slist	(GSList *copy_to,
 						 const GSList *strings);
+GSList *	e_client_util_copy_object_slist	(GSList *copy_to,
+						 const GSList *objects);
 #endif /* EDS_DISABLE_DEPRECATED */
 
 G_END_DECLS



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