antono / vala-object

Use Vala from Ruby, Python, Lua, JavaScript (Node.js, gjs, seed) and many other languages
95 stars 14 forks source link

Generates broken gir bindings. #12

Open Aeva opened 10 years ago

Aeva commented 10 years ago

If one adds a constructor to the class, at least in python w/ gir, the constructor is never called when the object is instanced in python (yes, after regenerating the bindings) if you're using c#/java style constructors. The deconstructor is bound correctly, and so are gobject style constructors.

Probably not a bug with this project, but noting it as a warning to others who might use this as a basis for other projects.