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/gtkmenuitem.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkmenuitem.c')
-rw-r--r-- | gtk/gtkmenuitem.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c index a4bb5613ac..e36715feb9 100644 --- a/gtk/gtkmenuitem.c +++ b/gtk/gtkmenuitem.c @@ -1137,7 +1137,7 @@ activatable_update_label (GtkMenuItem *menu_item, GtkAction *action) * * This function is used by #GtkAction. * - * Return value: whether @menu is empty. + * Returns: whether @menu is empty. **/ static gboolean gtk_menu_is_empty (GtkWidget *menu) @@ -1358,7 +1358,7 @@ gtk_menu_item_set_submenu (GtkMenuItem *menu_item, * Gets the submenu underneath this menu item, if any. * See gtk_menu_item_set_submenu(). * - * Return value: (transfer none): submenu for this menu item, or %NULL if none + * Returns: (transfer none): submenu for this menu item, or %NULL if none */ GtkWidget * gtk_menu_item_get_submenu (GtkMenuItem *menu_item) @@ -2262,7 +2262,7 @@ gtk_menu_item_set_right_justified (GtkMenuItem *menu_item, * Gets whether the menu item appears justified at the right * side of the menu bar. * - * Return value: %TRUE if the menu item will appear at the + * Returns: %TRUE if the menu item will appear at the * far right if added to a menu bar. * * Deprecated: 3.2: See gtk_menu_item_set_right_justified() @@ -2593,7 +2593,7 @@ gtk_menu_item_set_use_underline (GtkMenuItem *menu_item, * Checks if an underline in the text indicates the next character * should be used for the mnemonic accelerator key. * - * Return value: %TRUE if an embedded underline in the label + * Returns: %TRUE if an embedded underline in the label * indicates the mnemonic accelerator key. * * Since: 2.16 |