Skip to content

vala: Ensure property accessors have Version metadata attributes

This ensures that [Version] attributes of accessors (or their parent property if not present) are transferred to the method CodeNode.

Previously, version information for accessors was not being written to GIR or VAPI files, leading to a property being marked as versioned, but not its underlying getters and setters.

Merge request reports