Function
IdeTextIterCharPredicate
Declaration
gboolean
(* IdeTextIterCharPredicate) (
GtkTextIter* iter,
gunichar ch,
gpointer user_data
)
Parameters
iter-
Type:
GtkTextIterNo description available.
The data is owned by the caller of the function. ch-
Type:
gunicharNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.