Method
GimpModuleget_info
unstable since: 3.0
Declaration [src]
const GimpModuleInfo*
gimp_module_get_info (
GimpModule* module
)
Return value
Type: GimpModuleInfo
The module
‘s GimpModuleInfo
as provided
by the actual module, or NULL
.
The data is owned by the instance. |