Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv

This commit is contained in:
Alan Knowles 2010-02-09 12:27:05 -05:00 committed by Tim Horton
parent 9497a198f7
commit b193be9003
2 changed files with 2 additions and 2 deletions

View 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

View 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