Gimp.Image.get_xcf_file
@accepts(Gimp.Image)
@returns(Gio.File)
def get_xcf_file(self):
# Python wrapper for gimp_image_get_xcf_file()
Returns the XCF file for the specified image.
This procedure returns the XCF file associated with the image. If there is no such file, this procedure returns None.
Since 2.8
- self
The image.
- Returns