GLib.MarkupParseContext.prototype.unref

function unref(): void {
    // Gjs wrapper for g_markup_parse_context_unref()
}
  

Decreases the reference count of context. When its reference count drops to 0, it is freed.

Since 2.36