Re: [Vala] Soup.Buffer memory

2013-09-24 Thread Evan Nemerson
On Tue, 2013-09-24 at 14:24 +0200, andrea zambon wrote: > I am developing a service http with libsoup, but I have a memory problem. > When you make a request, the service memory increases during transmission > and decreases only after the closure of the service. Another call and will > increase aga

[Vala] Fw: Extra documentation for vapis on Valadoc

2013-09-24 Thread Al Thomas
From: Steven Oliver >To: vala-list >Sent: Tuesday, 24 September 2013, 19:15 >Subject: [Vala] Extra documentation for vapis on Valadoc > > >My question is how did the extra documentation get there? I looked in the >Glib-2.0 vapi but there's nothing extra there. > My understanding is Valadoc

[Vala] [ANNOUNCE] Libgee 0.12.0 - GObject collection library

2013-09-24 Thread Maciej Piechotka
We are very pleased to announce version 0.12.0 of Libgee, the GObject collection library. Libgee 0.12.0 is now available for download at: http://download.gnome.org/sources/libgee/0.12/ Also please note that now Libgee has its own mailing-list http://mail.gnome.org/mailman/listinfo/libge

[Vala] Extra documentation for vapis on Valadoc

2013-09-24 Thread Steven Oliver
I was looking through Valadoc.org today and came across this entry: http://valadoc.org/#!api=glib-2.0/GLib.Markup.printf_escaped My question is how did the extra documentation get there? I looked in the Glib-2.0 vapi but there's nothing extra there. https://git.gnome.org/browse/vala/tree/vapi/gl

Re: [Vala] How to convert a string to float ?

2013-09-24 Thread raum
Ok ehm.. I've searched in the wrong place it seems... sorry. :) Thanks > > > > > >> >> From: "r...@no-log.org" >>To: vala-list@gnome.org >>Sent: Tuesday, 24 September 2013, 13:36 >>Subject: [Vala] How to convert a string to float ? >> >> >>To convert a string to i

Re: [Vala] How to convert a string to float ?

2013-09-24 Thread Al Thomas
> > From: "r...@no-log.org" >To: vala-list@gnome.org >Sent: Tuesday, 24 September 2013, 13:36 >Subject: [Vala] How to convert a string to float ? > > >To convert a string to int : int.parse >ok, easy... > >Try double.parse() For more see https://wiki.gnome.o

[Vala] How to convert a string to float ?

2013-09-24 Thread raum
Hello, Just as I said in subject of this mail, I'm trying to convert a string into a float. To convert a string to int : int.parse ok, easy... Float... ehm.. no atof function, I've seen a lot of things about "Value" so I've tried and I've got " GLib-GObject-CRITICAL **: g_value_set_***"...

[Vala] Soup.Buffer memory

2013-09-24 Thread andrea zambon
I am developing a service http with libsoup, but I have a memory problem. When you make a request, the service memory increases during transmission and decreases only after the closure of the service. Another call and will increase again. The client is in another machine and the data may be very lo

Re: [Vala] Emendo text editor

2013-09-24 Thread simargl
On Mon, Sep 23, 2013 at 8:15 PM, simargl wrote: > Hi, > > Emendo is a simple text editor with syntax highlighting written in Vala, > using Gtk+3 and Gtksourceview. If someone is interested source tarball can > be found here:http://alphaos.tuxfamily.org/forum/viewtopic.php?f=8&t=702#p1151 > > Pres