gtk_tree_model_iter_next's iter is (in), not (inout)

This commit is contained in:
Tomeu Vizoso 2010-08-17 17:42:50 +02:00 committed by Martin Pitt
parent e48f5b4073
commit f40a129e28

View File

@ -1175,7 +1175,7 @@ gtk_tree_model_get_value (GtkTreeModel *tree_model,
/**
* gtk_tree_model_iter_next:
* @tree_model: A #GtkTreeModel.
* @iter: (inout): The #GtkTreeIter.
* @iter: (in): The #GtkTreeIter.
*
* Sets @iter to point to the node following it at the current level. If there
* is no next @iter, %FALSE is returned and @iter is set to be invalid.