Gtk.TreeModelFilter.prototype.convert_path_to_child_path

function convert_path_to_child_path(filter_path:Gtk.TreePath):Gtk.TreePath {
    // Gjs wrapper for gtk_tree_model_filter_convert_path_to_child_path()
}

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, null is returned.

Since 2.4

filter_path

A Gtk.TreePath to convert.

Returns

A newly allocated Gtk.TreePath, or null.