move_mark
Description:
public void move_mark (
TextMark mark,
TextIter where)
Moves mark
to the new location where
.
Emits the [signal@Gtk.TextBuffer:GtkTextBuffer:mark-set
] signal as notification of the move.
Parameters:
this |
a `GtkTextBuffer`
|
mark |
a `GtkTextMark`
|
where |
new location for mark in this
|