Method
GtkSourceRegionget_bounds
Declaration [src]
gboolean
gtk_source_region_get_bounds (
GtkSourceRegion* region,
GtkTextIter* start,
GtkTextIter* end
)
Parameters
start-
Type:
GtkTextIterIterator to initialize with the start of
region, orNULL.The argument will be set by the function. The argument can be NULL.The data is owned by the caller of the function. end-
Type:
GtkTextIterIterator to initialize with the end of
region, orNULL.The argument will be set by the function. The argument can be NULL.The data is owned by the caller of the function.