[Vala] Vala Quine?

2008-03-19 Thread Rodney Lorrimar
using GLib; /* Do we have a Vala quine yet? */ public class Quine { public static void main(string[] args) { var s0 = "using GLib;%c%c/* Do we have a Vala quine yet? */%c"; var s1 = "public class Quine%c{%c "; var s2 = "public static void main("; var s3 = "string[] args)%c {%

Re: [Vala] Segmentation fault, gtk app. I'm doing something really stupid I'm sure.

2008-03-19 Thread Alessandro Pellizzari
On mer, 2008-03-19 at 10:09 -0400, Mike Thorn wrote: > I'm pretty new to vala and am trying to make a basic web browser using > webkit. At first I simply ported over the GtkLauncher app that comes > with webkit, which worked great. Right now I'm trying to add tabs to > it. I am new too, so take

[Vala] Segmentation fault, gtk app. I'm doing something really stupid I'm sure.

2008-03-19 Thread Mike Thorn
Hi Guys: I'm pretty new to vala and am trying to make a basic web browser using webkit. At first I simply ported over the GtkLauncher app that comes with webkit, which worked great. Right now I'm trying to add tabs to it. code is here: http://pastebin.com/m1c105a3d If you uncomment one of the h

Re: [Vala] Socket bindings VAPI file

2008-03-19 Thread Ed Schouten
* Mikael Hermansson <[EMAIL PROTECTED]> wrote: > Here is a small VAPI file that adds lowlevel socket API This is > Unix/Posix related API. > > Right now I am using Posix as namespace. > > Feel free to use/change or add to vala SVN. > > Right now it has support for Posix socket API: > > socket()