Method
Gtk.TextBuffer.move_mark
Declaration [src]
void
gtk_text_buffer_move_mark (
  GtkTextBuffer* buffer,
  GtkTextMark* mark,
  const GtkTextIter* where
)
Description [src]
Moves mark to the new location where.
Emits the GtkTextBuffer::mark-set
signal as notification of the move.
Parameters
| mark | GtkTextMark | 
| a  | |
| Ownership is not transferred to the callee | |
| where | GtkTextIter | 
| new location for  | |
| Ownership is not transferred to the callee |