Description Usage Arguments Value Author(s)
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.
1 | gtkTextIterForwardFindChar(object, pred, user.data = NULL, limit)
|
|
a |
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.