Method

GtkSourceRegionsubtract_subregion

Declaration

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

Description

Subtracts the subregion delimited by _start and _end from 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.