GObject.VoidType
GObject.VoidType represents the undefined type in the GObject type system. You can pass this class object to methods taking a GObject.Type.
Creating a new object with new GObject.VoidType returns an object with no properties, as in new (function() {})()
Calling GObject.VoidType() will return undefined.