[gtk+/gtk-2-90: 84/146] Remove remaining GtkContainer deprecated stuff



commit 68ef8e5beca26896904190f1e4eae485fd1e45b9
Author: Javier Jardón <javierjc1982 gmail com>
Date:   Sat Oct 10 17:19:47 2009 +0200

    Remove remaining GtkContainer deprecated stuff
    
    This completes commit 600216daac6df8deb0cdc042fc27f07a9c5c7c27

 docs/reference/gtk/gtk-sections.txt       |    1 -
 docs/reference/gtk/tmpl/gtkcontainer.sgml |   13 -------------
 gtk/gtk.symbols                           |    3 ---
 3 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt
index dbc9706..6b6f6c7 100644
--- a/docs/reference/gtk/gtk-sections.txt
+++ b/docs/reference/gtk/gtk-sections.txt
@@ -1002,7 +1002,6 @@ gtk_container_get_resize_mode
 gtk_container_set_resize_mode
 gtk_container_check_resize
 gtk_container_foreach
-gtk_container_foreach_full
 gtk_container_children
 gtk_container_get_children
 gtk_container_set_reallocate_redraws
diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml
index 7d28b5b..bd912f5 100644
--- a/docs/reference/gtk/tmpl/gtkcontainer.sgml
+++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml
@@ -285,19 +285,6 @@ Does the same as gtk_container_set_border_width().
 @callback_data: 
 
 
-<!-- ##### FUNCTION gtk_container_foreach_full ##### -->
-<para>
-
-</para>
-
- container: 
- callback: 
- marshal: 
- callback_data: 
- notify: 
- Deprecated: Use gtk_container_foreach() instead.
-
-
 <!-- ##### MACRO gtk_container_children ##### -->
 <para>
 Does the same as gtk_container_get_children().
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index e3b9b5d..f115dad 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -876,9 +876,6 @@ gtk_container_class_install_child_property
 gtk_container_class_list_child_properties
 gtk_container_forall
 gtk_container_foreach
-#ifndef GTK_DISABLE_DEPRECATED
-gtk_container_foreach_full
-#endif
 gtk_container_get_border_width
 gtk_container_get_children
 gtk_container_get_focus_chain



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