Constants#

PIXBUF_MAJOR = 2#

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

PIXBUF_MICRO = 4#

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

PIXBUF_MINOR = 44#

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

PIXBUF_VERSION = 2.44.4#

Contains the full version of GdkPixbuf as a string.

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