Gimp » Gimp.ConfigWriter »

Gimp.ConfigWriter.prototype.unref

function unref(): void {
    // Gjs wrapper for gimp_config_writer_unref()
}
  

Unref a Gimp.ConfigWriter. If the reference count drops to zero, the writer is freed.

Note that at least one of the references has to be dropped using Gimp.ConfigWriter.prototype.finish.

Since 3.0

More Information

  • Gimp.ConfigWriter