diff options
author | Benjamin Otte <otte@redhat.com> | 2014-05-18 16:08:30 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2014-05-18 16:09:21 +0200 |
commit | f191c13a27cbc4aaa9d7576bd84ba7873b58c10d (patch) | |
tree | 27d2a33f3b547216e7e88cd088cd02d6e8bac56d /gtk/gtkcontainer.h | |
parent | 0c55b841fc41a14f933f5d2f773cdcd7603289b5 (diff) | |
download | gtk+-f191c13a27cbc4aaa9d7576bd84ba7873b58c10d.tar.gz |
API: Deprecate gtk_container_set_reallocate_redraws()
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r-- | gtk/gtkcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index 6572306903..9e7d512e82 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -173,7 +173,7 @@ void gtk_container_unset_focus_chain (GtkContainer *container); /* Widget-level methods */ -GDK_AVAILABLE_IN_ALL +GDK_DEPRECATED_IN_3_14 void gtk_container_set_reallocate_redraws (GtkContainer *container, gboolean needs_redraws); GDK_AVAILABLE_IN_ALL |