Gtk.TextMark.prototype.get_deleted

function get_deleted():Boolean {
    // Gjs wrapper for gtk_text_mark_get_deleted()
}

Returns true if the mark has been removed from its buffer with Gtk.TextBuffer.prototype.delete_mark. See Gtk.TextBuffer.prototype.add_mark for a way to add it to a buffer again.

Returns

whether the mark is deleted