Method

Gtk.TextBuffer.move_mark_by_name

Declaration [src]

void
gtk_text_buffer_move_mark_by_name (
  GtkTextBuffer* buffer,
  const char* name,
  const GtkTextIter* where
)

Description [src]

Moves the mark named name (which must exist) to location where.

See gtk_text_buffer_move_mark() for details.

Parameters

name const char*
 

name of a mark

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string
where GtkTextIter
 

new location for mark

 Ownership is not transferred to the callee