From 8f7c3729efb53662013ab3ea1c0a5690f55e81b3 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 3 Jan 2010 23:11:05 +0100 Subject: [PATCH] Document missing signal parameter --- gtk/gtktreemodel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 0d0a4920e..675f10bf7 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -257,6 +257,9 @@ gtk_tree_model_base_init (gpointer g_class) * @path: a #GtkTreePath identifying the tree node whose children * have been reordered * @iter: a valid #GtkTreeIter pointing to the node whose + * @new_order: an array of integers mapping the current position of + * each child to its old position before the re-ordering, + * i.e. @new_order[newpos] = oldpos. * * This signal is emitted when the children of a node in the #GtkTreeModel * have been reordered. -- 2.43.2