forked from AuroraMiddleware/gtk
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:
parent
92e551f895
commit
32baa0a549
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user