Package: gtk

Function gtk-tree-model-filter-convert-path-to-child-path

Lambda List

gtk-tree-model-filter-convert-path-to-child-path (filter filter-path)

Arguments

filter -- a gtk-tree-model-filter object
filter-path -- a gtk-tree-path instance to convert

Return Value

A newly allocated gtk-tree-path instance, or nil.

Details

Converts filter-path to a path on the child model of filter. That is, filter-path points to a location in filter. The returned path will point to the same location in the model not being filtered. If filter-path does not point to a location in the child model, nil is returned.
 

See also

2021-3-7