Constant
GPluginVERSION_MIN_REQUIRED
Description
A macro that should be defined by the user prior to including the
gplugin.h
header.
The definition should be one of the predefined GPlugin version macros:
GPLUGIN_VERSION_0_42
, GPLUGIN_VERSION_0_43
, …
This macro defines the earliest version of GPlugin that the package is required to be able to compile against.
If the compiler is configured to warn about the use of deprecated functions,
then using functions that were deprecated in version
GPLUGIN_VERSION_MIN_REQUIRED
or earlier will cause warnings (but using
functions deprecated in later releases will not).