WebKit2.MimeInfo.prototype.unref

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

Atomically decrements the reference count of info by one. If the reference count drops to 0, all memory allocated by the WebKit2.MimeInfo is released. This function is MT-safe and may be called from any thread.