diff options
Diffstat (limited to 'gtk/gtktoggletoolbutton.c')
-rw-r--r-- | gtk/gtktoggletoolbutton.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtktoggletoolbutton.c b/gtk/gtktoggletoolbutton.c index bca04889e7..f7391143ea 100644 --- a/gtk/gtktoggletoolbutton.c +++ b/gtk/gtktoggletoolbutton.c @@ -387,7 +387,7 @@ gtk_toggle_tool_button_sync_action_properties (GtkActivatable *activatable, * * Returns a new #GtkToggleToolButton * - * Return value: a newly created #GtkToggleToolButton + * Returns: a newly created #GtkToggleToolButton * * Since: 2.4 **/ @@ -412,7 +412,7 @@ gtk_toggle_tool_button_new (void) * * It is an error if @stock_id is not a name of a stock item. * - * Return value: A new #GtkToggleToolButton + * Returns: A new #GtkToggleToolButton * * Since: 2.4 * @@ -462,7 +462,7 @@ gtk_toggle_tool_button_set_active (GtkToggleToolButton *button, * Queries a #GtkToggleToolButton and returns its current state. * Returns %TRUE if the toggle button is pressed in and %FALSE if it is raised. * - * Return value: %TRUE if the toggle tool button is pressed in, %FALSE if not + * Returns: %TRUE if the toggle tool button is pressed in, %FALSE if not * * Since: 2.4 **/ |