Deprecate e_client_util_strv_to_slist().
authorMatthew Barnes <mbarnes@redhat.com>
Sat, 12 Jan 2013 19:28:33 +0000 (14:28 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 12 Jan 2013 19:28:33 +0000 (14:28 -0500)
Use e_util_strv_to_slist() instead.

docs/reference/libedataserver/libedataserver-sections.txt
libedataserver/e-client.c
libedataserver/e-client.h

index 7642310..7992890 100644 (file)
@@ -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
index 3da6d8b..f57be2a 100644 (file)
@@ -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)
index bfe8824..e7b6288 100644 (file)
@@ -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