object: Add support for static virtual functions
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.
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.