TextCharPredicate

typealias TextCharPredicate = (<Error class: unknown class>) -> Boolean

The predicate function used by gtk_text_iter_forward_find_char() and gtk_text_iter_backward_find_char().

  • param ch a Unicode code point

  • return true if the predicate is satisfied, and the iteration should stop, and false otherwise