Gimp.ModuleDB.prototype.load
function load(module_path: String): void {
// Gjs wrapper for gimp_module_db_load()
}
Scans the directories contained in module_path and creates a Gimp.Module instance for every loadable module contained in the directories.
- module_path
A #G_SEARCHPATH_SEPARATOR delimited list of directories to load modules from.