Gimp.Image.prototype.get_path_by_name
function get_path_by_name(name: String): Gimp.Path {
// Gjs wrapper for gimp_image_get_path_by_name()
}
Find a path with a given name in an image.
This procedure returns the path with the given name in the specified image.
Since 2.8
- name
The name of the path to find.
- Returns
The path with the specified name.