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

Data.GI.CodeGen.Signal

Synopsis

Documentation

genSignal :: Signal -> Name -> CodeGen e () Source #

Generate a wrapper for a signal.

signalHaskellName :: Text -> Text Source #

Return the name for the signal in Haskell CamelCase conventions.