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/gtkmenu.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkmenu.c')
-rw-r--r-- | gtk/gtkmenu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c index bb0e5d69d3..a31ec09004 100644 --- a/gtk/gtkmenu.c +++ b/gtk/gtkmenu.c @@ -2363,7 +2363,7 @@ gtk_menu_set_tearoff_state (GtkMenu *menu, * Returns whether the menu is torn off. * See gtk_menu_set_tearoff_state(). * - * Return value: %TRUE if the menu is currently torn off. + * Returns: %TRUE if the menu is currently torn off. * * Deprecated: 3.10 */ @@ -2412,7 +2412,7 @@ gtk_menu_set_title (GtkMenu *menu, * * Returns the title of the menu. See gtk_menu_set_title(). * - * Return value: the title of the menu, or %NULL if the menu + * Returns: the title of the menu, or %NULL if the menu * has no title set on it. This string is owned by GTK+ * and should not be modified or freed. * @@ -5517,7 +5517,7 @@ gtk_menu_get_monitor (GtkMenu *menu) * Returns a list of the menus which are attached to this widget. * This list is owned by GTK+ and must not be modified. * - * Return value: (element-type GtkWidget) (transfer none): the list + * Returns: (element-type GtkWidget) (transfer none): the list * of menus attached to his widget. * * Since: 2.6 |