revealer: Fix a typo in a function doc
Also, "ie" wasn't very clear, but fixing that to "i.e." would cause truncation of the summary when processed by bindings using doxygen. So, I replaced it with "in other words", which is no _less_ clear, at least.
This commit is contained in:
@@ -765,7 +765,7 @@ gtk_revealer_get_reveal_child (GtkRevealer *revealer)
|
||||
* gtk_revealer_get_child_revealed:
|
||||
* @revealer: a #GtkRevealer
|
||||
*
|
||||
* Returns whether the child is fully revealed, ie wether
|
||||
* Returns whether the child is fully revealed, in other words whether
|
||||
* the transition to the revealed state is completed.
|
||||
*
|
||||
* Returns: %TRUE if the child is fully revealed
|
||||
|
||||
Reference in New Issue
Block a user