Re: [Vala] Vala and Cairo 1.12

2013-05-15 Thread Donn
On 15/05/2013 15:05, Evan Nemerson wrote: https://git.gnome.org/browse/vala/plain/vapi/cairo.vapi Great, thanks. pass a --vapidir option to valac so it knows where to look for it. I'm also using gtk, and I see a deps file that specifies 'cairo' - this is all in /usr/share/vala/vapi directory.

Re: [Vala] Vala and Cairo 1.12

2013-05-15 Thread Evan Nemerson
On Wed, 2013-05-15 at 10:26 +0200, Donn wrote: > On 15/05/2013 02:23, Evan Nemerson wrote: > > I just pushed a bunch of changes to the vala cairo bindings. If > > something is still missing, please file a bug. > Thanks Evan, however I'm not sure where these bindings can be found online. In the va

Re: [Vala] Vala and Cairo 1.12

2013-05-15 Thread Donn
On 14/05/2013 19:59, Jonas Kulla wrote: some vapis are auto-generated (mostly for glib based libraries I think), but most are hand written and maintained AFAIK. Okay, thanks. I didn't know this. I was wondering how the appropriate cairo_destroy stuff got into my code when I never call these func

Re: [Vala] Vala and Cairo 1.12

2013-05-15 Thread Donn
On 15/05/2013 02:23, Evan Nemerson wrote: I just pushed a bunch of changes to the vala cairo bindings. If something is still missing, please file a bug. Thanks Evan, however I'm not sure where these bindings can be found online. Once fetched, would I simply drop them over my current file: /usr

Re: [Vala] Posix Vala

2013-05-15 Thread mirek
> Didnt knew eglib, but for me, the Posix backend should not add any dependency > by default. > But i'm sure some code can be ripped from eglib to extend posixvala feature > list Yes, exactly, no linking, re-using the codebase. It feels like a good start for your project. Mirek Rusin _

Re: [Vala] Posix Vala

2013-05-15 Thread pancake
Didnt knew eglib, but for me, the Posix backend should not add any dependency by default. But i'm sure some code can be ripped from eglib to extend posixvala feature list About libev..i already thought about adding vala bindings to libuv. To use a nodejs-like API in Vala, anyone did anything o