Gimp.Module.new

function new(file: Gio.File, auto_load: Boolean, verbose: Boolean): Gimp.Module {
    // Gjs wrapper for gimp_module_new()
}
  

Creates a new Gimp.Module instance.

file

A Gio.File pointing to a loadable module.

auto_load

Pass true to exclude this module from auto-loading.

verbose

Pass true to enable debugging output.

Returns

The new Gimp.Module object.