GLib.VariantBuilder

const GLib = imports.gi.GLib;

let variantBuilder = new GLib.VariantBuilder(type: GLib.VariantType);
  

A utility type for constructing container-type GLib.Variant instances.

This is an opaque structure and may only be accessed using the following functions.

GLib.VariantBuilder is not threadsafe in any way. Do not attempt to access it from more than one thread.