GtkTextCharPredicate

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

alias GtkTextCharPredicate = int function(dchar ch, void* userData)

Return Value

%TRUE if the predicate is satisfied, and the iteration should stop, and %FALSE otherwise

Meta