RGtk2 (version 2.20.31)

gtkTreeModelUnrefNode: gtkTreeModelUnrefNode

Description

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.

Usage

gtkTreeModelUnrefNode(object, iter)

Arguments

object
iter

Details

For more information on what this means, see gtkTreeModelRefNode. Please note that nodes that are deleted are not unreffed.