Gimp.get_module_load_inhibit

function get_module_load_inhibit(): String {
    // Gjs wrapper for gimp_get_module_load_inhibit()
}
  

Get the list of modules which should not be loaded.

Returns a copy of the list of modules which should not be loaded.

Returns

The list of modules. The returned value must be freed with g_free().