haskell-gi-0.26.2: Generate Haskell bindings for GObject Introspection capable libraries
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.GI.CodeGen.EnumFlags

Description

Support for enums and flags.

Synopsis

Documentation

genFlags :: Name -> Flags -> CodeGen e () Source #

Very similar to enums, but we also declare ourselves as members of the IsGFlag typeclass.