]> Pileus Git - ~andy/gtk/commitdiff
Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv
authorAlan Knowles <alan@akbkhome.com>
Tue, 9 Feb 2010 17:27:05 +0000 (12:27 -0500)
committerTim Horton <hortont424@gmail.com>
Tue, 9 Feb 2010 17:27:05 +0000 (12:27 -0500)
gtk/gtktreemodel.c
gtk/gtktreestore.c

index 675f10bf73e6d5d8af698b94d73987228af59c8c..5f01e6d791fccf300a395ab5a548f1974a3290e7 100644 (file)
@@ -1123,7 +1123,7 @@ gtk_tree_model_get_path (GtkTreeModel *tree_model,
  * @tree_model: A #GtkTreeModel.
  * @iter: The #GtkTreeIter.
  * @column: The column to lookup the value at.
- * @value: An empty #GValue to set.
+ * @value: (inout) (transfer none) An empty #GValue to set.
  *
  * Initializes and sets @value to that at @column.
  * When done with @value, g_value_unset() needs to be called 
index b7fcda89f7bcbb4faa28a8f3492e22ae657905fd..026ee39e1cfd41fb82b26a45da3a908f186c5635 100644 (file)
@@ -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