Cjacker <[email protected]> writes: > Hi, All > Here is webkit binding patch r6, Changes according to r5 listed below: > 1, Add context declaration to function signature to match gtk2hs coding style. > 2, Change webViewtoWebViewPtr internal function to use > "unsafeForeignPtrToPtr" as below: > +webViewToWebViewPtr :: WebViewClass self => self -> IO (Ptr > WebView)+webViewToWebViewPtr webview = > do > + let webViewPtr = unsafeForeignPtrToPtr (unWebView (toWebView webview)) > + -- objectRef webViewPtr > + return webViewPtr That's really cool.
I hope you finish it as far as you can, then Axel will apply it, and i can use your patch develop Web-Browser with Haskell.... SWEET .... :) Fighting! -- Andy ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Gtk2hs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel
