]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktreeselection.c
Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()
[~andy/gtk] / gtk / gtktreeselection.c
index 7272f43c82047aa8fb56199fd1480b32f4cf6cef..61445c5a67ebebf6be2610ed7c80ec857b5d0a35 100644 (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