Add G_GNUC_DEPRECATED to deprecated APIs in glib

This commit is contained in:
Matthias Clasen
2011-10-08 23:16:01 -04:00
parent 30b320b61c
commit f9b29ca034
16 changed files with 84 additions and 84 deletions

View File

@@ -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.