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