Gimp.ConfigWriter.unref

@accepts(Gimp.ConfigWriter)
@returns(none)
def unref(self):
    # Python 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.finish.

Since 3.0

self

Gimp.ConfigWriter to unref