[gtk+] Fix the annotation of gtk_tree_view_create_row_drag_icon



commit 76d7331578320e9bccaedacb3662261452cb4afd
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 23 13:16:54 2010 -0400

    Fix the annotation of gtk_tree_view_create_row_drag_icon

 gtk/gtktreeview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 6ecfab2..ec250d1 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]