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/gtksizegroup.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtksizegroup.c')
-rw-r--r-- | gtk/gtksizegroup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c index 9519ae9a24..159b59cccf 100644 --- a/gtk/gtksizegroup.c +++ b/gtk/gtksizegroup.c @@ -415,7 +415,7 @@ gtk_size_group_get_property (GObject *object, * * Create a new #GtkSizeGroup. - * Return value: a newly created #GtkSizeGroup + * Returns: a newly created #GtkSizeGroup **/ GtkSizeGroup * gtk_size_group_new (GtkSizeGroupMode mode) @@ -468,7 +468,7 @@ gtk_size_group_set_mode (GtkSizeGroup *size_group, * * Gets the current mode of the size group. See gtk_size_group_set_mode(). * - * Return value: the current mode of the size group. + * Returns: the current mode of the size group. **/ GtkSizeGroupMode gtk_size_group_get_mode (GtkSizeGroup *size_group) @@ -617,7 +617,7 @@ gtk_size_group_remove_widget (GtkSizeGroup *size_group, * * Returns the list of widgets associated with @size_group. * - * Return value: (element-type GtkWidget) (transfer none): a #GSList of + * Returns: (element-type GtkWidget) (transfer none): a #GSList of * widgets. The list is owned by GTK+ and should not be modified. * * Since: 2.10 |