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 551205 - Vapigen support for virtual & abstract attribute
Vapigen support for virtual & abstract attribute
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-07 10:12 UTC by Andrea Del Signore
Modified: 2008-09-16 10:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch for vapigen (746 bytes, patch)
2008-09-07 10:13 UTC, Andrea Del Signore
committed Details | Review

Description Andrea Del Signore 2008-09-07 10:12:42 UTC
The patch attached implements virtual attribute for methods and abstract attibute for classes that have a base_class attribute already specified.
Comment 1 Andrea Del Signore 2008-09-07 10:13:42 UTC
Created attachment 118204 [details] [review]
Proposed patch for vapigen
Comment 2 Jürg Billeter 2008-09-16 10:26:52 UTC
2008-09-16  Jürg Billeter  <j@bitron.ch>

	* vapigen/valagidlparser.vala:

	Add support for virtual and abstract metadata attributes,
	patch by Andrea Del Signore, fixes bug 551205

Fixed in r1767.