Constants¶
Details¶
- GdkPixbuf.PIXBUF_MAJOR = 2¶
Major version of gdk-pixbuf library, that is the “0” in “0.8.2” for example.
- GdkPixbuf.PIXBUF_MICRO = 12¶
Micro version of gdk-pixbuf library, that is the “2” in “0.8.2” for example.
- GdkPixbuf.PIXBUF_MINOR = 42¶
Minor version of gdk-pixbuf library, that is the “8” in “0.8.2” for example.
- GdkPixbuf.PIXBUF_VERSION = '2.42.12'¶
Contains the full version of
GdkPixbuf.Pixbuf
as a string.This is the version being compiled against; contrast with
gdk_pixbuf_version
.