From bd37724fafbd2eb5f21892bcef9555bf2fca0816 Mon Sep 17 00:00:00 2001 From: Micah Carrick Date: Wed, 11 May 2011 16:14:14 -0400 Subject: [PATCH] Fix annotation for Gtk.TreeView.enable_model_drag_source https://bugzilla.gnome.org/show_bug.cgi?id=649979 --- gtk/gtktreeview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 47d0282cae..d66db75c90 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -13392,7 +13392,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: 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