]> Pileus Git - ~andy/gtk/commitdiff
add a transfer none annotation to gtk_tree_view_get_selection
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 25 May 2010 15:49:10 +0000 (11:49 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 25 May 2010 15:49:10 +0000 (11:49 -0400)
* it returns the selection from its priv structure without reffing

gtk/gtktreeview.c

index 6192e84d28f9a3d43cfd9722fdcce6d7a7cedada..533bb17e84a20f48171380a8737d03a9eab83e05 100644 (file)
@@ -10814,7 +10814,7 @@ gtk_tree_view_set_model (GtkTreeView  *tree_view,
  *
  * Gets the #GtkTreeSelection associated with @tree_view.
  *
- * Return value: A #GtkTreeSelection object.
+ * Return value: (transfer none): A #GtkTreeSelection object.
  **/
 GtkTreeSelection *
 gtk_tree_view_get_selection (GtkTreeView *tree_view)