Package: gtk

Function gtk:tree-model-unref-node

Lambda List

gtk:tree-model-unref-node (model iter)

Arguments

model -- a gtk:tree-model object
iter -- a gtk:tree-iter instance

Details

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 the gtk:tree-model-ref-node function.

Please note that nodes that are deleted are not unreffed.
 

See also

2026-05-14