summaryrefslogtreecommitdiff
path: root/src/Gtk/Signal.dcl
diff options
context:
space:
mode:
authorCamil Staps2019-10-21 11:11:35 +0200
committerCamil Staps2019-10-21 11:11:35 +0200
commited2f12a5115ff63247025c6f0c10c5285cf337e1 (patch)
tree15e7a4d9cca0ecff539a7fa359f2b06eb8c75f60 /src/Gtk/Signal.dcl
parentAdd GtkMenu* functionality and reorder combinator arguments to ease binding (diff)
Reorder more combinator arguments to ease binding
Diffstat (limited to 'src/Gtk/Signal.dcl')
-rw-r--r--src/Gtk/Signal.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gtk/Signal.dcl b/src/Gtk/Signal.dcl
index 10e6ef7..2260ebe 100644
--- a/src/Gtk/Signal.dcl
+++ b/src/Gtk/Signal.dcl
@@ -11,4 +11,4 @@ from Gtk.Widgets import class gtkWidget
:: GSignalHandlerInternal
= GSHI_Void !GSignalHandlerFunction
-installSignalHandler :: !w !GSignalHandler -> State GtkState () | gtkWidget w
+installSignalHandler :: !GSignalHandler !w -> State GtkState w | gtkWidget w