GNOME Bugzilla – Bug 669593
No support for CCode since=X.X and GI version="X.X"
Last modified: 2013-03-21 08:34:04 UTC
Vala's attribute CCode doesn't include a "since" property, useful to set GObject Introspection "version" property for methods. Example: class Gda.Numeric { [CCode since=5.0.2] public void set_double (double val); } Can be parsed to GIR as: <record name="Numeric" c:type="GdaNumeric" [...] <method name="set_double" c:identifier="gda_numeric_set_double" version="5.0.2"> [...]
*** This bug has been marked as a duplicate of bug 678912 ***