Re: [Vala] GLib.SList as a property

2009-07-08 Thread Yu Feng
On Tue, 2009-07-07 at 10:50 -0300, Lucas Hermann Negri wrote: Just: But how is h_labels defined? unonwed h_labels? Yu public SListstring labels { get{return h_labels;} set{h_labels = value;} } On Tue, Jul 7, 2009 at 12:44 AM, Yu Fengrainwood...@gmail.com wrote: On Mon, 2009-07-06 at

Re: [Vala] vala 0.7.4 and plugins bug?

2009-07-08 Thread Jürg Billeter
Hi Andrea, On Wed, 2009-07-01 at 00:01 +0200, Andrea Del Signore wrote: while trying to compile vtg with the new 0.7.4 version I think that I spot a bug with plugin modules C code generation. Attached there are: 1) plugin.vala - a minimal test case 2) plugin.c - the generated wrong C

[Vala] [PATCH] Add network ordering functions.

2009-07-08 Thread Michael B. Trausch
From 06313d583bbf083c26e4c543678006ab7b2720f1 Mon Sep 17 00:00:00 2001 From: Michael B. Trausch m...@trausch.us Date: Wed, 8 Jul 2009 18:29:10 -0400 Subject: [PATCH] Add network ordering functions. This commit adds the htonl, htons, ntohl, and ntohs functions to the Posix namespace.