Re: [Vala] Cross compiling vala gtk to win32

2011-04-30 Thread august
fantastico. This is really useful. Thanks for taking the time and effort. > I spend some time this morning to write down some notes and upload some blobs > and examples to build gtk apps for windows and osx. > > Have fun > > http://radare.org/cgi-bin/wk/GTK > > On 30/04/2011, at 0:44, aug

Re: [Vala] Remove line numbers from logging

2011-04-30 Thread san hoi
hi. 1. make simple custom function. // https://bugzilla.gnome.org/show_bug.cgi?id=546043 class Test { static int blah(int test) throws GLib.Error { if (test > 0) throw new GLib.Error(GLib.Quark.from_string("test"), 0, "test error"); return 5; } static void

Re: [Vala] Cross compiling vala gtk to win32

2011-04-30 Thread pancake
I spend some time this morning to write down some notes and upload some blobs and examples to build gtk apps for windows and osx. Have fun http://radare.org/cgi-bin/wk/GTK On 30/04/2011, at 0:44, august wrote: > > I would be very interested in both the mingw cross compile instructions > and

Re: [Vala] [PATCH]: Vte vapi: Vte.Terminal.fork_command_full some arguments can be nullable

2011-04-30 Thread Jacques-Pascal Deplaix
On 29/04/2011 23:47, Luca Bruno wrote: On Fri, Apr 29, 2011 at 10:35:33PM +0200, Jacques-Pascal Deplaix wrote: Hello everybody, Vte in version>= 0.26 had the function Vte.Terminal.fork_command_full. But in the vte vapi file, this function had some arguments non-nullable and some other arguments