diff options
author | Benjamin Otte <otte@redhat.com> | 2013-05-30 20:02:30 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-05-30 20:02:30 +0200 |
commit | 63eb47577e209e22891aca8052ee29dc60192ba6 (patch) | |
tree | 13149ca779fc396ec949fa4f0b560533ed8dcf4f /gtk/gtkcontainer.h | |
parent | 299714dd1a8839316fb2aba2d9555061670cebf5 (diff) | |
download | gtk+-63eb47577e209e22891aca8052ee29dc60192ba6.tar.gz |
API: Deprecate gtk_container_resize_children()
It does ad things and is undocumented, so I'll just silently deprecate
it.
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 f66fd826bd..4a334df783 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -174,7 +174,7 @@ void gtk_container_set_focus_hadjustment (GtkContainer *container, GDK_AVAILABLE_IN_ALL GtkAdjustment *gtk_container_get_focus_hadjustment (GtkContainer *container); -GDK_AVAILABLE_IN_ALL +GDK_DEPRECATED_IN_3_10 void gtk_container_resize_children (GtkContainer *container); GDK_AVAILABLE_IN_ALL |