[ CCode ( type_id = "gimp_module_get_type ()" ) ]
public class Module : TypeModule, TypePlugin
Module is a generic mechanism to dynamically load modules into GIMP.
It is a TypeModule subclass, implementing module loading using Module. Module does not know which functionality is implemented by the modules, it just provides a framework to get arbitrary Type implementations loaded from disk.