Skip to content

Support optional GTypeFlags value in GObject subclasses

Florian Müllner requested to merge fmuellner/gjs:type-flags into master

This allows for defining "proper" abstract classes; that is, classes that are abstract on the gobject-level rather than by some bolted-on checks in javascript.

Merge request reports