Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data DeprecationInfo Source #
Deprecation information on a symbol.
Instances
Show DeprecationInfo Source # | |
Defined in Data.GI.GIR.Deprecation showsPrec :: Int -> DeprecationInfo -> ShowS # show :: DeprecationInfo -> String # showList :: [DeprecationInfo] -> ShowS # | |
Eq DeprecationInfo Source # | |
Defined in Data.GI.GIR.Deprecation (==) :: DeprecationInfo -> DeprecationInfo -> Bool # (/=) :: DeprecationInfo -> DeprecationInfo -> Bool # |
queryDeprecated :: Element -> Maybe DeprecationInfo Source #
Parse the deprecation information for the given element of the GIR file.