summaryrefslogtreecommitdiff
path: root/gtk/gtktreestore.c
diff options
context:
space:
mode:
authorAlan Knowles <alan@akbkhome.com>2010-02-09 12:27:05 -0500
committerTim Horton <hortont424@gmail.com>2010-02-09 12:27:05 -0500
commitb193be900347e0986b8d5b8923b7f9a1469ae216 (patch)
tree416def77ebc63fa92bbfa5621d0e33a17e20aaf4 /gtk/gtktreestore.c
parent9497a198f7c6fc528391648f5e85dfa09364fc74 (diff)
downloadgtk+-b193be900347e0986b8d5b8923b7f9a1469ae216.tar.gz
Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv
Diffstat (limited to 'gtk/gtktreestore.c')
-rw-r--r--gtk/gtktreestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c
index b7fcda89f7..026ee39e1c 100644
--- a/gtk/gtktreestore.c
+++ b/gtk/gtktreestore.c
@@ -325,7 +325,7 @@ gtk_tree_store_newv (gint n_columns,
* gtk_tree_store_set_column_types:
* @tree_store: A #GtkTreeStore
* @n_columns: Number of columns for the tree store
- * @types: An array of #GType types, one for each column
+ * @types: (array length=n_columns): An array of #GType types, one for each column
*
* This function is meant primarily for #GObjects that inherit from
* #GtkTreeStore, and should only be used when constructing a new