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 {%
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
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
* 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()