Gimp.Metadata.prototype.save_to_file

function save_to_file(file: Gio.File): Boolean {
    // Gjs wrapper for gimp_metadata_save_to_file()
}
  

Saves metadata to file.

Since 2.10

file

The file to save the metadata to

Returns

true on success, false otherwise.