[gtk+] API: Deprecate gtk_container_resize_children()



commit 63eb47577e209e22891aca8052ee29dc60192ba6
Author: Benjamin Otte <otte redhat com>
Date:   Thu May 30 20:02:30 2013 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index f66fd82..4a334df 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]