mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
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:
parent
30c5a6f79c
commit
53cd499621
@ -1192,7 +1192,7 @@ gtk_tree_store_set (GtkTreeStore *tree_store,
|
|||||||
/**
|
/**
|
||||||
* gtk_tree_store_remove:
|
* gtk_tree_store_remove:
|
||||||
* @tree_store: A #GtkTreeStore
|
* @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
|
* 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
|
* next valid row at that level, or invalidated if it previously pointed to the
|
||||||
|
Loading…
Reference in New Issue
Block a user