gjsify/ts-for-gir

`GObject.ParamSpec.override` shouldn't return `void`

naipotato opened this issue · 0 comments

According to https://gitlab.gnome.org/GNOME/gjs/-/blob/master/gi/private.cpp#L80-85, it should return a GObject.ParamSpecOverride, so it can be used in the Properties object as documented here