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 void
 

The major component of the version number.

minor void
 

The minor component of the version number.

micro void
 

The micro component of the version number.