From 469d333aa27c67f7d9b2f3923d62fef8519ff2ba Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 19 Feb 2014 18:49:43 -0500 Subject: docs: use Returns: consistently Instead of Return value: --- gtk/gtkmenutoolbutton.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/gtkmenutoolbutton.c') 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 -- cgit v1.2.1