Re: [Vala] Generating bindings for classes defined over multiple packages

2010-02-09 Thread Jan Hudec
On Mon, Feb 08, 2010 at 17:13:43 -0500, Gabe Gorelick-Feldman wrote: Thanks, but at that point it's easier just to do the binding by hand. I was trying to come up with a process that could integrate well with the build system, that way the library can be built and bindings can be

Re: [Vala] Generating bindings for classes defined over multiple packages

2010-02-08 Thread Abderrahim Kitouni
Hi, 2010/2/8, Gabe Gorelick-Feldman gabegorel...@gmail.com: I hope this is the right place to ask this. I'm working on generating vala bindings for a a set of packages. One package is the core package and the other is the gtk extension. The gtk package adds gtk-specific methods onto the

[Vala] Generating bindings for classes defined over multiple packages

2010-02-07 Thread Gabe Gorelick-Feldman
I hope this is the right place to ask this. I'm working on generating vala bindings for a a set of packages. One package is the core package and the other is the gtk extension. The gtk package adds gtk-specific methods onto the core classes directly. The core package bindings build fine, but the