[gtkmm] Gtk::Container: Remove obsolete comments that confuse doxygen



commit fc48172f0391a81ed3ec40f5454519cd05e613f4
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Thu Feb 12 16:55:45 2015 +0100

    Gtk::Container: Remove obsolete comments that confuse doxygen
    
    * gtk/src/container.hg: Remove obsolete comments that doxygen erroneously
    adds to the documentation of get_children().
    Remove _IGNORE() directive for now non-existent functions. gmmproc warns.

 gtk/src/container.hg |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/gtk/src/container.hg b/gtk/src/container.hg
index 75d0989..495660d 100644
--- a/gtk/src/container.hg
+++ b/gtk/src/container.hg
@@ -60,8 +60,7 @@ class Label;
 class Container : public Widget
 {
   _CLASS_GTKOBJECT(Container,GtkContainer,GTK_CONTAINER,Gtk::Widget,GtkWidget)
-  _IGNORE(gtk_container_child_set_valist, gtk_container_get_focus_chain,
-          gtk_container_foreach_full, gtk_container_children, gtk_container_border_width)
+  _IGNORE(gtk_container_child_set_valist, gtk_container_get_focus_chain)
 public:
 
 /* Application-level methods */
@@ -111,7 +110,7 @@ public:
 
   /** Operate on contained items, including internal children.
    *
-   * Invokes the @ slot on each child of the container, including children
+   * Invokes the @a slot on each child of the container, including children
    * that are considered "internal" (implementation details of the
    * container). "Internal" children generally weren't added by the user
    * of the container, but were added by the container implementation
@@ -123,12 +122,6 @@ public:
   void forall(const ForeachSlot& slot);
   _IGNORE(gtk_container_forall)
 
-  /// (internal) Operate on contained items (see foreach())
-  //_WRAP_METHOD(void foreach_(GtkCallback callback,gpointer data),gtk_container_foreach)
-
-  /// (internal) Operate on contained items (see foreach())
-  //_WRAP_METHOD(void foreach_full_(GtkCallback callback,GtkCallbackMarshal marshal, gpointer 
data,GDestroyNotify notify),gtk_container_foreach_full)
-
 #m4 _CONVERSION(`GList*',`std::vector<Widget*>',`Glib::ListHandler<Widget*>::list_to_vector($3, 
Glib::OWNERSHIP_SHALLOW)')
   _WRAP_METHOD(std::vector<Widget*> get_children(), gtk_container_get_children)
 #m4 _CONVERSION(`GList*',`std::vector<const Widget*>',`Glib::ListHandler<const Widget*>::list_to_vector($3, 
Glib::OWNERSHIP_SHALLOW)')


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