From: Benjamin Otte Date: Sun, 3 Jan 2010 22:11:05 +0000 (+0100) Subject: Document missing signal parameter X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=8f7c3729efb53662013ab3ea1c0a5690f55e81b3;p=~andy%2Fgtk Document missing signal parameter --- 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.