Re: [Vala] flags
- From: Jürg Billeter <j bitron ch>
- To: Dominique Würtz <housirer gmx de>
- Cc: vala paldo org
- Subject: Re: [Vala] flags
- Date: Thu, 21 Sep 2006 16:59:31 +0000
On Mon, 2006-09-18 at 09:18 +0200, Dominique Würtz wrote:
I discovered a keyword 'flags' in Vala which I'd need for my bindings. I
did a short test like this:
public flags MyFlags {
FOO,
BAR
}
MyFlags x = MyFlags.FOO & MyFlags.BAR;
Vala doesn't find the type name MyFlags. Are flags supposed to be
supported yet?
No, they haven't been implemented yet. Will probably have time to
continue Vala development next week.
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]