2016-12-05 Rico Tzschichholz <
[email protected]>
Release 0.34.4
2016-12-05 Yu Feng <
[email protected]>
girwriter: Add fullname GIR attribute, and set fullname of GObject.Type
In gir files generated by Vala, members of type GType is referenced
with name "GObject.Type", but GObject-introspection expect it to be
"GType".
While there was no way to override the fully qualified GIR name of a
member, this patch adds [GIR (fullname = "GType")] to fix the mismatch
for GObject.Type.
https://bugzilla.gnome.org/show_bug.cgi?id=775591
2016-11-24 Rico Tzschichholz <
[email protected]>
girparser: No support for fixed-size array as return-value
Due to the special syntax for those arrays it lead to omitting the
array-qualifier and therefore generating broken bindings.