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/gtkmenutoolbutton.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkmenutoolbutton.c')
-rw-r--r-- | gtk/gtkmenutoolbutton.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkmenutoolbutton.c b/gtk/gtkmenutoolbutton.c index 3385e13fcb..f2932cc198 100644 --- a/gtk/gtkmenutoolbutton.c +++ b/gtk/gtkmenutoolbutton.c @@ -335,7 +335,7 @@ gtk_menu_tool_button_buildable_interface_init (GtkBuildableIface *iface) * Creates a new #GtkMenuToolButton using @icon_widget as icon and * @label as label. * - * Return value: the new #GtkMenuToolButton + * Returns: the new #GtkMenuToolButton * * Since: 2.6 **/ @@ -364,7 +364,7 @@ gtk_menu_tool_button_new (GtkWidget *icon_widget, * The new #GtkMenuToolButton will contain an icon and label from * the stock item indicated by @stock_id. * - * Return value: the new #GtkMenuToolButton + * Returns: the new #GtkMenuToolButton * * Since: 2.6 * @@ -426,7 +426,7 @@ gtk_menu_tool_button_set_menu (GtkMenuToolButton *button, * * Gets the #GtkMenu associated with #GtkMenuToolButton. * - * Return value: (transfer none): the #GtkMenu associated + * Returns: (transfer none): the #GtkMenu associated * with #GtkMenuToolButton * * Since: 2.6 |