From 3e16fd996733300cd3a75ab259bf2225d2a0fe76 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 27 May 2010 18:36:04 -0400 Subject: [PATCH] gtk_tree_selection_get_selected: added transfer none annotation to model out arg --- gtk/gtktreeselection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c index 4a275da5c0..59ce8aea3a 100644 --- a/gtk/gtktreeselection.c +++ b/gtk/gtktreeselection.c @@ -327,7 +327,7 @@ gtk_tree_selection_get_tree_view (GtkTreeSelection *selection) /** * gtk_tree_selection_get_selected: * @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. * @iter: (allow-none): The #GtkTreeIter, or NULL. * * Sets @iter to the currently selected node if @selection is set to