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