diff options
author | Camil Staps | 2019-10-21 11:11:35 +0200 |
---|---|---|
committer | Camil Staps | 2019-10-21 11:11:35 +0200 |
commit | ed2f12a5115ff63247025c6f0c10c5285cf337e1 (patch) | |
tree | 15e7a4d9cca0ecff539a7fa359f2b06eb8c75f60 /src/Gtk/Signal.dcl | |
parent | Add 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.dcl | 2 |
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 |