TextBuffer.moveMarkByName

void moveMarkByName(string name, gtk.text_iter.TextIter where)

Moves the mark named name (which must exist) to location where. See [gtk.text_buffer.TextBuffer.moveMark] for details.

Parameters

namename of a mark
wherenew location for mark