Function Macro

AtkCHECK_VERSION

since: 2.7.4

Declaration [src]

#define ATK_CHECK_VERSION (
  major,
  minor,
  micro
)

Description [src]

Returns TRUE if the version of the ATK header files is the same as or newer than the passed-in version.

Available since: 2.7.4

This function is not directly available to language bindings.

Parameters

major

Type: -

Major version (e.g. 1 for version 1.2.5).

minor

Type: -

Minor version (e.g. 2 for version 1.2.5).

micro

Type: -

Micro version (e.g. 5 for version 1.2.5).