Widget: Fix obvious copypasto in set_mapped() doc

This commit is contained in:
Daniel Boles 2017-10-01 20:22:08 +01:00
parent 82a9331144
commit 142ef42d22

View 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.