Skip to content
Commit d2f67b73 authored by Giovanni Campagna's avatar Giovanni Campagna
Browse files

Gjs: work around GType bug with dynamic types

g_type_query() only works with static types, so it fails when inheriting
from another JS class. Work around that by using the first static parent
for GJS custom type (as we never override the instance or class type)

https://bugzilla.gnome.org/show_bug.cgi?id=687184
parent e577b79c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment