diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:14:33 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:56:06 +0100 |
commit | 3c8fc21e9b3e035b86ae0715b62dd88085ec08a8 (patch) | |
tree | 924c3474e294b5d2c65699bd839264ce8b6ea704 /gtk/gtkwidgetpath.c | |
parent | 497b66a5ab86b0a9c4a5af41a0c9e9343b7bb0cd (diff) | |
download | gtk+-3c8fc21e9b3e035b86ae0715b62dd88085ec08a8.tar.gz |
[GI] Fixes of existing incorrect annotations
Diffstat (limited to 'gtk/gtkwidgetpath.c')
-rw-r--r-- | gtk/gtkwidgetpath.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkwidgetpath.c b/gtk/gtkwidgetpath.c index f0ae30ea14..40f1cac16b 100644 --- a/gtk/gtkwidgetpath.c +++ b/gtk/gtkwidgetpath.c @@ -599,9 +599,9 @@ gtk_widget_path_iter_clear_classes (GtkWidgetPath *path, * Returns a list with all the class names defined for the widget * at position @pos in the hierarchy defined in @path. * - * Returns: (transfer container) (type utf8): The list of classes, - * This is a list of strings, the #GSList contents are - * owned by GTK+, but you should use g_slist_free() to + * Returns: (transfer container) (element-type utf8): The list of + * classes, This is a list of strings, the #GSList contents + * are owned by GTK+, but you should use g_slist_free() to * free the list itself. * * Since: 3.0 @@ -836,9 +836,9 @@ gtk_widget_path_iter_clear_regions (GtkWidgetPath *path, * Returns a list with all the region names defined for the widget * at position @pos in the hierarchy defined in @path. * - * Returns: (transfer container) (type utf8): The list of regions, - * This is a list of strings, the #GSList contents are - * owned by GTK+, but you should use g_slist_free() to + * Returns: (transfer container) (element-type utf8): The list of + * regions, This is a list of strings, the #GSList contents + * are owned by GTK+, but you should use g_slist_free() to * free the list itself. * * Since: 3.0 |