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



commit c550739d5fa40fa5567010b8f67731ed984e5f55
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jan 12 14:28:33 2013 -0500

    Deprecate e_client_util_strv_to_slist().
    
    Use e_util_strv_to_slist() instead.

 .../libedataserver/libedataserver-sections.txt     |    2 +-
 libedataserver/e-client.c                          |    2 ++
 libedataserver/e-client.h                          |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/libedataserver/libedataserver-sections.txt b/docs/reference/libedataserver/libedataserver-sections.txt
index 7642310..7992890 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_strv_to_slist
 e_client_util_copy_string_slist
 e_client_util_copy_object_slist
 e_client_util_free_string_slist
@@ -87,6 +86,7 @@ e_client_remove
 e_client_remove_finish
 e_client_remove_sync
 e_client_util_slist_to_strv
+e_client_util_strv_to_slist
 <SUBSECTION Standard>
 E_CLIENT
 E_IS_CLIENT
diff --git a/libedataserver/e-client.c b/libedataserver/e-client.c
index 3da6d8b..f57be2a 100644
--- a/libedataserver/e-client.c
+++ b/libedataserver/e-client.c
@@ -1626,6 +1626,8 @@ e_client_util_slist_to_strv (const GSList *strings)
  * Note: Paired function for this is e_client_util_slist_to_strv().
  *
  * Since: 3.2
+ *
+ * Deprecated: 3.8: Use e_util_strv_to_slist() instead.
  **/
 GSList *
 e_client_util_strv_to_slist (const gchar * const *strv)
diff --git a/libedataserver/e-client.h b/libedataserver/e-client.h
index bfe8824..e7b6288 100644
--- a/libedataserver/e-client.h
+++ b/libedataserver/e-client.h
@@ -387,7 +387,6 @@ gboolean	e_client_retrieve_capabilities_sync
 						 GCancellable *cancellable,
 						 GError **error);
 
-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,
@@ -428,6 +427,7 @@ gboolean	e_client_remove_sync		(EClient *client,
 						 GCancellable *cancellable,
 						 GError **error);
 gchar **	e_client_util_slist_to_strv	(const GSList *strings);
+GSList *	e_client_util_strv_to_slist	(const gchar * const *strv);
 #endif /* EDS_DISABLE_DEPRECATED */
 
 G_END_DECLS



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