Update gtktreestore.c: gtk_tree_store_remove didn't have the proper comment annotation

"inout" for the parameter ITER passed.  This means that bindings would misjudge what
the function does.  In the case of guile-gi, it would be misjudged for a predicate,
see gulie-gi bug 87.
This commit is contained in:
Danny Milosavljevic 2020-09-27 15:03:03 +00:00 committed by Matthias Clasen
parent 92e551f895
commit 32baa0a549

View File

@ -1192,7 +1192,7 @@ gtk_tree_store_set (GtkTreeStore *tree_store,
/**
* gtk_tree_store_remove:
* @tree_store: A #GtkTreeStore
* @iter: A valid #GtkTreeIter
* @iter: (inout): A valid #GtkTreeIter
*
* Removes @iter from @tree_store. After being removed, @iter is set to the
* next valid row at that level, or invalidated if it previously pointed to the