[ CCode ( has_target = false ) ]
public delegate bool ModuleRegisterFunc (TypeModule module)
The signature of the register function a loadable GIMP module must implement.
In the module, the function must be called [func@Module.register].
When this function is called, the module should register all the types it implements with the passed module.
| module |
The module responsible for this loadable module. |
|
Whether the registration was successful |