GNOME Bugzilla – Bug 603923
[annotations] gtk_tree_store_newv/set_column_types
Last modified: 2010-02-19 20:58:25 UTC
Created attachment 149209 [details] [review] Fixed parameter types for GtkTreeStore Gtk-custom.c is missing some custom magic for GtkTreeStore that's already present for GtkListStore. See the patch.
The patch adds another set of annotation for GtkListStore, don't think that's what you had in mind.
Created attachment 149280 [details] [review] Fixed parameter types for GtkTreeStore Oops, forgot to rename the functions after copy&paste.
Review of attachment 149280 [details] [review]: ::: gir/Gtk-custom.c @@ +1448,3 @@ + * @columns: (array length=n_values): List of columns + * @iter: + * gtk_tree_store_set_valuesv: this is wrong
Err... maybe because you have the 3 lines backwards? I'm confused.
Oops, that's because the code review messed things up. You still mention #GtkListStore in the doc string.
Created attachment 149502 [details] [review] Fixed parameter types for GtkTreeStore Fixed the doc string and added gtk_tree_store_newv, which was missing.
Moving to gtk+, we shouldn't really modify gir-repository any more.
Fixed in gtk+ HEAD