[gtk+] Fix annotation for Gtk.TreeView.enable_model_drag_source



commit 86f5849158fb3113d7bf2c9b09f9108a5709303c
Author: Micah Carrick <micah greentackle com>
Date:   Wed May 11 16:14:14 2011 -0400

    Fix annotation for Gtk.TreeView.enable_model_drag_source
    
    https://bugzilla.gnome.org/show_bug.cgi?id=649979

 gtk/gtktreeview.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 7c2901d..cd445bb 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -14081,7 +14081,7 @@ unset_reorderable (GtkTreeView *tree_view)
  * gtk_tree_view_enable_model_drag_source:
  * @tree_view: a #GtkTreeView
  * @start_button_mask: Mask of allowed buttons to start drag
- * @targets: (array): the table of targets that the drag will support
+ * @targets: (array length=n_targets): the table of targets that the drag will support
  * @n_targets: the number of items in @targets
  * @actions: the bitmask of possible actions for a drag from this
  *    widget



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