DeprecatedstampDeprecateduser_Deprecateduser_Deprecateduser_StaticDeprecated$gtypeDeprecated 4.10copyCreates a dynamically allocated tree iterator as a copy of iter.
This function is not intended for use in applications,
because you can just copy the structs by value
(GtkTreeIter new_iter = iter;).
You must free this iter with gtk_tree_iter_free().
a newly-allocated copy of iter
Deprecated 4.10free
The Gtk.TreeIter is the primary structure for accessing a Gtk.TreeModel. Models are expected to put a unique integer in the
stampmember, and put model-specific data in the threeuser_datamembers.Deprecated
since 4.10