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.
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.