Gimp.Image.prototype.set_file
function set_file(file: Gio.File): Boolean {
// Gjs wrapper for gimp_image_set_file()
}
Sets the specified image's file.
This procedure sets the specified image's file.
- file
The new image file.
- Returns
TRUE on success.