gi-gdkpixbuf-2.0.29: GdkPixbuf bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GdkPixbuf.Constants

Description

 
Synopsis

Documentation

pattern PIXBUF_VERSION :: Text Source #

Contains the full version of GdkPixbuf as a string.

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

pattern PIXBUF_MINOR :: Int32 Source #

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

pattern PIXBUF_MICRO :: Int32 Source #

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

pattern PIXBUF_MAJOR :: Int32 Source #

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