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

Safe HaskellNone
LanguageHaskell98

Data.GI.CodeGen.Signal

Synopsis

Documentation

genSignalConnector Source #

Arguments

:: Signal 
-> Text

Callback type

-> Text

SignalConnectBefore or SignalConnectAfter

-> CodeGen () 

Generate the code for connecting the given signal. This assumes that it lives inside a do block.

signalHaskellName :: Text -> Text Source #

Return the name for the signal in Haskell CamelCase conventions.