Skip to content

Fixed error in _init() that prevented GType objects from being created

Nina Pypchenko requested to merge (removed):issue-238 into master

Removed the 'new' keyword from that was breaking GType object instantiation. Added a regression test for the affected types.

Closes #238.

Merge request reports