[gtk: 1/2] Update gtktreestore.c: gtk_tree_store_remove didn't have the proper comment annotation "inout" for t
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/2] Update gtktreestore.c: gtk_tree_store_remove didn't have the proper comment annotation "inout" for t
- Date: Sun, 27 Sep 2020 15:03:05 +0000 (UTC)
commit 32baa0a54990abec3c60deb0ee8008fbbfc9a809
Author: Danny Milosavljevic <dannym+a scratchpost org>
Date: Sun Sep 27 15:03:03 2020 +0000
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.
gtk/gtktreestore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c
index 27cc237a49..abc7ca36d4 100644
--- a/gtk/gtktreestore.c
+++ b/gtk/gtktreestore.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]