Constants¶
- GdkPixbuf.PIXBUF_FEATURES_H
- GdkPixbuf.PIXBUF_MAJOR
- GdkPixbuf.PIXBUF_MICRO
- GdkPixbuf.PIXBUF_MINOR
- GdkPixbuf.PIXBUF_VERSION
Details¶
- 
GdkPixbuf.PIXBUF_FEATURES_H= 1¶
- 
GdkPixbuf.PIXBUF_MAJOR= 2¶
- Major version of gdk-pixbuf library, that is the “0” in “0.8.2” for example. 
- 
GdkPixbuf.PIXBUF_MICRO= 2¶
- 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.2'¶
- Contains the full version of the gdk-pixbuf header as a string. This is the version being compiled against; contrast with #gdk_pixbuf_version.