Skip to content

Fundamental type support for GValues

Arjan Molenaar requested to merge amolenaar/pygobject:fundamental-gvalue into master

This MR should wrap up the support for fundamental types.

  • Refactored Fundamental types, so it does not inherit from PyGPointer: Just like GObject, a fundamental type has different symantics from an ordinary pointer. As a bonus, the MRO gets shorter.
  • Support fundamental object types for GValue and properties
Edited by Arjan Molenaar

Merge request reports