Re: [Vala] Minor modifications
- From: Jürg Billeter <j bitron ch>
- To: gzsombor gmail com
- Cc: vala paldo org
- Subject: Re: [Vala] Minor modifications
- Date: Sun, 09 Sep 2007 17:31:01 +0200
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]