Method
GtkSourceBufferbackward_iter_to_source_mark
Declaration
gboolean
gtk_source_buffer_backward_iter_to_source_mark (
GtkSourceBuffer* buffer,
GtkTextIter* iter,
const gchar* category
)
Description
Moves iter
to the position of the previous GtkSourceMark
of the given category.
Returns TRUE
if iter
was moved. If category
is NULL, the
previous source mark can be of any category.
Parameters
iter |
GtkTextIter |
An iterator. |
|
The argument will be modified by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
category |
const gchar* |
Category to search for, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |