Method
GtkTextBuffermove_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. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
where |
GtkTextIter |
New location for mark. |
|
The data is owned by the caller of the function. |