TextBuffer.moveMarkByName

Moves the mark named @name (which must exist) to location @where. See gtk_text_buffer_move_mark() for details.

class TextBuffer
void
moveMarkByName

Parameters

name string

name of a mark

where TextIter

new location for mark

Meta