Gimp.Image.get_paths

@accepts(Gimp.Image)
@returns([Gimp.Path])
def get_paths(self):
    # Python wrapper for gimp_image_get_paths()
  

Returns the list of paths contained in the specified image.

This procedure returns the list of paths contained in the specified image.

Since 2.4

self

The image.

Returns