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



commit 3d6519bae3c9134dc141187fe117ab03027dce8a
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jan 12 14:27:08 2013 -0500

    Deprecate e_client_util_slist_to_strv().
    
    Use e_util_slist_to_strv() instead.

 .../libedataserver/libedataserver-sections.txt     |    2 +-
 libedataserver/e-client.c                          |    2 ++
 libedataserver/e-client.h                          |    3 +--
 3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/libedataserver/libedataserver-sections.txt b/docs/reference/libedataserver/libedataserver-sections.txt
index b521a44..7642310 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_slist_to_strv
 e_client_util_strv_to_slist
 e_client_util_copy_string_slist
 e_client_util_copy_object_slist
@@ -87,6 +86,7 @@ e_client_util_unwrap_dbus_error
 e_client_remove
 e_client_remove_finish
 e_client_remove_sync
+e_client_util_slist_to_strv
 <SUBSECTION Standard>
 E_CLIENT
 E_IS_CLIENT
diff --git a/libedataserver/e-client.c b/libedataserver/e-client.c
index 83ee751..3da6d8b 100644
--- a/libedataserver/e-client.c
+++ b/libedataserver/e-client.c
@@ -1604,6 +1604,8 @@ e_client_refresh_sync (EClient *client,
  * Note: Paired function for this is e_client_util_strv_to_slist().
  *
  * Since: 3.2
+ *
+ * Deprecated: 3.8: Use e_util_slist_to_strv() instead.
  **/
 gchar **
 e_client_util_slist_to_strv (const GSList *strings)
diff --git a/libedataserver/e-client.h b/libedataserver/e-client.h
index 18c2cce..bfe8824 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);
 
-/* utility functions */
-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);
@@ -429,6 +427,7 @@ gboolean	e_client_remove_finish		(EClient *client,
 gboolean	e_client_remove_sync		(EClient *client,
 						 GCancellable *cancellable,
 						 GError **error);
+gchar **	e_client_util_slist_to_strv	(const GSList *strings);
 #endif /* EDS_DISABLE_DEPRECATED */
 
 G_END_DECLS



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