Gimp » Gimp.ModuleDB »

Gimp.ModuleDB.new

function new(verbose: Boolean): Gimp.ModuleDB {
    // Gjs wrapper for gimp_module_db_new()
}
  

Creates a new Gimp.ModuleDB instance. The verbose parameter will be passed to the created Gimp.Module instances using Gimp.Module.new.

verbose

Pass true to enable debugging output.

Returns

The new Gimp.ModuleDB instance.

More Information

  • Gimp.ModuleDB