Function Macro

PangoVERSION_CHECK

Declaration [src]

#define PANGO_VERSION_CHECK (
  major,
  minor,
  micro
)

Description [src]

Checks that the version of Pango available at compile-time is not older than the provided version number.

Parameters

major none
 

The major component of the version number.

minor none
 

The minor component of the version number.

micro none
 

The micro component of the version number.