Method GTK2.SourceBuffer()->get_next_marker()
- Method
get_next_marker
 GTK2.SourceMarkerget_next_marker(GTK2.TextIteriter)- Description
 Returns the nearest marker to the right of iter. If there are multiple markers at the same position, this function will always return the first one (from the internal linked list), even if starting the search exactly at its location. You can get the others using next().