Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.GI.GIR.Deprecation
- data DeprecationInfo = DeprecationInfo {
- deprecatedSinceVersion :: Maybe Text
- deprecationMessage :: Maybe Text
- queryDeprecated :: Element -> Maybe DeprecationInfo
Documentation
data DeprecationInfo Source #
Deprecation information on a symbol.
Constructors
DeprecationInfo | |
Fields
|
Instances
queryDeprecated :: Element -> Maybe DeprecationInfo Source #
Parse the deprecation information for the given element of the GIR file.