[gtk+/wip/baedert/drawing] widget: Fix a widget/container mixup



commit 522ef3e6d5fe65a5ea96dd1e438571377e60f585
Author: Timm Bäder <mail baedert org>
Date:   Sun Jul 9 14:30:45 2017 +0200

    widget: Fix a widget/container mixup

 gtk/gtkwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 06828f2..867e2a6 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -15572,7 +15572,7 @@ gtk_widget_forall (GtkWidget   *widget,
  * gtk_widget_snapshot_child:
  * @widget: a #GtkWidget
  * @child: a child of @widget
- * @snapshot: #GtkSnapshot as passed to the container. In particular, no
+ * @snapshot: #GtkSnapshot as passed to the widget. In particular, no
  *   calls to gtk_snapshot_offset() should have been applied by the
  *   parent.
  *


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