Package: gtk

Function gtk:tree-model-row-deleted

Lambda List

gtk:tree-model-row-deleted (model path)

Arguments

model -- a gtk:tree-model object
path -- a gtk:tree-path instance pointing to the previous location of the deleted row

Details

Emits the "row-deleted" signal on model. This should be called by models after a row has been removed. The location pointed to by path should be the location that the row previously was at. It may not be a valid location anymore.

Nodes that are deleted are not unreffed, this means that any outstanding references on the deleted node should not be released.

Warning

The gtk:tree-model implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-5-1