Gtk.TreeModel::unref_node
function vfunc_unref_node(iter:Gtk.TreeIter):void { }
Lets the tree unref the node.
This is an optional method for models to implement. To be more specific, models may ignore this call as it exists primarily for performance reasons. For more information on what this means, see Gtk.TreeModel.prototype.ref_node.
Please note that nodes that are deleted are not unreffed.
- iter
the Gtk.TreeIter