GLib.VariantType.prototype.free

function free(): void {
    // Gjs wrapper for g_variant_type_free()
}
  

Frees a GLib.VariantType that was allocated with GLib.VariantType.prototype.copy, GLib.VariantType.new or one of the container type constructor functions.

In the case that type is null, this function does nothing.

Since 2.24