Method
GtkSourceMarkprev
Description
Returns the previous GtkSourceMark
in the buffer or NULL
if the mark
was not added to a buffer.
If there is no previous mark, NULL
is returned.
If category
is NULL
, looks for marks of any category.
Parameters
category |
const gchar* |
A string specifying the mark category, or |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | GtkSourceMark |
The previous |
|
The data is owned by the instance. | |
The return value can be NULL . |