]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Real struct-type without type_id can't be used for GObject property 4a25381d631a22979d2b3cc4f919f3a6106fae62
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 8 Mar 2020 16:54:39 +0000 (17:54 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 8 Mar 2020 16:54:39 +0000 (17:54 +0100)
commit4a25381d631a22979d2b3cc4f919f3a6106fae62
tree0140a653194fa4d9a181bdf10c00f9ff7320b69b
parent8797a0db0c907f718ad4691552d5b16f2620cad9
vala: Real struct-type without type_id can't be used for GObject property

It caused an invalid usage of G_TYPE_POINTER with g_param_spec_boxed().

Fixes https://gitlab.gnome.org/GNOME/vala/issues/921
tests/Makefile.am
tests/objects/property-struct-no-gtype.vala [new file with mode: 0644]
vala/valasemanticanalyzer.vala