emit custom signal from gtk3 haskell side

21 Dec
2016
21 Dec
'16
5:33 p.m.
Hi all I implement the following custom signal in my code import qualified System.Glib.Signals as Sig updateSignal :: ButtonClass self => Sig.Signal self (IO ()) updateSignal = Sig.Signal $ Sig.connectGeneric "updateSignal" Such, will be called inside of "model" phase of the app. But looking on the gtk3 documentation (and grepping also) I can't find a equivalent of `gtk_signal_emit_by_name`. I don't believe this omission is accidental. Can Anybody guide where to look at? -- -- Ruben
3120
Age (days ago)
3120
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ruben Astudillo