Method
GtkSourceRegionadd_subregion
Declaration [src]
void
gtk_source_region_add_subregion (
GtkSourceRegion* region,
const GtkTextIter* _start,
const GtkTextIter* _end
)
Parameters
_start |
GtkTextIter |
The start of the subregion. |
|
The data is owned by the caller of the function. | |
_end |
GtkTextIter |
The end of the subregion. |
|
The data is owned by the caller of the function. |