Gtk.TextBuffer.prototype.move_mark_by_name

function move_mark_by_name(name:String, where:Gtk.TextIter):void {
    // Gjs wrapper for gtk_text_buffer_move_mark_by_name()
}

Moves the mark named name (which must exist) to location where. See Gtk.TextBuffer.prototype.move_mark for details.

name

name of a mark

where

new location for mark