spk121 / guile-gi

Bindings for GObject Introspection and libgirepository for Guile
GNU General Public License v3.0
58 stars 7 forks source link

Handle new fundamental types like GTK4's GtkExpression #107

Closed spk121 closed 2 years ago

spk121 commented 3 years ago

In GTK4, it defines a new fundamental type GtkExpression. guile-gi's type introspection system does not handle new fundamental types.

LordYuuma commented 3 years ago

I think this is somewhat related to #96, because (part of) the issue there is that we're instantiating fundamental types from our own end instead of loading them dynamically.