Skip to content

gir: Parse new property attributes

Emmanuele Bassi requested to merge property-annotations into main

Starting from gobject-introspection 1.70, we're going to get new introspection annotations for property elements, namely:

  • setter="method_name"
  • getter="method_name"

We need to parse them and apply them to the ast.Property class.

Merge request reports