summaryrefslogtreecommitdiff
path: root/glib/gstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gstring.h')
-rw-r--r--glib/gstring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/gstring.h b/glib/gstring.h
index 859668716..b4ccb34a9 100644
--- a/glib/gstring.h
+++ b/glib/gstring.h
@@ -51,6 +51,8 @@ struct _GString
GLIB_AVAILABLE_IN_ALL
GString* g_string_new (const gchar *init);
+GLIB_AVAILABLE_IN_2_78
+GString* g_string_new_take (gchar *init);
GLIB_AVAILABLE_IN_ALL
GString* g_string_new_len (const gchar *init,
gssize len);