[gtk: 1/2] Update comment annotations of gtk_tree_model_iter_previous and gtk_tree_model_iter_next to state tha




commit 1340ff2bc279329dc16b8d823100fec46b2f11d8
Author: Danny Milosavljevic <dannym+a scratchpost org>
Date:   Tue Nov 3 15:10:11 2020 +0000

    Update comment annotations of gtk_tree_model_iter_previous and gtk_tree_model_iter_next to state that the 
ITER parameter is modified.

 gtk/gtktreemodel.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c
index 377a365d7b..b4ae17545e 100644
--- a/gtk/gtktreemodel.c
+++ b/gtk/gtktreemodel.c
@@ -1426,7 +1426,7 @@ gtk_tree_model_get_value (GtkTreeModel *tree_model,
 /**
  * gtk_tree_model_iter_next:
  * @tree_model: a #GtkTreeModel
- * @iter: (in): the #GtkTreeIter-struct
+ * @iter: (inout): the #GtkTreeIter-struct
  *
  * Sets @iter to point to the node following it at the current level.
  *
@@ -1474,7 +1474,7 @@ gtk_tree_model_iter_previous_default (GtkTreeModel *tree_model,
 /**
  * gtk_tree_model_iter_previous:
  * @tree_model: a #GtkTreeModel
- * @iter: (in): the #GtkTreeIter-struct
+ * @iter: (inout): the #GtkTreeIter-struct
  *
  * Sets @iter to point to the previous node at the current level.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]