Re: [Gtk2hs-devel] How to generate bindings for new lib

2010-11-15 Thread Axel Simon
Hi Andreas, besides Andy's excellent explanation, I would like to add that apiGen might still be useful. However, it is very specific as to it's inner workings as it requires some XML files from Mono to make it work. There is a chance and it can save a lot of time, depending on how big the

Re: [Gtk2hs-devel] How to generate bindings for new lib

2010-11-15 Thread Andy Stewart
Hi Andreas, Andreas Baldeau writes: > Hi, > > I would like to bind some of libsoup's functionality. > So I had a look > at apiGen (this is the tool to use, right?), but couldn't find any > useful documentation. So I looked into the Makefile and tried to do > the same for libsoup. The problem is