Skip to content

Commit

Permalink
Use new hook generator
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jul 8, 2014
1 parent 4a2f593 commit fc50ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Graphics/UI/Gtk/OSX/Application.chs
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ willTerminate = Signal (connect_NONE__NONE "NSApplicationWillTerminate")
-- |
--
openFile :: (ApplicationClass self, GlibString string) => Signal self (string -> IO ())
openFile = Signal (connect_STRING__NONE "NSApplicationOpenFile")
openFile = Signal (connect_GLIBSTRING__NONE "NSApplicationOpenFile")

4 changes: 2 additions & 2 deletions marshal.list
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# FLAGS for flag enumeration types (guint)
# FLOAT for single-precision float types (gfloat)
# DOUBLE for double-precision float types (gdouble)
# STRING for string types (gchar*)
# GLIBSTRING for string types (gchar*)
# BOXED for boxed (anonymous but reference counted) types (GBoxed*)
# POINTER for anonymous pointer types (gpointer)
# NONE deprecated alias for VOID
Expand Down Expand Up @@ -45,4 +45,4 @@
NONE:NONE
NONE:BOXED,BOXED
BOOLEAN:VOID
VOID:STRING
VOID:GLIBSTRING

0 comments on commit fc50ec4

Please sign in to comment.