After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 565793 - add array_length_cname
add array_length_cname
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Arrays
0.5.x
Other All
: Normal enhancement
: ---
Assigned To: Jürg Billeter
Vala maintainers
: 544871 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-12-27 17:07 UTC by Andreas Brauchli
Modified: 2009-01-03 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add described functionality (2.30 KB, patch)
2008-12-27 17:08 UTC, Andreas Brauchli
committed Details | Review

Description Andreas Brauchli 2008-12-27 17:07:37 UTC
Add [CCode (array_length_cname = "foo_length")] to specify which field to use as array length field
Comment 1 Andreas Brauchli 2008-12-27 17:08:27 UTC
Created attachment 125393 [details] [review]
Add described functionality
Comment 2 Jürg Billeter 2009-01-03 17:29:08 UTC
*** Bug 544871 has been marked as a duplicate of this bug. ***
Comment 3 Jürg Billeter 2009-01-03 17:46:01 UTC
2009-01-03  Jürg Billeter  <j@bitron.ch>

	* vala/valafield.vala:
	* gobject/valaccodearraymodule.vala:

	Add array_length_cname attribute for fields,
	patch by Andreas Brauchli, fixes bug 565793

Fixed in r2260.