From 76d7331578320e9bccaedacb3662261452cb4afd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 23 Sep 2010 13:16:54 -0400 Subject: [PATCH] Fix the annotation of gtk_tree_view_create_row_drag_icon --- gtk/gtktreeview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 6ecfab206e..ec250d12d6 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -13764,7 +13764,7 @@ gtk_tree_view_get_dest_row_at_pos (GtkTreeView *tree_view, * Creates a #GdkPixmap representation of the row at @path. * This image is used for a drag icon. * - * Return value: (transfer none): a newly-allocated pixmap of the drag icon. + * Return value: (transfer full): a newly-allocated pixmap of the drag icon. **/ GdkPixmap * gtk_tree_view_create_row_drag_icon (GtkTreeView *tree_view,