See the guile-gnome project. I think a bit of what you can do can be
done automatically, but I'm not sure - it's at least useful for
inspiration.
It is either at
https://gna.org/projects/guile-gnome/
or
http://www.gnu.org/software/guile-gnome/
The code has been in arch, and it's been hard fo
Hi,
"Zeeshan Ali" <[EMAIL PROTECTED]> writes:
> I think you would like to use g-wrap to create the bindings for
> you. Unfortunately i haven't found a lot of docs on g-wrap myself and
> so i can't recommend any. Having said that, you can look into the
> guile-gnome sources to learn to use it
Hi,
On 3/14/06, Leonardo Pereira <[EMAIL PROTECTED]> wrote:
> I wanna create bindings for a lib that uses Gobjects, so, I think that
> create those bindings using goops are the more natural way for that. I would
> like to know if there is any doc about how to create classes, methods... in
> C.