Gtk.TreePath.prototype.get_indices_with_depth

function get_indices_with_depth():[Number] {
    // Gjs wrapper for gtk_tree_path_get_indices_with_depth()
}

Returns the current indices of path.

This is an array of integers, each representing a node in a tree. It also returns the number of elements in the array. The array should not be freed.

Since 3.0

Returns

The current indices, or null