Method
GtkSourceRegionadd_subregion
Declaration [src]
void
gtk_source_region_add_subregion (
  GtkSourceRegion* region,
  const GtkTextIter* _start,
  const GtkTextIter* _end
)
Parameters
- _start
- 
            Type: GtkTextIterThe start of the subregion. The data is owned by the caller of the method. 
- _end
- 
            Type: GtkTextIterThe end of the subregion. The data is owned by the caller of the method.