summaryrefslogtreecommitdiff
path: root/glib/gunicode.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2012-02-21 13:40:50 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-02-21 13:44:40 +0000
commitfa141ae980889746fc281b0bb373252c35095383 (patch)
tree4d6940ba3d26ba9751b6637113dd4f6fbeebc200 /glib/gunicode.h
parent96cbbf46bd93bb9d28380bdbe41db19573cfd850 (diff)
downloadglib-wip/version-bounds.tar.gz
Add versioned deprecation annotationwip/version-bounds
We start from GLib 2.26.
Diffstat (limited to 'glib/gunicode.h')
-rw-r--r--glib/gunicode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gunicode.h b/glib/gunicode.h
index 10d35329a..93598725d 100644
--- a/glib/gunicode.h
+++ b/glib/gunicode.h
@@ -570,7 +570,7 @@ void g_unicode_canonical_ordering (gunichar *string,
gsize len);
-GLIB_DEPRECATED
+GLIB_DEPRECATED_IN_2_30
gunichar *g_unicode_canonical_decomposition (gunichar ch,
gsize *result_len) G_GNUC_MALLOC;