API Version: 4.0
Library Version: 4.2.0
gboolean TextCharPredicate ( 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