Package: gtk

Function gtk-tree-model-sort-clear-cache

Lambda List

gtk-tree-model-sort-clear-cache (model)

Arguments

model -- a gtk-tree-model-sort object

Details

This function should almost never be called. It clears the model of any cached iterators that have not been reffed with the function gtk-tree-model-ref-node. This might be useful if the child model being sorted is static (and does not change often) and there has been a lot of unreffed access to nodes. As a side effect of this function, all unreffed iters will be invalid.
 

See also

2021-3-10