Widget: Fix obvious copypasto in set_mapped() doc
authorDaniel Boles <dboles@src.gnome.org>
Sun, 1 Oct 2017 19:22:08 +0000 (20:22 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 1 Oct 2017 19:23:59 +0000 (20:23 +0100)
gtk/gtkwidget.c

index 7597d056975fb2d867a03de3285cb6974403697a..864edf6ef5c2ef50ab5aea6194d40f8dec121d7b 100644 (file)
@@ -9231,7 +9231,7 @@ gtk_widget_get_mapped (GtkWidget *widget)
  * @widget: a #GtkWidget
  * @mapped: %TRUE to mark the widget as mapped
  *
- * Marks the widget as being realized.
+ * Marks the widget as being mapped.
  *
  * This function should only ever be called in a derived widget's
  * “map” or “unmap” implementation.