TextIter.backwardFindChar

Same as gtk_text_iter_forward_find_char(), but goes backward from iter.

class TextIter
int
backwardFindChar

Parameters

pred GtkTextCharPredicate

function to be called on each character. [scope call]

userData void*

user data for pred

limit TextIter

search limit, or NULL for none. [allow-none]

Return Value

Type: int

whether a match was found

Meta