Method
GtkSourceRegionget_bounds
Declaration [src]
gboolean
gtk_source_region_get_bounds (
GtkSourceRegion* region,
GtkTextIter* start,
GtkTextIter* end
)
Parameters
start |
GtkTextIter |
Iterator to initialize with the start of |
|
| 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 end of |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
| The data is owned by the caller of the function. |