Package: gtk
Function gtk-text-iter-forward-find-char
Lambda Listgtk-text-iter-forward-find-char (iter pred limit) ArgumentsReturn ValueA boolean whether a match was found. Details Advances the iterator, calling the function pred on each character. If the function pred returns true, returns true and stops scanning. If the function pred never returns true, the iterator is set to limit if limit is non-nil, otherwise to the end
iterator. | See also |
2021-6-15