Skip to content

object: Add support for static virtual functions

Marco Trevisan requested to merge 3v1n0/gjs:static-vfuncs into master

GObject may provide a way for classes to override static virtual functions, mostly used as factory or static constructor for a type.

Gjs can easily support them.

See: gobject-introspection!361

Merge request reports