scrolled-window: fix an incorrect gtk-doc comment

This commit is contained in:
Cosimo Cecchi 2013-02-02 14:08:14 +01:00
parent bed3193e13
commit 8099f864c3

View File

@ -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,