Gtk.TextBuffer.prototype.move_mark

function move_mark(mark:Gtk.TextMark, where:Gtk.TextIter):void {
    // Gjs wrapper for gtk_text_buffer_move_mark()
}

Moves mark to the new location where. Emits the "mark-set" signal as notification of the move.

mark

a Gtk.TextMark

where

new location for mark in buffer