Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
Synopsis
- pattern VERSION_MIN_REQUIRED :: Int32
- pattern MINOR_VERSION :: Int32
- pattern MICRO_VERSION :: Int32
- pattern MAJOR_VERSION :: Int32
- pattern INTERFACE_AGE :: Int32
- pattern BINARY_AGE :: Int32
Documentation
pattern VERSION_MIN_REQUIRED :: Int32 Source #
A macro that should be defined by the user prior to including
the atk/atk.h header.
The definition should be one of the predefined ATK version
macros: ATK_VERSION_2_12
, ATK_VERSION_2_14
,...
This macro defines the earliest version of ATK that the package is required to be able to compile against.
If the compiler is configured to warn about the use of deprecated
functions, then using functions that were deprecated in version
VERSION_MIN_REQUIRED
or earlier will cause warnings (but
using functions deprecated in later releases will not).
Since: 2.14
pattern MINOR_VERSION :: Int32 Source #
Like getMinorVersion
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.
Since: 2.7.4
pattern MICRO_VERSION :: Int32 Source #
Like getMicroVersion
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.
Since: 2.7.4
pattern MAJOR_VERSION :: Int32 Source #
Like getMajorVersion
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.
Since: 2.7.4
pattern INTERFACE_AGE :: Int32 Source #
Like getInterfaceAge
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.
Since: 2.7.4
pattern BINARY_AGE :: Int32 Source #
Like getBinaryAge
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.
Since: 2.7.4