Fix GI annotation of GtkTreeModelFilter

Cherrypicked from master commit e0aa12eb.
This commit is contained in:
Martin Pitt 2011-01-09 22:10:49 -06:00
parent 8253735ed1
commit e361e38e09

View File

@ -2961,7 +2961,7 @@ gtk_tree_model_filter_set_root (GtkTreeModelFilter *filter,
* Creates a new #GtkTreeModel, with @child_model as the child_model
* and @root as the virtual root.
*
* Return value: A new #GtkTreeModel.
* Return value: (transfer full): A new #GtkTreeModel.
*
* Since: 2.4
*/
@ -2995,7 +2995,7 @@ gtk_tree_model_filter_new (GtkTreeModel *child_model,
*
* Returns a pointer to the child model of @filter.
*
* Return value: A pointer to a #GtkTreeModel.
* Return value: (transfer none): A pointer to a #GtkTreeModel.
*
* Since: 2.4
*/