API Version: 4.0
Library Version: 4.5.0
gboolean (* GtkTextCharPredicate) ( gunichar ch, gpointer user_data )
The predicate function used by gtk_text_iter_forward_find_char() and gtk_text_iter_backward_find_char().
gtk_text_iter_forward_find_char()
gtk_text_iter_backward_find_char()
ch
gunichar
A Unicode code point.
user_data
gpointer
Data passed to the callback.
gboolean
TRUE if the predicate is satisfied, and the iteration should stop, and FALSE otherwise.
TRUE
FALSE