API Version: 5
Library Version: 5.10.0
void gtk_source_region_add_subregion ( GtkSourceRegion* region, const GtkTextIter* _start, const GtkTextIter* _end )
Adds the subregion delimited by _start and _end to region.
_start
_end
region
const GtkTextIter*
The start of the subregion.
The end of the subregion.