Function Macro

GPluginVERSION_CHECK

Declaration [src]

#define GPLUGIN_VERSION_CHECK (
  major,
  minor,
  micro
)

Description [src]

Checks the version of the GPlugin library that is being compiled against.

This function is not directly available to language bindings.

Parameters

major

Type: -

The major version to compare for.

minor

Type: -

The minor version to compare for.

micro

Type: -

The micro version to compare for.