moveMarkByName

open fun moveMarkByName(name: String, where: TextIter)

Moves the mark named @name (which must exist) to location @where.

See method@Gtk.TextBuffer.move_mark for details.

Parameters

name

name of a mark

where

new location for mark