gi-gdkpixbuf-2.0.24: GdkPixbuf bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GdkPixbuf.Constants

Description

 
Synopsis

Documentation

pattern PIXBUF_VERSION :: Text Source #

Contains the full version of the gdk-pixbuf header 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.

pattern PIXBUF_FEATURES_H :: Int32 Source #

No description available in the introspection data.