[libgda] Revert gda_parse_iso8601_timestamp() deprecation



commit 4d08e237a0dd6b18703aba87936cdf99e25d9b67
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Aug 12 20:53:28 2018 -0500

    Revert gda_parse_iso8601_timestamp() deprecation

 libgda/gda-util.h | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/libgda/gda-util.h b/libgda/gda-util.h
index 417622d5d..bfd32831b 100644
--- a/libgda/gda-util.h
+++ b/libgda/gda-util.h
@@ -120,7 +120,6 @@ void         gda_connection_string_split (const gchar *string, gchar **out_cnc_p
 gboolean     gda_parse_iso8601_date (GDate *gdate, const gchar *value);
 gboolean     gda_parse_iso8601_time (GdaTime *timegda, const gchar *value);
 
-GLIB_DEPRECATED_FOR(g_date_time_new_from_iso8601)
 GDateTime    *gda_parse_iso8601_timestamp (const gchar *value);
 gboolean     gda_parse_formatted_date (GDate *gdate, const gchar *value,
                                       GDateDMY first, GDateDMY second, GDateDMY third, gchar sep);


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