Function
Idetext_iter_in_string
Declaration
gboolean
ide_text_iter_in_string (
GtkTextIter* iter,
const gchar* str,
GtkTextIter* str_start,
GtkTextIter* str_end,
gboolean include_str_bounds
)
Parameters
iter |
GtkTextIter |
A |
|
The data is owned by the caller of the function. | |
str |
const gchar* |
A C type string. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
str_start |
GtkTextIter |
A |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. | |
str_end |
GtkTextIter |
A |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. | |
include_str_bounds |
gboolean |
|