summaryrefslogtreecommitdiffstats
path: root/lib/glibcompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glibcompat.h')
-rw-r--r--lib/glibcompat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/glibcompat.h b/lib/glibcompat.h
index cb40966..4f0b4d6 100644
--- a/lib/glibcompat.h
+++ b/lib/glibcompat.h
@@ -21,14 +21,14 @@ void g_clear_slist (GSList ** slist_ptr, GDestroyNotify destroy);
void g_clear_list (GList ** list_ptr, GDestroyNotify destroy);
#endif /* ! GLIB_CHECK_VERSION (2, 63, 3) */
-#if ! GLIB_CHECK_VERSION (2, 32, 0)
-void g_queue_free_full (GQueue * queue, GDestroyNotify free_func);
-#endif /* ! GLIB_CHECK_VERSION (2, 32, 0) */
-
#if ! GLIB_CHECK_VERSION (2, 60, 0)
void g_queue_clear_full (GQueue * queue, GDestroyNotify free_func);
#endif /* ! GLIB_CHECK_VERSION (2, 60, 0) */
+#if ! GLIB_CHECK_VERSION (2, 77, 0)
+GString *g_string_new_take (char *init);
+#endif /* ! GLIB_CHECK_VERSION (2, 77, 0) */
+
/* There is no such API in GLib2 */
GString *mc_g_string_copy (GString * dest, const GString * src);