GLib.VariantDict.prototype.unref
function unref(): void { // Gjs wrapper for g_variant_dict_unref() }
Decreases the reference count on dict.
In the event that there are no more references, releases all memory associated with the GLib.VariantDict.
Don't call this on stack-allocated GLib.VariantDict instances or bad things will happen.
Since 2.40