Re: [Vala] just a suggestion

2009-01-21 Thread Luca Dionisi
2009/1/20 Matías De la Puente mfpuente...@gmail.com: Some one create a wiki here: http://en.wikibooks.org/wiki/Vala_Programming I was thinking on Vala Developing as a title, but Vala Programming is good as well. I suggest that, prior to copy-paste existing sources or however inserting content,

Re: [Vala] just a suggestion

2009-01-21 Thread Karl Lattimer
On Wed, 2009-01-21 at 10:24 +0100, Luca Dionisi wrote: 2009/1/20 Matías De la Puente mfpuente...@gmail.com: Some one create a wiki here: http://en.wikibooks.org/wiki/Vala_Programming I was thinking on Vala Developing as a title, but Vala Programming is good as well. I'd suggest Developing

Re: [Vala] just a suggestion

2009-01-21 Thread Luca Dionisi
If we start with the skeleton proposed by Phil, then the majority of items proposed by Frederik could go into section Techniques. Same goes for chapters (* Custom Widgets * Cairo Pango * GTK Applications) that Karl would be happy to write. Same goes for * Vala in Science: GSL and MPI proposed by

Re: [Vala] just a suggestion

2009-01-21 Thread Matías De la Puente
2009/1/21 Luca Dionisi luca.dion...@gmail.com On Wed, Jan 21, 2009 at 10:28 AM, Karl Lattimer k...@qdh.org.uk wrote: On Wed, 2009-01-21 at 10:24 +0100, Luca Dionisi wrote: I suggest that, prior to copy-paste existing sources or however inserting content, we decide on a summary. Subject to

[Vala] problem with GNet Connhttpeventresponse

2009-01-21 Thread jezra
hello, I am trying to retrieve the header_fields and header_values fields from a GNet.ConnHttpEventResponse and I don't know how to extract the data. The valdoc page http://valadoc.org/?path=gnet-2.0::GNet::ConnHttpEventResponse states that header_fields and header_values are weak string, but the

Re: [Vala] problem with GNet Connhttpeventresponse

2009-01-21 Thread Frederik
jezra wrote: I can get the data from the fields as a string but I want to get the data as a string[] so that I can iterate over the data. Does anyone have any suggestions? Thanks for your time, Jezra Hi, it's a bug in the bindings. Edit 'gnet-2.0.vapi' and modify their type to string[].

Re: [Vala] problem with GNet Connhttpeventresponse

2009-01-21 Thread jezra
On Wed, Jan 21, 2009 at 1:05 PM, Frederik scumm_fr...@gmx.net wrote: jezra wrote: I can get the data from the fields as a string but I want to get the data as a string[] so that I can iterate over the data. Does anyone have any suggestions? Thanks for your time, Jezra Hi, it's a bug in

Re: [Vala] problem with GNet Connhttpeventresponse

2009-01-21 Thread Frederik
jezra wrote: Unfortunately, it did not work. In the gnet-2.0 vapi, I changed the type from public weak string to public string[] and upon complation of my vala code, I get the following error: error: 'GConnHttpEventResponse' has no member named 'header_fields_length1' Ok, then try putting

Re: [Vala] just a suggestion

2009-01-21 Thread Yu Feng
On Tue, 2009-01-20 at 14:56 -0200, Matías De la Puente wrote: :) My outline proposal: * GNOME Platform Overview * The Vala Programming Language * Quick Introduction to Vala for C# and Java Programmers * A Simple