Add (inout) annotation to gtk_tree_model_iter_next()

Closes: bgo#625650
This commit is contained in:
Philip Withnall 2010-07-30 13:51:39 +02:00 committed by Philip Withnall
parent ae66d4feb4
commit 080e8ab0a8

View File

@ -1174,7 +1174,7 @@ gtk_tree_model_get_value (GtkTreeModel *tree_model,
/**
* gtk_tree_model_iter_next:
* @tree_model: A #GtkTreeModel.
* @iter: The #GtkTreeIter.
* @iter: (inout): 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.