[Vala] Gst.XML vapi

2009-02-04 Thread vasaka
in gstreamer.vapi public class XML : Gst.Object { ... public XML (); [NoWrapper] ... public bool parse_file (uchar[] fname, uchar[] root); should be public bool parse_file (uchar[] fname, uchar[]?

[Vala] Gst.XML vapi another bug

2009-02-04 Thread vasaka
there is several functions declared in gstreamer-0.10.vapi like public bool parse_file (uchar[] fname, uchar[] root); and because of such declaration one can not call it with literal string as parametr, like that: parse_file ("filename", null); valac comlains that it can not convert string to ucha

[Vala] inheritance and specialisation of generic class

2009-02-04 Thread Frédéric Gaudy
Hi, I've got a strange behavior using this code. When I create a instance of Gee.List in base class, the objects add into the list seem to be freed at the end of the block (create). To fix the issue I must instantiate the list into the subclass. If I don't define the class AbstractPeer as abstra

Re: [Vala] posix.vapi additions (signal)

2009-02-04 Thread Jürg Billeter
On Tue, 2009-02-03 at 02:07 +0100, Michael 'Mickey' Lauer wrote: > Please add to posix.vapi: Thanks, committed. Jürg ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list