Global Variables
The following global variables are available globally.
-
Major version of gdk-pixbuf library, that is the “0” in “0.8.2” for example.
Declaration
Swift
public let PIXBUF_MAJOR: Int32
-
Micro version of gdk-pixbuf library, that is the “2” in “0.8.2” for example.
Declaration
Swift
public let PIXBUF_MICRO: Int32
-
Minor version of gdk-pixbuf library, that is the “8” in “0.8.2” for example.
Declaration
Swift
public let PIXBUF_MINOR: Int32
-
Contains the full version of GdkPixbuf as a string.
This is the version being compiled against; contrast with
gdk_pixbuf_version
.Declaration
Swift
public let PIXBUF_VERSION: String