From 3f376d75ac790285d03735b1416290b6031b2d07 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sun, 18 Nov 2001 00:10:57 +0000 Subject: We no longer need to create the signals here ... they come from the Sat Nov 17 19:08:13 2001 Owen Taylor * tests/testtreeview.c (gtk_tree_model_types_get_type): We no longer need to create the signals here ... they come from the interface. * gtk/maketypes.awk: Use GType, not GtkType in output. * gtk/gtktypeutils.h: Mark virtually all of this file deprecated. * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full; the only use of this function is the GtkArg using GtkCallbackMarshal, since destroy notification is silly here. --- gtk/gtkcontainer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gtkcontainer.h') diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index ae8095aee2..3b06b78d4c 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -118,11 +118,13 @@ void gtk_container_check_resize (GtkContainer *container); void gtk_container_foreach (GtkContainer *container, GtkCallback callback, gpointer callback_data); +#ifndef GTK_DISABLE_DEPRECATED void gtk_container_foreach_full (GtkContainer *container, GtkCallback callback, GtkCallbackMarshal marshal, gpointer callback_data, GtkDestroyNotify notify); +#endif /* GTK_DISABLE_DEPRECATED */ GList* gtk_container_get_children (GtkContainer *container); #ifndef GTK_DISABLE_DEPRECATED -- cgit v1.2.1