diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-07-30 13:55:56 +0200 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-05 00:53:43 +0100 |
commit | 3a34295b9c3e12ece03c4c53ea7d298699babeaf (patch) | |
tree | 1a6cb52977c004761a88ac56c2fc2589012a5be4 /gtk/gtktreeselection.c | |
parent | 080e8ab0a8f5e0ff7f6ecb5a62635600f76211f9 (diff) | |
download | gtk+-3a34295b9c3e12ece03c4c53ea7d298699babeaf.tar.gz |
Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()
Closes: bgo#625650
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r-- | gtk/gtktreeselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c index 7272f43c82..61445c5a67 100644 --- a/gtk/gtktreeselection.c +++ b/gtk/gtktreeselection.c @@ -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 |