Re: [Vala] Minor modifications



On Mon, 2007-05-28 at 10:34 +0200, Zsombor wrote:
On 5/10/07, Jürg Billeter <j bitron ch> wrote:
        There is a typeof operator in Vala:
        
        listStore = new ListStore (2, typeof (Gdk.Pixbuf), typeof
        (string));
        
        Jürg


And how can i access G_TYPE_INVALID and G_TYPE_STRV. typeof(string[])
doesn't work. 

I've fixed this in SVN. You can now access G_TYPE_INVALID and
G_TYPE_STRV with GLib.Type.INVALID and typeof (string[]), resp.

Jürg





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]