Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.Dazzle.Constants
Description
Synopsis
- pattern VERSION_S :: Text
- pattern MINOR_VERSION :: Int32
- pattern MICRO_VERSION :: Int32
- pattern MAJOR_VERSION :: Int32
- pattern ENABLE_TRACE :: Int32
- pattern DOCK_BIN_STYLE_CLASS_PINNED :: Text
- pattern COUNTER_REQUIRES_ATOMIC :: Int32
Documentation
pattern VERSION_S :: Text Source #
Dazzle version, encoded as a string, useful for printing and concatenation.
pattern MINOR_VERSION :: Int32 Source #
Dzl minor version component (e.g. 2 if DZL_VERSION
is 1.2.3)
pattern MICRO_VERSION :: Int32 Source #
Dzl micro version component (e.g. 3 if DZL_VERSION
is 1.2.3)
pattern MAJOR_VERSION :: Int32 Source #
Dzl major version component (e.g. 1 if DZL_VERSION
is 1.2.3)
pattern ENABLE_TRACE :: Int32 Source #
No description available in the introspection data.
pattern DOCK_BIN_STYLE_CLASS_PINNED :: Text Source #
No description available in the introspection data.
pattern COUNTER_REQUIRES_ATOMIC :: Int32 Source #
No description available in the introspection data.