]> Pileus Git - ~andy/gtk/commitdiff
Add (inout) annotation to gtk_tree_model_iter_next()
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 30 Jul 2010 11:51:39 +0000 (13:51 +0200)
committerPhilip Withnall <philip@tecnocode.co.uk>
Wed, 4 Aug 2010 23:53:36 +0000 (00:53 +0100)
Closes: bgo#625650
gtk/gtktreemodel.c

index d80ce3a492fa4e04238d63db8836a35bdf03a98c..192a06930fd34405f653bca038e58293a22cf6e0 100644 (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.