Method

GtkSourceRegionsubtract_region

Declaration

void
gtk_source_region_subtract_region (
  GtkSourceRegion* region,
  GtkSourceRegion* region_to_subtract
)

Description

Subtracts region_to_subtract from region.

region_to_subtract is not modified.

Parameters

region_to_subtract GtkSourceRegion
 

The GtkSourceRegion to subtract from region, or NULL.

 The argument can be NULL.
 The data is owned by the caller of the function.