diff options
Diffstat (limited to 'gtk/gtkeventbox.c')
-rw-r--r-- | gtk/gtkeventbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c index 97c72ecdde..9cd57fa2ac 100644 --- a/gtk/gtkeventbox.c +++ b/gtk/gtkeventbox.c @@ -205,7 +205,7 @@ gtk_event_box_get_property (GObject *object, * Returns whether the event box has a visible window. * See gtk_event_box_set_visible_window() for details. * - * Return value: %TRUE if the event box window is visible + * Returns: %TRUE if the event box window is visible * * Since: 2.4 */ @@ -308,7 +308,7 @@ gtk_event_box_set_visible_window (GtkEventBox *event_box, * windows of its child. See gtk_event_box_set_above_child() * for details. * - * Return value: %TRUE if the event box window is above the + * Returns: %TRUE if the event box window is above the * window of its child * * Since: 2.4 |