Merge branch 'patch-1' into 'master'
treestore: Document the fact that iter is modified by the function, in a machine-readable fashion. See merge request GNOME/gtk!2613
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user