]> Pileus Git - ~andy/gtk/commitdiff
gtk_tree_model_iter_next's iter is (in), not (inout)
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Tue, 17 Aug 2010 15:42:50 +0000 (17:42 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Tue, 17 Aug 2010 15:43:04 +0000 (17:43 +0200)
gtk/gtktreemodel.c

index b38d592bb9e2f27eab28229002106eda84bdfc16..8782c631a3e1d0f9d0031055890a3673b7791639 100644 (file)
@@ -1174,7 +1174,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.