Re: [Vala] [Genie] bug: stacking classifiers
- From: Abderrahim Kitouni <a kitouni gmail com>
- To: Arc Riley <arcriley gmail com>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] [Genie] bug: stacking classifiers
- Date: Tue, 22 Feb 2011 21:30:06 +0100
Hello,
في ث، 22-02-2011 عند 13:53 -0500 ، كتب Arc Riley:
The following code works in Genie:
[CCode (cprefix="FOO_")]
class Foo
The following code does not:
[Compact]
[CCode (cprefix="FOO_")]
class Foo
Every combination I've tried fails, noting the problem being the "[" on the
second line.
I don't know how it is exactly supposed to be, but the following works:
[Compact, CCode (cprefix="FOO_")]
class Foo
HTH,
Abderrahim
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]