Constants

PIXBUF_MAJOR = 2

Major version of gdk-pixbuf library, that is the “0” in “0.8.2” for example.

PIXBUF_MICRO = 10

Micro version of gdk-pixbuf library, that is the “2” in “0.8.2” for example.

PIXBUF_MINOR = 42

Minor version of gdk-pixbuf library, that is the “8” in “0.8.2” for example.

PIXBUF_VERSION = 2.42.10

Contains the full version of GdkPixbuf as a string.

This is the version being compiled against; contrast with gdk_pixbuf_version.