Skip to content

Fix ParamSpec refcounting

Marco Trevisan requested to merge 3v1n0/gjs:ref-pspecs into master

Ref/unref ParamSpec when caching them, not to make gjs to eat referencies owned by the type itself.

Cleanup code a bit, using smart pointers a bit more.

Fixes #213 (closed)

Merge request reports