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.
This function is not directly available to language bindings.