ModuleRegisterFunc


Description:

[ 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.

Parameters:

module

The module responsible for this loadable module.

Returns:

Whether the registration was successful


Namespace: Gimp
Package: gimp-3.0