Gimp.Image.get_path_by_name
@accepts(Gimp.Image, unicode)
@returns(Gimp.Path)
def get_path_by_name(self, name):
# Python 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
- self
The image.
- name
The name of the path to find.
- Returns