projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a9331
)
Widget: Fix obvious copypasto in set_mapped() doc
author
Daniel Boles
<dboles@src.gnome.org>
Sun, 1 Oct 2017 19:22:08 +0000
(20:22 +0100)
committer
Daniel Boles
<dboles@src.gnome.org>
Sun, 1 Oct 2017 19:23:59 +0000
(20:23 +0100)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index 7597d056975fb2d867a03de3285cb6974403697a..864edf6ef5c2ef50ab5aea6194d40f8dec121d7b 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-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
realiz
ed.
+ * Marks the widget as being
mapp
ed.
*
* This function should only ever be called in a derived widget's
* “map” or “unmap” implementation.