Method

GtkSourceRegionadd_subregion

Declaration

void
gtk_source_region_add_subregion (
  GtkSourceRegion* region,
  const GtkTextIter* _start,
  const GtkTextIter* _end
)

Description

Adds the subregion delimited by _start and _end to region.

Parameters

_start const GtkTextIter*
 

The start of the subregion.

 The data is owned by the caller of the function.
_end const GtkTextIter*
 

The end of the subregion.

 The data is owned by the caller of the function.