Gimp.Image.set_file
@accepts(Gimp.Image, Gio.File)
@returns(bool)
def set_file(self, file):
# Python wrapper for gimp_image_set_file()
Sets the specified image's file.
This procedure sets the specified image's file.
- self
The image.
- file
The new image file.
- Returns