diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:49:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:56:05 -0500 |
commit | 469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch) | |
tree | acacd39d222efb5f22738a36115ed946c43f7797 /gtk/gtkeventbox.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
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 |