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-
Type:
GtkTextIterA
GtkTextIterindicating the position to check for.The data is owned by the caller of the function. str-
Type:
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-
Type:
GtkTextIterA
GtkTextIterreturning the str start iter (if found).The argument will be set by the function. The data is owned by the function. str_end-
Type:
GtkTextIterA
GtkTextIterreturning the str end iter (if found).The argument will be set by the function. The data is owned by the function. include_str_bounds-
Type:
gbooleanTRUEif we take into account the str limits as possibleiterpositions.