From 63eb47577e209e22891aca8052ee29dc60192ba6 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 30 May 2013 20:02:30 +0200 Subject: [PATCH] API: Deprecate gtk_container_resize_children() It does ad things and is undocumented, so I'll just silently deprecate it. --- gtk/gtkcontainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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