Method
GtkSourceRegionIterget_subregion
Declaration [src]
gboolean
gtk_source_region_iter_get_subregion (
GtkSourceRegionIter* iter,
GtkTextIter* start,
GtkTextIter* end
)
Parameters
start
-
Type:
GtkTextIter
Iterator to initialize with the subregion start, or
NULL
.The argument will be set by the function. The argument can be NULL
.The data is owned by the instance. end
-
Type:
GtkTextIter
Iterator to initialize with the subregion end, or
NULL
.The argument will be set by the function. The argument can be NULL
.The data is owned by the instance.