gtkTextIterForwardFindChar
Advances iter
, calling pred
on each character. If
pred
returns TRUE
, returns TRUE
and stops scanning.
If pred
never returns TRUE
, iter
is set to limit
if
limit
is non-NULL
, otherwise to the end iterator.
gtkTextIterForwardFindChar(object, pred, user.data = NULL, limit)
|
|
|
a function to be called on each character |
|
user data for |
|
search limit, or |
[logical] whether a match was found
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.