Constants ========= .. currentmodule:: gi.repository.GdkPixbuf .. data:: PIXBUF_MAJOR :value: 2 Major version of gdk-pixbuf library, that is the "0" in "0.8.2" for example. .. data:: PIXBUF_MICRO :value: 12 Micro version of gdk-pixbuf library, that is the "2" in "0.8.2" for example. .. data:: PIXBUF_MINOR :value: 42 Minor version of gdk-pixbuf library, that is the "8" in "0.8.2" for example. .. data:: PIXBUF_VERSION :value: 2.42.12 Contains the full version of GdkPixbuf as a string. This is the version being compiled against; contrast with ``gdk_pixbuf_version``\.