GObject.TypeQuery

const GObject = imports.gi.GObject;

let typeQuery = new GObject.TypeQuery({
    type: value
    class_size: value
    instance_size: value
});
  

A structure holding information for a specific type. It is filled in by the GObject.type_query function.