| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.GI.GIR.Deprecation
- data DeprecationInfo
- deprecatedPragma :: Text -> Maybe DeprecationInfo -> Text
- queryDeprecated :: Element -> Maybe DeprecationInfo
Documentation
deprecatedPragma :: Text -> Maybe DeprecationInfo -> Text Source #
Encode the given DeprecationInfo for the given symbol as a
deprecation pragma.
queryDeprecated :: Element -> Maybe DeprecationInfo Source #
Parse the deprecation information for the given element of the GIR file.