Gimp.ModuleDB.prototype.get_modules

function get_modules(): Array(Gimp.Module) {
    // Gjs wrapper for gimp_module_db_get_modules()
}
  

Returns a GLib.List of the modules kept by db. The list must not be modified or freed.

Since 3.0

Returns

a GLib.List of Gimp.Module instances.