Method
GtkSourceBufferforward_iter_to_source_mark
Declaration [src]
gboolean
gtk_source_buffer_forward_iter_to_source_mark (
GtkSourceBuffer* buffer,
GtkTextIter* iter,
const gchar* category
)
Description [src]
Moves iter
to the position of the next GtkSourceMark
of the given
category
.
Returns TRUE
if iter
was moved. If category
is NULL, the
next 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 value is a NUL terminated UTF-8 string. |