Re: [Vala] howto use gtk-doc with vala

2009-11-11 Thread Marc-André Lureau
Hi 2009/11/11 PICCA Frédéric-Emmanuel : > Hello > > When I try to add gtk-doc comments in my *.vala files, nothing appear in the > .h file generated by valac > Is it possible to use gtk-doc to generate the documentation of my project ? Unfortunately, this functionality has been removed from the

Re: [Vala] Libxml2 being nicer?

2009-11-11 Thread Joseph Montanez
Travis, Sounds painful, so I know the libxml2 is already partially bound but I am not sure where the bind file is. If anyone could point me in the right direction I would certainly like to try to complete the binding. On Wed, Nov 11, 2009 at 2:40 PM, Travis Watkins wrote: > On Wed, Nov 11, 2009

Re: [Vala] Libxml2 being nicer?

2009-11-11 Thread Travis Watkins
On Wed, Nov 11, 2009 at 10:14 AM, Joseph Montanez wrote: > Hm.. I think that would work but I've been following > http://references.valadoc.org/libxml-2.0.html So i guess the bindings > for the html parse of libxml isn't there yet. I tried to follow > http://live.gnome.org/Vala/Bindings to bind li

[Vala] howto use gtk-doc with vala

2009-11-11 Thread PICCA Frédéric-Emmanuel
Hello When I try to add gtk-doc comments in my *.vala files, nothing appear in the .h file generated by valac Is it possible to use gtk-doc to generate the documentation of my project ? Thanks. Frédéric ___ Vala-list mailing list Vala-list@gnome.org h

Re: [Vala] How to use the ZLib bindings?

2009-11-11 Thread Yu Feng
Hi, On Tue, 2009-11-10 at 09:10 +0100, pHilipp Zabel wrote: > Hi Yu, > I still maintain that strm.next_in / strm.next_out cannot be owned > arrays because the call to strm.inflate changes the pointers > themselves. The same program compiles unchanged when I remove the weak > keywords again, but i

Re: [Vala] Libxml2 being nicer?

2009-11-11 Thread Joseph Montanez
Hm.. I think that would work but I've been following http://references.valadoc.org/libxml-2.0.html So i guess the bindings for the html parse of libxml isn't there yet. I tried to follow http://live.gnome.org/Vala/Bindings to bind libxml2 but after making the .files and .namespace there wasn't much

Re: [Vala] Libxml2 being nicer?

2009-11-11 Thread Reid Thompson
On Tue, 2009-11-10 at 23:54 -0800, Joseph Montanez wrote: > I am a php / c++ developer and trying my hand at vala. I am trying to > get html parsed but libxml is very strict on reading it and failing to > initialize my document. Is there a way to have libxml let up on on the > parsing errors and ju

Re: [Vala] Status of clutter bindings

2009-11-11 Thread Ali Sabil
On Wed, Nov 11, 2009 at 12:38 AM, Frederik wrote: > Spencer, Matthew wrote: >> Hi Guys >> >> Not sure if this should be posted here or to the clutter lists, but I'll >> try here first :) >> >> I am trying to create a clutter app using vala and am having a few >> issues.  The biggest one seems to b