mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 20:29:21 +02:00
Add versioned deprecation annotation
We start from GLib 2.26. https://bugzilla.gnome.org/show_bug.cgi?id=670542
This commit is contained in:
committed by
Matthias Clasen
parent
817d992abc
commit
550fcaddf7
@@ -590,7 +590,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;
|
||||
|
||||
|
Reference in New Issue
Block a user