mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 12:37:46 +02:00
Add G_GNUC_DEPRECATED to deprecated APIs in glib
This commit is contained in:
@@ -569,7 +569,7 @@ void g_unicode_canonical_ordering (gunichar *string,
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
/* Deprecated. Use g_unichar_fully_decompose() */
|
||||
gunichar *g_unicode_canonical_decomposition (gunichar ch,
|
||||
gsize *result_len) G_GNUC_MALLOC;
|
||||
gsize *result_len) G_GNUC_MALLOC G_GNUC_DEPRECATED;
|
||||
#endif
|
||||
|
||||
/* Array of skip-bytes-per-initial character.
|
||||
|
Reference in New Issue
Block a user