GLib.OptionContext.prototype.free

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

Frees context and all the groups which have been added to it.

Please note that parsed arguments need to be freed separately (see GLib.OptionEntry).

Since 2.6