Function Macro

IdeCHECK_VERSION

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.

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.