`GObject.ParamSpec.override` shouldn't return `void`
naipotato opened this issue · 0 comments
naipotato commented
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