On 15.04.2013 09:17, Luca Bruno wrote:
> Il 15/04/2013 00:32, Alexander Krivács Schrøder ha scritto:
>> public Line[] lines
>> {
>>      [CCode(array_length_cname = "count")]
>>      owned get
>>      {
>>          ...
>>      }
>> }
>>
>> An interesting observation is that the .vapi file generated retains the
>> CCode attribute in the location I placed it, but the .h file generated
>> still calls it "result_length1." In other words, placing either of those
>> CCode attributes creates an incompatibility between the .vapi and the .h
>> from valac.
>>
>> Since this isn't working, I have a feeling I'm going about this all
>> wrong... any hints or pointers?
> Looks like a bug, feel free to report at bugzilla.gnome.org .
> _______________________________________________
> vala-list mailing list
> vala-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/vala-list
I noticed, after I wrote this message, that the "array_length_cname"
attribute only applies to "field," which makes me think that what I'm
trying to do isn't meant to be possible, and thus is not a bug. If
anyone knows how to properly go about what I'm trying to do or can
verify that this is actually a bug and not just me trying something that
isn't actually supported, I'll file a bug.

Regards,
Alexander K. Schrøder

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to