GLib.MatchInfo.prototype.unref

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

Decreases reference count of match_info by 1. When reference count drops to zero, it frees all the memory associated with the match_info structure.

Since 2.30