alexlarsson / gthree

Gthree is a GObject/Gtk+ port of three.js
MIT License
84 stars 13 forks source link

Add missing introspection annotations #84

Open peterholzer opened 2 years ago

peterholzer commented 2 years ago

Hi, in the .gir file, the function gthree_geometry_add_attribute and others are marked introspectable="0". This seems to be the case for more functions ingthreegeometry.h and in other headers.

E.g. gthree_geometry_add_morph_attribute is marked introspectable, so I think to fix gthree_geometry_add_attribute, an annotation for the return value is needed.

BR Peter

alexlarsson commented 2 years ago

I don't really use the annotations, but if you (or someone else) does I'd love patches for them.