Function Macro

PangoVERSION_ENCODE

Declaration [src]

#define PANGO_VERSION_ENCODE (
  major,
  minor,
  micro
)

Description [src]

This macro encodes the given Pango version into an integer. The numbers returned by PANGO_VERSION and pango_version() are encoded using this macro. Two encoded version numbers can be compared as integers.

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.