diff options
Diffstat (limited to 'gtk/gtksizegroup.c')
-rw-r--r-- | gtk/gtksizegroup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c index 6cd02c0e2e..645cdef358 100644 --- a/gtk/gtksizegroup.c +++ b/gtk/gtksizegroup.c @@ -585,8 +585,8 @@ gtk_size_group_remove_widget (GtkSizeGroup *size_group, * * Returns the list of widgets associated with @size_group. * - * Return value: a #GSList of widgets. The list is owned by GTK+ - * and should not be modified. + * Return value: (element-type GtkWidget) (transfer none): a #GSList of + * widgets. The list is owned by GTK+ and should not be modified. * * Since: 2.10 **/ |