Trait sourceview5::prelude::MarkExt [−][src]
Required methods
fn get_category(&self) -> Option<GString>
[src]
fn next(&self, category: Option<&str>) -> Option<Mark>
[src]
Returns the next Mark
in the buffer or None
if the mark
was not added to a buffer. If there is no next mark, None
will be returned.
If category
is None
, looks for marks of any category.
category
a string specifying the mark category, or None
.
Returns
the next Mark
, or None
.