Re: [Vala] Added kill to posix.vapi

2009-03-04 Thread Michael 'Mickey' Lauer
Am Dienstag, den 03.03.2009, 23:44 -0500 schrieb Michael B. Trausch: On Tue, 03 Mar 2009 23:21:28 +0100 Michael 'Mickey' Lauer mic...@vanille-media.de wrote: I could imagine posix not wanting to depend on Glib though, so I'd recommend using the native pid_t instead of Glib's variant

[Vala] Added kill to posix.vapi

2009-03-03 Thread Hans Baier
see patch From c1010cd2704d946660801d02a2cd31f34c7f00a4 Mon Sep 17 00:00:00 2001 From: Hans Baier hansfba...@googlemail.com Date: Wed, 4 Mar 2009 05:13:51 +0700 Subject: [PATCH] posix.vapi: added kill --- vapi/posix.vapi |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

Re: [Vala] Added kill to posix.vapi

2009-03-03 Thread Michael B. Trausch
On Tue, 03 Mar 2009 23:21:28 +0100 Michael 'Mickey' Lauer mic...@vanille-media.de wrote: I could imagine posix not wanting to depend on Glib though, so I'd recommend using the native pid_t instead of Glib's variant here. Am I missing something? Is there a way to compile something in Vala