Creates a dynamically allocated tree iterator as a copy of iter.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
The gtk.tree_iter.TreeIter is the primary structure for accessing a gtk.tree_model.TreeModel. Models are expected to put a unique integer in the @stamp member, and put model-specific data in the three @user_data members.