Minor doc fixup

This commit is contained in:
Matthias Clasen 2014-05-13 11:42:31 -04:00
parent 0d8c1c9c09
commit 75c22332d0

View File

@ -2248,8 +2248,8 @@ gtk_tree_store_reorder_func (gconstpointer a,
/**
* gtk_tree_store_reorder: (skip)
* @tree_store: A #GtkTreeStore.
* @parent: A #GtkTreeIter.
* @tree_store: A #GtkTreeStore
* @parent: A #GtkTreeIter, or %NULL
* @new_order: (array): an array of integers mapping the new position of each child
* to its old position before the re-ordering,
* i.e. @new_order`[newpos] = oldpos`.