haskell-gi-0.17.2: Generate Haskell bindings for GObject Introspection capable libraries

Safe HaskellNone
LanguageHaskell98

Data.GI.GIR.Flags

Description

Parsing of bitfields, a.k.a. flags. They are represented in the same way as enums, so this is a thin wrapper over that code.

Documentation

data Flags Source #

Constructors

Flags Enumeration 

Instances

Show Flags Source # 

Methods

showsPrec :: Int -> Flags -> ShowS

show :: Flags -> String

showList :: [Flags] -> ShowS