[gtk+] scrolled-window: fix an incorrect gtk-doc comment



commit 8099f864c3c610c695fd9f1ecca55549b3425260
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Feb 2 14:08:14 2013 +0100

    scrolled-window: fix an incorrect gtk-doc comment

 gtk/gtkscrolledwindow.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c
index be780d4..a5dd811 100644
--- a/gtk/gtkscrolledwindow.c
+++ b/gtk/gtkscrolledwindow.c
@@ -3102,8 +3102,7 @@ gtk_scrolled_window_remove (GtkContainer *container,
  * #GtkScrollable interface.
  *
  * Deprecated: 3.8: gtk_container_add() will now automatically add
- * a #GtkViewport if the child doesn't implement #GtkScrollable. This
- * function now just calls gtk_container_add()
+ * a #GtkViewport if the child doesn't implement #GtkScrollable.
  */
 void
 gtk_scrolled_window_add_with_viewport (GtkScrolledWindow *scrolled_window,



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