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/gtkradiotoolbutton.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkradiotoolbutton.c')
-rw-r--r-- | gtk/gtkradiotoolbutton.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkradiotoolbutton.c b/gtk/gtkradiotoolbutton.c index 60d0d4a171..860abd94d3 100644 --- a/gtk/gtkradiotoolbutton.c +++ b/gtk/gtkradiotoolbutton.c @@ -129,7 +129,7 @@ gtk_radio_tool_button_set_property (GObject *object, * * Creates a new #GtkRadioToolButton, adding it to @group. * - * Return value: The new #GtkRadioToolButton + * Returns: The new #GtkRadioToolButton * * Since: 2.4 **/ @@ -156,7 +156,7 @@ gtk_radio_tool_button_new (GSList *group) * The new #GtkRadioToolButton will contain an icon and label from the * stock item indicated by @stock_id. * - * Return value: The new #GtkRadioToolButton + * Returns: The new #GtkRadioToolButton * * Since: 2.4 * @@ -186,7 +186,7 @@ gtk_radio_tool_button_new_from_stock (GSList *group, * * Creates a new #GtkRadioToolButton adding it to the same group as @gruup * - * Return value: (transfer none): The new #GtkRadioToolButton + * Returns: (transfer none): The new #GtkRadioToolButton * * Since: 2.4 **/ @@ -212,7 +212,7 @@ gtk_radio_tool_button_new_from_widget (GtkRadioToolButton *group) * The new #GtkRadioToolButton will contain an icon and label from the * stock item indicated by @stock_id. * - * Return value: (transfer none): A new #GtkRadioToolButton + * Returns: (transfer none): A new #GtkRadioToolButton * * Since: 2.4 * @@ -249,7 +249,7 @@ get_radio_button (GtkRadioToolButton *button) * * Returns the radio button group @button belongs to. * - * Return value: (transfer none) (element-type GtkRadioButton): The group @button belongs to. + * Returns: (transfer none) (element-type GtkRadioButton): The group @button belongs to. * * Since: 2.4 */ |