Gimp » Gimp.Scanner »

Gimp.Scanner.unref

@accepts(Gimp.Scanner)
@returns(none)
def unref(self):
    # Python wrapper for gimp_scanner_unref()
  

Unref a Gimp.Scanner. If the reference count drops to zero, the scanner is freed.

Since 3.0

self

A Gimp.Scanner created by Gimp.Scanner.new_file or Gimp.Scanner.new_string

More Information

  • Gimp.Scanner