diff options
author | Benjamin Otte <otte@gnome.org> | 2010-01-03 23:11:05 +0100 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2010-01-03 23:12:24 +0100 |
commit | 8f7c3729efb53662013ab3ea1c0a5690f55e81b3 (patch) | |
tree | 8fd05ee2f13a6248c284cb53d4a645fefee28a51 /gtk/gtktreemodel.c | |
parent | bef70bc5bf73d6c5020f0d606c49321e9d424bd6 (diff) | |
download | gtk+-8f7c3729efb53662013ab3ea1c0a5690f55e81b3.tar.gz |
Document missing signal parameter
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 0d0a4920e4..675f10bf73 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<literal>[newpos] = oldpos</literal>. * * This signal is emitted when the children of a node in the #GtkTreeModel * have been reordered. |