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

This reverts commit 32baa0a549.

See discussion in https://gitlab.gnome.org/GNOME/gtk/-/issues/78
for the background.
This commit is contained in:
Matthias Clasen 2020-11-07 21:36:34 -05:00
parent 30c5a6f79c
commit 53cd499621

View File

@ -1192,7 +1192,7 @@ gtk_tree_store_set (GtkTreeStore *tree_store,
/**
* gtk_tree_store_remove:
* @tree_store: A #GtkTreeStore
* @iter: (inout): A valid #GtkTreeIter
* @iter: 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