summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-30 13:51:39 +0200
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-05 00:53:36 +0100
commit080e8ab0a8f5e0ff7f6ecb5a62635600f76211f9 (patch)
treeee6a6e8131babaa14f28097c3e335ca4bfc437d1
parentae66d4feb47e62865365c8ccc0e32b4b0c50a0cb (diff)
downloadgtk+-080e8ab0a8f5e0ff7f6ecb5a62635600f76211f9.tar.gz
Add (inout) annotation to gtk_tree_model_iter_next()
Closes: bgo#625650
-rw-r--r--gtk/gtktreemodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index d80ce3a492..192a06930f 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -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.