From ed2f12a5115ff63247025c6f0c10c5285cf337e1 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 21 Oct 2019 11:11:35 +0200 Subject: Reorder more combinator arguments to ease binding --- src/Gtk/Signal.dcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Gtk/Signal.dcl') 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 -- cgit v1.2.3