Skip to content

Fix some gjs warnings

Florian Müllner requested to merge wip/fmuellner/fix-gjs-warnings into master

Some types are currently not introspected, while still being exposed indirectly through introspection, for example by functions that return a ClutterActor that is actually a non-introspected subtype. This triggers warnings about undefined properties with current gjs versions.

Merge request reports