summaryrefslogtreecommitdiff
path: root/glib/gunicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gunicode.h')
-rw-r--r--glib/gunicode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/gunicode.h b/glib/gunicode.h
index 83b494139..aafe93311 100644
--- a/glib/gunicode.h
+++ b/glib/gunicode.h
@@ -628,6 +628,7 @@ gchar* g_utf8_find_prev_char (const gchar *str,
glong g_utf8_strlen (const gchar *p,
gssize max) G_GNUC_PURE;
+GLIB_AVAILABLE_IN_2_30
gchar *g_utf8_substring (const gchar *str,
glong start_pos,
glong end_pos) G_GNUC_MALLOC;