Add G_GNUC_DEPRECATED to deprecated functions in gobject

This commit is contained in:
Matthias Clasen
2011-10-08 23:23:43 -04:00
parent f9b29ca034
commit 93b3f6477e
4 changed files with 8 additions and 8 deletions

View File

@@ -528,7 +528,7 @@ void g_value_take_object (GValue *value,
gpointer v_object);
#ifndef G_DISABLE_DEPRECATED
void g_value_set_object_take_ownership (GValue *value,
gpointer v_object);
gpointer v_object) G_GNUC_DEPRECATED_FOR(g_value_take_object);
#endif
#if !defined(G_DISABLE_DEPRECATED) || defined(GTK_COMPILATION)