Gtk.TextTagTable.prototype.remove

function remove(tag:Gtk.TextTag):void {
    // Gjs wrapper for gtk_text_tag_table_remove()
}

Remove a tag from the table. This will remove the table's reference to the tag, so be careful - the tag will end up destroyed if you don't have a reference to it.

tag

a Gtk.TextTag