Skip to content

gi: Refactor resolving prototypes in GIWrapperInstance constructors

Evan Welsh requested to merge ewlsh/refactor-prototype-resolution into master

Refactor GIWrapperInstance/Instance to take Prototype in the constructor.

This is needed for class-based instances where the JavaScript prototype is not the same as the native Prototype object.

Preparation for !700 (merged), !509 (closed)

Edited by Evan Welsh

Merge request reports