From 94c6d19415ec5ec01d3272a1d11c09b9dc790cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wilmet?= Date: Wed, 26 Oct 2016 15:20:25 +0200 Subject: [PATCH] docs: fix copy/paste errors in the docs of GtkScrolledWindow Trivial commit. --- gtk/gtkscrolledwindow.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 3392475448..20c5d42c7b 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -4562,7 +4562,7 @@ gtk_scrolled_window_get_min_content_width (GtkScrolledWindow *scrolled_window) * size of the content. * * It is a programming error to set the minimum content width to a - * value smaller than #GtkScrolledWindow:max-content-width. + * value greater than #GtkScrolledWindow:max-content-width. * * Since: 3.0 */ @@ -4616,7 +4616,7 @@ gtk_scrolled_window_get_min_content_height (GtkScrolledWindow *scrolled_window) * size of the content. * * It is a programming error to set the minimum content height to a - * value smaller than #GtkScrolledWindow:max-content-height. + * value greater than #GtkScrolledWindow:max-content-height. * * Since: 3.0 */ @@ -4747,7 +4747,7 @@ gtk_scrolled_window_get_max_content_width (GtkScrolledWindow *scrolled_window) * @height: the maximum content height * * Sets the maximum height that @scrolled_window should keep visible. The - * @scrolled_window will grow up to this width before it starts scrolling + * @scrolled_window will grow up to this height before it starts scrolling * the content. * * It is a programming error to set the maximum content height to a value