[Vala] Clutter.State support?

2011-08-10 Thread Jono Mingard
Hi, I'm new to Vala and to Clutter programming in general, but it seems like a powerful library (and Vala is definitely easier than C GObjects!). However, ClutterState would be really useful for my application and it seems that the Vala Clutter API doesn't currently support it? I've tried adding it

[Vala] Delegate function: error with readline

2011-08-10 Thread Jerome Guery
Hye, I'm playing with the readline binding and the GLib mainloop: --- using GLib; static MainLoop loop; void parse_line (string? line_read) { if (line_read == null) { Readline.callback_handler_remove (); loop.quit (); re

[Vala] Problem installing vtg under Debian Sid

2011-08-10 Thread Serge Hulne
When attempting to install vtg under Debian Sid , I get the following error message: afrodite library dependencies not met: libvala-0.12 >= 0.11.0: not found configure: error: afrodite library dependencies not met: please install the required packages and run configure again Yet the I have i

Re: [Vala] Problem installing vtg under Debian Sid

2011-08-10 Thread Andrea Del Signore
On Wed, 2011-08-10 at 21:29 +0200, Serge Hulne wrote: > When attempting to install vtg under Debian Sid , I get the following > error message: > > afrodite library dependencies not met: > libvala-0.12 >= 0.11.0: not found That's expected you have installed libvala-0.14 (the unstable vala bran

Re: [Vala] GMP vapi

2011-08-10 Thread Jeremiah Shaulov
On Thu, 2011-08-04 at 11:22 +0200, Toineo wrote: > Hi ! > > I'm very interested in your implementation of GMP in vala. > Do you accept to share it ? > > You should maybe share it on > http://live.gnome.org/Vala/ExternalBindings , > as L. Bruno suggested ; it would give it more visibility... > >

[Vala] interface prerequistes

2011-08-10 Thread Guenther Wutz
Hi list, is it okay that the order of interfaces plays a significant role in Vala? Simple example: -- interface IfaceA : Object { public abstract void method_a (); } interface IfaceB : Object, IfaceA { public abstract void method_b (); } class Demo :

Re: [Vala] Clutter.State support?

2011-08-10 Thread Jonathan Ryan
> Hi, > I'm new to Vala and to Clutter programming in general, but it seems > like a powerful library (and Vala is definitely easier than C GObjects!). > However, > ClutterState would be really useful for my application and it seems > that the Vala Clutter API doesn't currently support it? I've t

[Vala] Fwd: Problem installing vtg under Debian Sid

2011-08-10 Thread Serge Hulne
-- Forwarded message -- From: Serge Hulne Date: Wed, Aug 10, 2011 at 10:30 PM Subject: Re: Problem installing vtg under Debian Sid To: Andrea Del Signore Thanks ! I have installed the 0.12 version. vtg compiles, but does not show up in the list of available plugins for gedit t