Re: [Gtk2hs-devel] pushed patches

2010-05-14 Thread Axel Simon
On May 14, 2010, at 16:12, Andy Stewart wrote: > type CAsyncReadyCallback = Ptr GObject -> Ptr AsyncResult -> Ptr () - > > IO () It seems odd to me that you simply define the return type. You have to tell c2hs that a certain Haskell type should map to the corresponding C type using the {# p

Re: [Gtk2hs-devel] pushed patches

2010-05-14 Thread Andy Stewart
Andy Stewart writes: > Hi Axel, > > Axel Simon writes: > >> Hi all, >> >> I think I've just pushed some patches, although I'm not sure they went >> through. >> >> The patches should make gio, gtk and pango build but gstreamer is >> still broken and other packages that use signals will break.

Re: [Gtk2hs-devel] pushed patches

2010-05-14 Thread Andy Stewart
Hi Axel, Axel Simon writes: > Hi all, > > I think I've just pushed some patches, although I'm not sure they went > through. > > The patches should make gio, gtk and pango build but gstreamer is > still broken and other packages that use signals will break. The news > are: > > - the connect

[Gtk2hs-devel] pushed patches

2010-05-13 Thread Axel Simon
Hi all, I think I've just pushed some patches, although I'm not sure they went through. The patches should make gio, gtk and pango build but gstreamer is still broken and other packages that use signals will break. The news are: - the connect_ functions are now generated in each module and