Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()

Closes: bgo#625650
This commit is contained in:
Philip Withnall 2010-07-30 13:55:56 +02:00 committed by Philip Withnall
parent 080e8ab0a8
commit 3a34295b9c

View File

@ -402,7 +402,7 @@ gtk_tree_selection_get_selected (GtkTreeSelection *selection,
/**
* gtk_tree_selection_get_selected_rows:
* @selection: A #GtkTreeSelection.
* @model: (out) (allow-none): A pointer to set to the #GtkTreeModel, or %NULL.
* @model: (out) (allow-none) (transfer none): A pointer to set to the #GtkTreeModel, or %NULL.
*
* Creates a list of path of all selected rows. Additionally, if you are
* planning on modifying the model after calling this function, you may