Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30
[platform/upstream/glib.git] / glib / gunicode.h
index 83b4941..aafe933 100644 (file)
@@ -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;