Gimp » Gimp.ConfigWriter »

Gimp.ConfigWriter.revert

@accepts(Gimp.ConfigWriter)
@returns(none)
def revert(self):
    # Python wrapper for gimp_config_writer_revert()
  

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

Since 2.4

self

a Gimp.ConfigWriter

More Information

  • Gimp.ConfigWriter