move_mark_by_name
Description:
public void move_mark_by_name (
string name,
TextIter where)
Moves the mark named name
(which must exist) to location where
.
See [method@Gtk.TextBuffer.move_mark] for details.
Parameters:
this |
a `GtkTextBuffer`
|
name |
name of a mark
|
where |
new location for mark
|