Function Macro

IdeCHECK_VERSION

since: 45

Declaration

#define IDE_CHECK_VERSION (
  major,
  minor,
  micro
)

Description

Compile-time version checking. Evaluates to TRUE if the version of libide is greater than the required one.

Micro is no longer used.

Available since: 45

This function is not directly available to language bindings.

Parameters

major

Type: -

Required major version.

minor

Type: -

Required minor version.

micro

Type: -

Required micro version.