From: Duncan C. <dun...@us...> - 2005-03-15 19:45:13
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1483 Modified Files: ChangeLog Log Message: Add maybeNull function which is used by marshaling functions to help marshal values that might be NULL into a Maybe type where NULL gets mapped to Nothing. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.382 retrieving revision 1.383 diff -u -d -r1.382 -r1.383 --- ChangeLog 14 Mar 2005 23:55:05 -0000 1.382 +++ ChangeLog 15 Mar 2005 19:44:59 -0000 1.383 @@ -1,3 +1,9 @@ +2005-03-15 Duncan Coutts <du...@co...> + + * glib/System/Glib/FFI.hs: add maybeNull function which is used by + marshaling functions to help marshal values that might be NULL into a + Maybe type where NULL gets mapped to Nothing. + 2005-03-14 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk/Gdk/Region.chs.pp: segfault bug fix. Clear up |