Re: [Vala] [Genie] bug: stacking classifiers
- From: Arc Riley <arcriley gmail com>
- To: Abderrahim Kitouni <a kitouni gmail com>
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] [Genie] bug: stacking classifiers
- Date: Wed, 23 Feb 2011 19:29:33 -0500
Thanks, we should document this syntax.
Do you happen to know the genie way of adding attributes to function
arguments?
None of these work:
def new Write (stream : NP.Stream, offset : int32,
[CCode(array_length_pos=0.9)] buffer : array of char) : int32
def new Write (stream : NP.Stream, offset : int32,
[CCode(array_length_pos=0.9)]
buffer : array of char) : int32
def new Write (stream : NP.Stream, offset : int32, buffer :
[CCode(array_length_pos=0.9)] array of char) : int32
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]