[ CCode ( cname = "GIMP_MODULE_ABI_VERSION" ) ]
public const int MODULE_ABI_VERSION
The version of the module system's ABI.
Modules put this value into ModuleInfo's abi_version field so the code
loading the modules can check if it was compiled against the same module ABI the modules are compiled against.
GIMP_MODULE_ABI_VERSION is incremented each time one of the following changes:
GimpColorDisplay, GimpColorSelector and
GimpController).