Gimp » Gimp.ConfigWriter »

Gimp.ConfigWriter.prototype.revert

function revert(): void {
    // Gjs wrapper for gimp_config_writer_revert()
}
  

Reverts all changes to writer that were done since the last call to Gimp.ConfigWriter.prototype.open. This can only work if you didn't call Gimp.ConfigWriter.prototype.close yet.

Since 2.4

More Information

  • Gimp.ConfigWriter