Gimp.ModuleDB.prototype.set_load_inhibit
function set_load_inhibit(load_inhibit: String): void {
// Gjs wrapper for gimp_module_db_set_load_inhibit()
}
Sets the load_inhibit flag for all Gimp.Module's which are kept by db (using gimp_module_set_load_inhibit()).
- load_inhibit
A #G_SEARCHPATH_SEPARATOR delimited list of module filenames to exclude from auto-loading.